- 01 Dec, 2014 3 commits
-
-
Serhiy Storchaka authored
Original patch by Martin Panter.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
-
- 30 Nov, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Alex Gaynor.
-
- 29 Nov, 2014 1 commit
-
-
Antoine Pitrou authored
-
- 28 Nov, 2014 6 commits
-
-
Ned Deily authored
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Martin Richard.
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
- 27 Nov, 2014 10 commits
-
-
Serhiy Storchaka authored
current directory in current directory.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
bytes path.
-
Serhiy Storchaka authored
7159 instead of obsoleted RFC 4627.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
collections module now accept the self keyword argument.
-
Zachary Ware authored
Suggested by James Lowden on docs@.
-
Ethan Furman authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
- 26 Nov, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 25 Nov, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
objects in the SubprocessStreamProtocol. It allows to pause the transport to not buffer too much stdout or stderr data.
-
- 24 Nov, 2014 4 commits
-
-
Berker Peksag authored
Patch by Charles-Axel Dein.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Nov, 2014 3 commits
-
-
Benjamin Peterson authored
Patch by Donald Stufft.
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures.
-
- 17 Oct, 2014 1 commit
-
-
Antoine Pitrou authored
It can still be enabled by instantiating a SSLContext manually.
-
- 22 Nov, 2014 1 commit
-
-
Ned Deily authored
-
- 21 Nov, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 20 Nov, 2014 3 commits
-
-
Victor Stinner authored
the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector.
-
Victor Stinner authored
functions: * add_signal_handler() * call_at() * call_later() * call_soon() * call_soon_threadsafe() * run_in_executor() Fix also the error message of add_signal_handler() (fix the name of the function).
-
Victor Stinner authored
-