- 17 Dec, 2010 12 commits
-
-
Ł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 19 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
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Łukasz Langa authored
-
Éric Araujo authored
-
Łukasz Langa authored
Life is beatiful once again.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
- 15 Dec, 2010 9 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
by signals on platforms using pthreads. Patch by Reid Kleckner.
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Terry Reedy authored
Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport.
-