- 25 Dec, 2014 2 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Wojtek Ruszczewski.
-
- 24 Dec, 2014 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Following suggestions from Clément.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Dec, 2014 3 commits
-
-
Serhiy Storchaka authored
HTTPStatus.NOT_FOUND). Patch by Demian Brecht.
-
Donald Stufft authored
-
Donald Stufft authored
-
- 22 Dec, 2014 6 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Martin Panter.
-
- 21 Dec, 2014 1 commit
-
-
Victor Stinner authored
instead of reading /dev/urandom, to get pseudo-random bytes.
-
- 20 Dec, 2014 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 19 Dec, 2014 7 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Victor Stinner authored
-
Victor Stinner authored
future
-
- 18 Dec, 2014 6 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* Fix a race condition in BaseSubprocessTransport._try_finish(). If the process exited before the _post_init() method was called, scheduling the call to _call_connection_lost() with call_soon() is wrong: connection_made() must be called before connection_lost(). Reuse the BaseSubprocessTransport._call() method to schedule the call to _call_connection_lost() to ensure that connection_made() and connection_lost() are called in the correct order. * Add repr(PipeHandle) * Fix typo
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
has no event loop even if assertions are disabled.
-
- 17 Dec, 2014 3 commits
-
-
Steve Dower authored
-
Steve Dower authored
This is to keep buildbots running while we figure out the best long-term fix.
-
Steve Dower authored
-