- 23 Nov, 2014 1 commit
-
-
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 4 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
-
Victor Stinner authored
release mode
-
- 19 Nov, 2014 2 commits
-
-
Serhiy Storchaka authored
Patch by David Watson.
-
Serhiy Storchaka authored
Based on patch by Franck Michea.
-
- 18 Nov, 2014 3 commits
-
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Roumen Petrov.
-
- 17 Nov, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 15 Nov, 2014 2 commits
-
-
Serhiy Storchaka authored
Fixed an error in _PySys_GetSizeOf declaration.
-
Ned Deily authored
-
- 14 Nov, 2014 1 commit
-
-
Guido van Rossum authored
Patch by Ludovic.Gasc.
-
- 12 Nov, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 11 Nov, 2014 2 commits
-
-
Donald Stufft authored
-
Serhiy Storchaka authored
-
- 10 Nov, 2014 5 commits
-
-
Berker Peksag authored
-
Serhiy Storchaka authored
The re module could be used during building before array is built.
-
Serhiy Storchaka authored
different lowercase are now matched in case-insensitive regular expressions.
-
Serhiy Storchaka authored
platforms.
-
Raymond Hettinger authored
-
- 08 Nov, 2014 1 commit
-
-
Berker Peksag authored
-
- 07 Nov, 2014 6 commits
-
-
Serhiy Storchaka authored
(issue #814253).
-
Serhiy Storchaka authored
work in lookbehind assertions in regular expressions.
-
Berker Peksag authored
Patch by Mark Grandi.
-
Serhiy Storchaka authored
Based on patch by Martin Panter.
-
Serhiy Storchaka authored
Based on patch by Aivars Kalvāns.
-
Serhiy Storchaka authored
-
- 06 Nov, 2014 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
- 05 Nov, 2014 4 commits
-
-
Steve Dower authored
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-