- 18 Ara, 2010 16 kayıt (commit)
-
-
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 17 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ı
-
Antoine Pitrou yazdı
from the threading module (with the internal verbose flag activated).
-
Antoine Pitrou yazdı
parameter to HTTPConnection and friends is deprecated.
-
Daniel Stutzbach yazdı
-
R. David Murray yazdı
-
R. David Murray yazdı
-
Senthil Kumaran yazdı
-
Łukasz Langa yazdı
Backwards compatible alternative values possible as documented. Done by Łukasz Langa, approved by Raymond and Fred.
-
- 16 Ara, 2010 7 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
R. David Murray yazdı
Before the introduction of filename arguments to compileall it gave semi useful messages about not being able to 'list' names that weren't valid directories. This fix restores that behavior. In addition to the test for this case, the patch also adds a test for the default behavior of compileall when no arguments are provided, and fixes a bug in one of the previously added tests.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
for security reasons. Initial patch by Ross Lagerwall.
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Éric Araujo yazdı
-