- 09 Eki, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
method so it can be reused by the new extension dialog.
-
- 08 Eki, 2014 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
_PyErr_ChainExceptions() function.
-
Antoine Pitrou yazdı
Initial patch by Mark Shannon.
-
Berker Peksag yazdı
The correct parameter name is "fp", not "file".
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 07 Eki, 2014 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
TODOs (mostly to do after add tests), and make a few other changes.
-
Benjamin Peterson yazdı
-
- 06 Eki, 2014 14 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Remove the advice to never use relative imports; it is a leftover from 2.x implicit relative imports. Remove the advice to locally import modules in __init__, it is a strange practice. Remove the advice to use "from ... import *" with some modules.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Terry Jan Reedy yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Benjamin Peterson yazdı
-
- 05 Eki, 2014 5 kayıt (commit)
-
-
Antoine Pitrou 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.
-
Georg Brandl yazdı
-
- 04 Eki, 2014 9 kayıt (commit)
-
-
R David Murray yazdı
Original patch by Erik Johansson, slightly updated by Meador Inge.
-
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.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
Nick Coghlan yazdı
-
Serhiy Storchaka yazdı
(including empty directories) in ZIP file.
-
R David Murray yazdı
Patch by Éric Araujo with help from Lars Gustäbel.
-
- 03 Eki, 2014 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Christian Heimes and Alex Gaynor.
-
Zachary Ware yazdı
Reported by Scott Hinton on docs@.
-
R David Murray yazdı
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.
-