- 21 Dec, 2010 7 commits
-
-
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 14 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
-
Michael Foord authored
-
Michael Foord authored
Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run
-
- 18 Dec, 2010 17 commits
-
-
Ezio Melotti authored
#10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed.
-
R. David Murray authored
Such addresses are not RFC compliant except under the 'obsolete syntax' rules, but before this fix the whitespace was dropped from the input, concatenating the pieces. That breaks one of the principles of the email package, that of preserving the input as much as possible. It also denies the application program the opportunity to apply its own heuristics to interpretation of such non-compliant addresses. It is possible users of the email package were depending on the local part always being a single token, so this fix will not be backported.
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
R. David Murray authored
This provides access to the context menus where they previously could not be accessed due to the way OSX Tk binds buttons. It also improves platform consistency. Patch by Ned Deily.
-
Senthil Kumaran authored
-
R. David Murray authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Steven Bethard authored
Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker.
-
Raymond Hettinger authored
-