- 23 Kas, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures.
-
- 17 Eki, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
It can still be enabled by instantiating a SSLContext manually.
-
- 22 Kas, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 21 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Kas, 2014 4 kayıt (commit)
-
-
Victor Stinner yazdı
the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector.
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
release mode
-
- 19 Kas, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by David Watson.
-
Serhiy Storchaka yazdı
Based on patch by Franck Michea.
-
- 18 Kas, 2014 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Roumen Petrov.
-
- 17 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 15 Kas, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed an error in _PySys_GetSizeOf declaration.
-
Ned Deily yazdı
-
- 14 Kas, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Patch by Ludovic.Gasc.
-
- 12 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Kas, 2014 2 kayıt (commit)
-
-
Donald Stufft yazdı
-
Serhiy Storchaka yazdı
-
- 10 Kas, 2014 5 kayıt (commit)
-
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
The re module could be used during building before array is built.
-
Serhiy Storchaka yazdı
different lowercase are now matched in case-insensitive regular expressions.
-
Serhiy Storchaka yazdı
platforms.
-
Raymond Hettinger yazdı
-
- 08 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 07 Kas, 2014 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
(issue #814253).
-
Serhiy Storchaka yazdı
work in lookbehind assertions in regular expressions.
-
Berker Peksag yazdı
Patch by Mark Grandi.
-
Serhiy Storchaka yazdı
Based on patch by Martin Panter.
-
Serhiy Storchaka yazdı
Based on patch by Aivars Kalvāns.
-
Serhiy Storchaka yazdı
-
- 06 Kas, 2014 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
- 05 Kas, 2014 3 kayıt (commit)
-
-
Steve Dower yazdı
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-