- 26 Şub, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 Şub, 2014 4 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Thanks to Vajrasky Kok for discovering some of them.
-
Victor Stinner yazdı
DeprecationWarning warnings. create_unix_server() closes the socket on any error, not only on OSError.
-
Victor Stinner yazdı
Mention if the error was caused by a read or a write, and be more specific on the object (ex: "pipe transport" instead of "transport").
-
- 18 Şub, 2014 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 25 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
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
-
- 25 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
asyncio: Add close() back to Unix selector event loop, to remove all signal handlers. Should fix buildbot issues.
-
- 04 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should have no effect, it's a "shouldn't happe" case. Also tidied up some comments.
-
- 20 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later().
-
- 17 Eki, 2013 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-