An error occurred fetching the project authors.
  1. 19 Oct, 2015 1 commit
  2. 29 Sep, 2015 1 commit
  3. 25 Jul, 2015 1 commit
    • Victor Stinner's avatar
      asyncio: sync with github · ae2408cf
      Victor Stinner authored
      * Fix ResourceWarning warnings in test_streams
      * Return True from StreamReader.eof_received() to fix
        http://bugs.python.org/issue24539 (but still needs a unittest).
        Add StreamReader.__repr__() for easy debugging.
      * remove unused imports
      * Issue #234: Drop JoinableQueue on Python 3.5+
      ae2408cf
  4. 09 Jul, 2015 1 commit
  5. 21 Jan, 2015 1 commit
  6. 09 Jan, 2015 1 commit
    • Victor Stinner's avatar
      asyncio: sync with Tulip · 9da2654a
      Victor Stinner authored
      * Tulip issue 184: FlowControlMixin constructor now get the event loop if the
        loop parameter is not set. Add unit tests to ensure that constructor of
        StreamReader and StreamReaderProtocol classes get the event loop.
      * Remove outdated TODO/XXX
      9da2654a
  7. 08 Jan, 2015 1 commit
  8. 17 Jun, 2014 1 commit
  9. 13 May, 2014 1 commit
  10. 12 May, 2014 1 commit
  11. 26 Feb, 2014 2 commits
  12. 19 Feb, 2014 1 commit
  13. 18 Feb, 2014 1 commit
  14. 19 Feb, 2014 1 commit
  15. 18 Feb, 2014 1 commit
  16. 06 Feb, 2014 1 commit
  17. 05 Feb, 2014 1 commit
  18. 31 Jan, 2014 1 commit
  19. 25 Jan, 2014 1 commit
    • Victor Stinner's avatar
      Update asyncio from the Tulip project · 239063d4
      Victor Stinner authored
      Major changes:
      
      - StreamReader.readexactly() now raises an IncompleteReadError if the
        end of stream is reached before we received enough bytes, instead of
        returning less bytes than requested.
      
      - Unit tests use the main asyncio module instead of submodules like events
      
      - _UnixWritePipeTransport now also supports character devices, as
        _UnixReadPipeTransport. Patch written by Jonathan Slenders.
      
      - Export more symbols: BaseEventLoop, BaseProactorEventLoop,
        BaseSelectorEventLoop, Queue and Queue sublasses, Empty, Full
      239063d4
  20. 19 Nov, 2013 1 commit
  21. 18 Oct, 2013 1 commit
  22. 17 Oct, 2013 2 commits