]> granicus.if.org Git - python/commit
asyncio: sync with github
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Jul 2015 00:40:40 +0000 (02:40 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Jul 2015 00:40:40 +0000 (02:40 +0200)
commiteaf16abc68a09e2d976c37e34eb606f5b519f7ea
treed9440e1c79b158094e71c1238407ca5f7a7cdcfb
parent71080fc3518e2d3555f555340c3e93f3b108a5b8
asyncio: sync with github

* 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+
Lib/asyncio/locks.py
Lib/asyncio/queues.py
Lib/asyncio/streams.py
Lib/asyncio/subprocess.py
Lib/asyncio/tasks.py
Lib/asyncio/transports.py
Lib/test/test_asyncio/test_streams.py