- 28 Jul, 2015 4 commits
-
-
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 6 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Berker Peksag authored
If exc_traceback is None we shouldn't print a traceback header like described in the documentation.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Meador Inge authored
The fix for Issue #21217 introduced a regression that caused `inspect.getsource` to return incorrect results on nested functions. The root cause of the regression was due to switching the implementation to analyze the underlying bytecode instead of the source code. This commit switches things back to analyzing the source code in a more complete way. The original bug and the regression are both fixed by the new source code analysis.
-
- 23 Jul, 2015 4 commits
-
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
-
Robert Collins authored
-