An error occurred fetching the project authors.
- 16 Nov, 2015 1 commit
-
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/291 for details.
-
- 02 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 25 Jul, 2015 2 commits
-
-
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+
-
Victor Stinner authored
Move compatibility helpers for the different Python versions to a new asyncio.compat module.
-
- 05 Nov, 2014 1 commit
-
-
Victor Stinner authored
Move the _loop attribute from the constructor of _SelectorTransport, _ProactorBasePipeTransport and _UnixWritePipeTransport classes to the constructor of the _FlowControlMixin class. Add also an assertion to explicit that the parent class must ensure that the loop is defined (not None)
-
- 25 Aug, 2014 1 commit
-
-
Victor Stinner authored
-
- 19 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 18 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 19 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 18 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 02 Jan, 2014 1 commit
-
-
Victor Stinner authored
-
- 20 Dec, 2013 1 commit
-
-
Guido van Rossum authored
-
- 03 Dec, 2013 1 commit
-
-
Guido van Rossum authored
-
- 30 Nov, 2013 1 commit
-
-
Guido van Rossum authored
-
- 23 Nov, 2013 2 commits
-
-
Guido van Rossum authored
-
Antoine Pitrou authored
-
- 18 Oct, 2013 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later().
-
- 17 Oct, 2013 1 commit
-
-
Guido van Rossum authored
-