- 25 Oct, 2014 4 commits
-
-
Berker Peksag authored
ConnectionRefusedError exceptions wrapped by urllib.error.URLError. This change should fix sporadic failures in test_urllib2net.
-
Berker Peksag authored
ConnectionRefusedError exceptions wrapped by urllib.error.URLError. This change should fix sporadic failures in test_urllib2net.
-
Berker Peksag authored
Patch by Buck Golemon.
-
Berker Peksag authored
Patch by Buck Golemon.
-
- 23 Oct, 2014 7 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
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 authored
Issue #22676: Make the pickling of global objects which don't have a __module__ attribute less slow.
-
Victor Stinner authored
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patch by Tal Einat.
-
- 22 Oct, 2014 3 commits
-
-
Victor Stinner authored
The distutils module still supports it to build extensions.
-
Victor Stinner authored
-
Victor Stinner authored
-
- 21 Oct, 2014 2 commits
-
-
Ethan Furman authored
-
Victor Stinner authored
Replace os.popen() with subprocess.Popen() in the uuid module.
-
- 20 Oct, 2014 7 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Robert Collins authored
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 Oct, 2014 7 commits
-
-
Berker Peksag authored
Patch by Févry Thibault.
-
Berker Peksag authored
Patch by Févry Thibault.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 18 Oct, 2014 9 commits
-
-
Ethan Furman authored
-
Ethan Furman authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
revised by R. David Murray.
-
Ethan Furman authored
-
Ethan Furman authored
-
Robert Collins authored
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 authored
-
R David Murray authored
Report and original fix by Vajrasky Kok.
-
- 17 Oct, 2014 1 commit
-
-
R David Murray authored
-