- 06 Eki, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Eki, 2014 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Geert Jansen.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
R David Murray yazdı
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 yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* 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 yazdı
* 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 yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
- 04 Eki, 2014 23 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Erik Johansson, slightly updated by Meador Inge.
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Peter Saveliev.
-
Antoine Pitrou yazdı
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. Patch by Olivier Grisel.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. Patch by Olivier Grisel.
-
Antoine Pitrou yazdı
argument to allow batching of tasks in child processes and improve performance of ProcessPoolExecutor. Patch by Dan O'Reilly.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
more helpful error message for unsupported or mismatched types of arguments.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
Nick Coghlan yazdı
-
Serhiy Storchaka yazdı
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
Nick Coghlan yazdı
-
Serhiy Storchaka yazdı
(including empty directories) in ZIP file.
-
Serhiy Storchaka yazdı
(including empty directories) in ZIP file.
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Éric Araujo with help from Lars Gustäbel.
-
- 03 Eki, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-