- 04 Oct, 2014 23 commits
-
-
R David Murray authored
-
R David Murray authored
Original patch by Erik Johansson, slightly updated by Meador Inge.
-
R David Murray authored
-
R David Murray authored
Original patch by Peter Saveliev.
-
Antoine Pitrou authored
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. Patch by Olivier Grisel.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. Patch by Olivier Grisel.
-
Antoine Pitrou authored
argument to allow batching of tasks in child processes and improve performance of ProcessPoolExecutor. Patch by Dan O'Reilly.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
more helpful error message for unsupported or mismatched types of arguments.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
Nick Coghlan authored
-
Serhiy Storchaka authored
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
Nick Coghlan authored
-
Serhiy Storchaka authored
(including empty directories) in ZIP file.
-
Serhiy Storchaka authored
(including empty directories) in ZIP file.
-
R David Murray authored
-
R David Murray authored
Patch by Éric Araujo with help from Lars Gustäbel.
-
- 03 Oct, 2014 14 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Christian Heimes and Alex Gaynor.
-
R David Murray authored
A debian code search (by Tshepang Lekhonkhobe) turned up only one package checking email.__version__...and it was the 2.7-only mailman package. Since Barry approves this change, it seems safe enough to make it...
-
Zachary Ware authored
-
Zachary Ware authored
Reported by Scott Hinton on docs@.
-
R David Murray authored
-
R David Murray authored
The test needs to be skipped if unicodedata is either part of the main binary (a repackaging of cpython on Windows?) or has python source (pypy?). PEP 3147 makes __file__ point to the .py source, so we need to change the extension check from looking for the old .pyc/.pyo to just looking for .py. Note that this skip should never trigger on CPython itself, so one could argue it should be dropped instead. But since it exists, why risk breaking someone else's python.
-
Victor Stinner authored
characters (U+0000..U+001f and U+007f).
-
Antoine Pitrou authored
-
Georg Brandl authored
Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common case that the second argument has metaclass "type".
-
R David Murray authored
-
R David Murray authored
Python3 does not have the bug covered by the issue.
-
- 02 Oct, 2014 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-