- 25 Eki, 2014 6 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
- key term hyperlinks for distutils, setuptools & wheel - distutils landing page links directly to setuptools docs - short summary of setuptools benefits provided with link
-
Berker Peksag yazdı
ConnectionRefusedError exceptions wrapped by urllib.error.URLError. This change should fix sporadic failures in test_urllib2net.
-
Berker Peksag yazdı
ConnectionRefusedError exceptions wrapped by urllib.error.URLError. This change should fix sporadic failures in test_urllib2net.
-
Berker Peksag yazdı
Patch by Buck Golemon.
-
Berker Peksag yazdı
Patch by Buck Golemon.
-
- 23 Eki, 2014 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
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 8 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ı
-