- 23 Aug, 2014 4 commits
-
-
Terry Jan Reedy authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Antoine Pitrou authored
Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed. Patch by Ben Roberts.
-
- 22 Aug, 2014 20 commits
-
-
Ned Deily authored
-
Ned Deily authored
python --generate-posix-vars in pybuilddir.txt build target by ensuring that pybuilddir.txt is always regenerated when configure is run and that the newly built skeleton python does not inadvertently import modules from previously installed instances.
-
Brett Cannon authored
Could not emit an external file as pyexpat has a conditionally built method which Clinic won't hide otherwise.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Berker Peksag authored
Thanks to Arfrever Frehtes Taifersar Arahesis.
-
Berker Peksag authored
Thanks to Arfrever Frehtes Taifersar Arahesis.
-
Berker Peksag authored
it don't raise an exception if doraise is False. Patch by Bohuslav "Slavek" Kabrda.
-
Berker Peksag authored
it don't raise an exception if doraise is False. Patch by Bohuslav "Slavek" Kabrda.
-
Brett Cannon authored
-
Brett Cannon authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Jon Poler for the patch.
-
Brett Cannon authored
Patch by Claudiu Popa, review by Martin v. Löwis.
-
Senthil Kumaran authored
Fix issue22245 - Fix urllib2_localnet test. Do not aggresively close wfile in the do_GET method in the BasicAuthHandler.
-
Senthil Kumaran authored
Do not aggresively close wfile in the do_GET method in the BasicAuthHandler.
-
- 21 Aug, 2014 2 commits
-
-
Antoine Pitrou authored
Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. Patch by Demian Brecht.
-
Serhiy Storchaka authored
-
- 20 Aug, 2014 3 commits
-
-
Benjamin Peterson authored
Patch from Steven Barker.
-
Senthil Kumaran authored
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
-
Senthil Kumaran authored
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
-
- 19 Aug, 2014 9 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
'As' became a full keyword when with statements were added in 2.5/2.6.
-
Benjamin Peterson authored
Patch from Claudiu Popa.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 18 Aug, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-