- 26 Dec, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 25 Dec, 2014 4 commits
-
-
R David Murray authored
Patch by Vajrasky Kok.
-
Berker Peksag authored
The versionadded directive is already placed in the scope of the HTTPStatus documentation.
-
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 2 commits
-
-
Victor Stinner authored
instead of reading /dev/urandom, to get pseudo-random bytes.
-
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 3 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
-