- 18 Dec, 2010 14 commits
-
-
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
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
R. David Murray authored
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 Dec, 2010 17 commits
-
-
Raymond Hettinger authored
-
Daniel Stutzbach authored
-
Victor Stinner authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Martin v. Löwis authored
-
Daniel Stutzbach authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
from the threading module (with the internal verbose flag activated).
-
Antoine Pitrou authored
parameter to HTTPConnection and friends is deprecated.
-
Daniel Stutzbach authored
-
R. David Murray authored
-
R. David Murray authored
-
Senthil Kumaran authored
-
Łukasz Langa authored
Backwards compatible alternative values possible as documented. Done by Łukasz Langa, approved by Raymond and Fred.
-
- 16 Dec, 2010 9 commits
-
-
Gregory P. Smith authored
-
R. David Murray authored
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 authored
-
Antoine Pitrou authored
for security reasons. Initial patch by Ross Lagerwall.
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Brian Curtin authored
-
Éric Araujo authored
-