- 23 Ara, 2010 7 kayıt (commit)
-
-
R. David Murray yazdı
Original patch by Thomas Herve.
-
R. David Murray yazdı
self.handlers is still used in one urllib2 test, but not by the code iteslf.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
- 22 Ara, 2010 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Michael Foord yazdı
-
Vinay Sajip yazdı
-
Michael Foord yazdı
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
for identifiers. Fixed the documentation to agree.
-
- 21 Ara, 2010 8 kayıt (commit)
-
-
R. David Murray yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
(part of #10735)
-
R. David Murray yazdı
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 yazdı
Surprisingly, it turns out there was no test that exercised this code path.
-
- 20 Ara, 2010 2 kayıt (commit)
-
-
R. David Murray yazdı
-
R. David Murray yazdı
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 Ara, 2010 14 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily.
-
Vinay Sajip yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run
-
- 18 Ara, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed.
-