- 23 Eki, 2014 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
locale-specific number formatting from a string representing a number, without then converting it to a specific type. Patch by Cédric Krier.
-
Antoine Pitrou yazdı
Issue #22676: Make the pickling of global objects which don't have a __module__ attribute less slow.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patch by Tal Einat.
-
- 22 Eki, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
The distutils module still supports it to build extensions.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 21 Eki, 2014 2 kayıt (commit)
-
-
Ethan Furman yazdı
-
Victor Stinner yazdı
Replace os.popen() with subprocess.Popen() in the uuid module.
-
- 20 Eki, 2014 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Robert Collins yazdı
This makes it possible to examine the errors from unittest discovery without executing the test suite - important when the test suite may be very large, or when enumerating the test ids from a test suite.
-
- 19 Eki, 2014 7 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Févry Thibault.
-
Berker Peksag yazdı
Patch by Févry Thibault.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 18 Eki, 2014 9 kayıt (commit)
-
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
revised by R. David Murray.
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Robert Collins yazdı
closefd was documented in the open docs but not the matching FileIO class documented. Further, closefd, part of the core state for the object was not shown. In review it was noted that the open docs are a little confusing about the interaction between closefd and paths, so tweaked them at the same time.
-
R David Murray yazdı
-
R David Murray yazdı
Report and original fix by Vajrasky Kok.
-
- 17 Eki, 2014 6 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Before, if a default was set on the parent parser, any default for that variable set via set_defaults on a subparser would be ignored. Now the subparser set_defaults is honored. Patch by Jyrki Pullianinen.
-
R David Murray yazdı
-
R David Murray yazdı
It is unlikely anyone is using the fact that the dictionary returned by the 'params' attribute was previously writable, but even if someone is the API is provisional so this kind of change is acceptable (and needed, to get the API "right" before it becomes official). Patch by Stéphane Wirtel.
-
Zachary Ware yazdı
-
Antoine Pitrou yazdı
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
-