- 25 Nis, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 12 Eyl, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 16 Kas, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/291 for details.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Tem, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
* 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 yazdı
Move compatibility helpers for the different Python versions to a new asyncio.compat module.
-
- 05 Kas, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
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 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 19 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 18 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 19 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 18 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 02 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Ara, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Ara, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Antoine Pitrou yazdı
-
- 18 Eki, 2013 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later().
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-