An error occurred fetching the project authors.
- 19 Oct, 2015 1 commit
-
-
Guido van Rossum authored
-
- 29 Sep, 2015 1 commit
-
-
Andrew Svetlov authored
-
- 25 Jul, 2015 1 commit
-
-
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+
-
- 09 Jul, 2015 1 commit
-
-
Victor Stinner authored
* queues: get coroutine from asyncio.coroutines, not from asyncio.tasks * tets: replace tulip with asyncio in comments
-
- 21 Jan, 2015 1 commit
-
-
Victor Stinner authored
tests: Remove unused function; inline another function
-
- 09 Jan, 2015 1 commit
-
-
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
-
- 08 Jan, 2015 1 commit
-
-
Victor Stinner authored
-
- 17 Jun, 2014 1 commit
-
-
Victor Stinner authored
-
- 13 May, 2014 1 commit
-
-
Guido van Rossum authored
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa.
-
- 12 May, 2014 1 commit
-
-
Guido van Rossum authored
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit.
-
- 26 Feb, 2014 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Use "from unittest import mock". It should simplify my work to merge new tests in Trollius, because Trollius uses "mock" backport for Python 2.
-
- 19 Feb, 2014 1 commit
-
-
Yury Selivanov authored
Thanks to Vajrasky Kok for discovering some of them.
-
- 18 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 19 Feb, 2014 1 commit
-
-
Yury Selivanov authored
Thanks to Vajrasky Kok for discovering some of them.
-
- 18 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 06 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 05 Feb, 2014 1 commit
-
-
Yury Selivanov authored
-
- 31 Jan, 2014 1 commit
-
-
Guido van Rossum authored
-
- 25 Jan, 2014 1 commit
-
-
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
-
- 19 Nov, 2013 1 commit
-
-
Guido van Rossum authored
-
- 18 Oct, 2013 1 commit
-
-
Guido van Rossum authored
-
- 17 Oct, 2013 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-