- 29 Jul, 2015 5 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Robert Collins authored
Patch from Martin Panter.
-
Robert Collins authored
Patch from Martin Panter.
-
Victor Stinner authored
-
- 28 Jul, 2015 7 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Steve Dower authored
-
Steve Dower authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 27 Jul, 2015 7 commits
-
-
Steve Dower authored
-
Victor Stinner authored
accept() returns INVALID_SOCKET on error, it's not necessary a negative number.
-
Berker Peksag authored
possible completions for an empty word. Initial patch by Martin Sekera.
-
Berker Peksag authored
possible completions for an empty word. Initial patch by Martin Sekera.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Louis Dassy.
-
Stefan Krah authored
-
- 26 Jul, 2015 6 commits
-
-
Robert Collins authored
-
Robert Collins authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Serhiy Storchaka authored
inappropriate type.
-
Serhiy Storchaka authored
inappropriate type.
-
- 25 Jul, 2015 13 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Berker Peksag authored
Patch by Eduardo Seabra and Thomas Kluyver.
-
Berker Peksag authored
Patch by Eduardo Seabra and Thomas Kluyver.
-
Berker Peksag authored
These functions accept same arguments as subprocess.Popen(). Patch by Martin Panter.
-
Berker Peksag authored
Initial patch by Christie.
-
Berker Peksag authored
imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin.
-
Berker Peksag authored
imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin.
-
Serhiy Storchaka authored
constructing lru_cache (C implementation).
-
Victor Stinner authored
-
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.
-
- 24 Jul, 2015 2 commits