- 23 Dec, 2010 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
part of the iterator had been consumed. Also, fix argument names which did not match the docs and were a bit misleading.
-
R. David Murray authored
Original patch by Thomas Herve.
-
R. David Murray authored
self.handlers is still used in one urllib2 test, but not by the code iteslf.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
- 22 Dec, 2010 8 commits
-
-
Antoine Pitrou authored
-
Michael Foord authored
-
Vinay Sajip authored
-
Michael Foord authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
for identifiers. Fixed the documentation to agree.
-
- 21 Dec, 2010 8 commits
-
-
R. David Murray authored
Previously passing a string in as the password would fail either with an assertion error or a TypeError with a confusing error message. Note that a string can't be accepted since zipfile has no way to guess what encoding should be used to turn it into bytes. Patch by Victor Stinner.
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
(part of #10735)
-
R. David Murray authored
Try this again, hopefully the right way this time. Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo install because it was tyring to write .pyc files to a read-only system directory during test_no_args_compiles_path. Having the tests call python with -S should eliminate the system directories from the path.
-
R. David Murray authored
Surprisingly, it turns out there was no test that exercised this code path.
-
- 20 Dec, 2010 2 commits
-
-
R. David Murray authored
-
R. David Murray authored
Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo install because it was tyring to write .pyc files to a read-only system directory during test_no_args_compiles_path. Having subprocess call python with -S should eliminate the system directories from the path.
-
- 19 Dec, 2010 12 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily.
-
Vinay Sajip authored
-
Michael Foord authored
-