- 24 Nov, 2014 10 commits
-
-
Berker Peksag authored
Patch by Charles-Axel Dein.
-
Berker Peksag authored
Patch by Charles-Axel Dein.
-
Berker Peksag authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Nov, 2014 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Donald Stufft.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou 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.
-
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.
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 22 Nov, 2014 6 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Zachary Ware authored
-
Ned Deily authored
-
Zachary Ware authored
-
Steve Dower authored
-
- 21 Nov, 2014 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Brett Cannon authored
working directory no longer exists. Thanks to Martin Panter for the bug report.
-
Steve Dower authored
-
Antoine Pitrou authored
Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks.
-
- 20 Nov, 2014 8 commits
-
-
Victor Stinner authored
before calling the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector.
-
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
-
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
-
Victor Stinner authored
-
Victor Stinner authored
release mode
-
Nick Coghlan authored
- interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags
-