- 10 Eki, 2014 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
R David Murray yazdı
-
- 09 Eki, 2014 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Alexander Belopolsky.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
variable to "ut" to avoid conflict with the C utime() function. Patch written by Jeffrey Armstrong.
-
Victor Stinner yazdı
The result type is Py_ssize_t (and not int).
-
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 5 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ı
-