- 19 Ara, 2010 10 kayıt (commit)
-
-
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 20 kayıt (commit)
-
-
Ezio Melotti yazdı
#10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed.
-
R. David Murray yazdı
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 yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
R. David Murray yazdı
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 yazdı
-
R. David Murray yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Steven Bethard yazdı
Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
R. David Murray yazdı
editline rl_initialize apparently discards any mappings done before it is called, which makes tab revert to file completion instead of inserting a tab. So now on OSX we call rl_initialize first if we are using readline, and then re-read the users .editrc (if any) afterward so they can still override our defaults. Patch by Ned Deily, modified by Ronald Oussoren.
-
- 17 Ara, 2010 10 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Daniel Stutzbach yazdı
-
Victor Stinner yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Martin v. Löwis yazdı
-
Daniel Stutzbach yazdı
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
-