Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asyncio.streams Comm #2165

Closed
wants to merge 7 commits into from
Closed

Add asyncio.streams Comm #2165

wants to merge 7 commits into from

Commits on Oct 8, 2018

  1. WIP add draft of asyncio stream Comm

    This is pretty broken, but I thought I'd push it up in the spirit of
    showing work.
    mrocklin committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    1fbc971 View commit details
    Browse the repository at this point in the history
  2. some tests actually pass

    mrocklin committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    51ffd5c View commit details
    Browse the repository at this point in the history
  3. flake8

    mrocklin committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    1702713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f03993 View commit details
    Browse the repository at this point in the history
  5. optimize for short messages

    mrocklin committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    7c051d2 View commit details
    Browse the repository at this point in the history
  6. add TLS

    mrocklin committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    44a0788 View commit details
    Browse the repository at this point in the history
  7. clean up more tests

    mrocklin committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    d14da81 View commit details
    Browse the repository at this point in the history