- 05 Oct, 2014 9 commits
-
-
R David Murray authored
Some time ago we changed the docs to consistently use the term 'bytes-like object' in all the contexts where bytes, bytearray, memoryview, etc are used. This patch (by Ezio Melotti) completes that work by changing the error messages that previously reported that certain types did "not support the buffer interface" to instead say that a bytes-like object is required. (The glossary entry for bytes-like object references the discussion of the buffer protocol in the docs.)
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* Don't call the garbage collector with an exception set: it causes an assertion to fail in debug mode. * Enhance also error handling if allocating an array for the executable list failed. * Add an unit test for 4 different errors in the _posixsubprocess module.
-
Victor Stinner authored
* Don't call the garbage collector with an exception set: it causes an assertion to fail in debug mode. * Enhance also error handling if allocating an array for the executable list failed. * Add an unit test for 4 different errors in the _posixsubprocess module.
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
- 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 8 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
-