- 11 Oct, 2011 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Instead, the re module's standard caching does its work.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 10 Oct, 2011 4 commits
-
-
Antoine Pitrou authored
(thanks "make smelly")
-
Antoine Pitrou authored
tests from the setUp() routine. This fixes a refleak in test_socket on some machines.
-
Martin v. Löwis authored
-
Victor Stinner authored
* Call directly the right find/rfind method: allow inlining functions * Remove Py_LOCAL_CALLBACK (added for any_find_slice)
-
- 09 Oct, 2011 13 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 08 Oct, 2011 11 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(found by Georg)
-
Antoine Pitrou authored
(found by Georg)
-
Antoine Pitrou authored
-
Georg Brandl authored
Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy).
-
Éric Araujo authored
I want to replace custom byte-compiling function with calls to compileall before 3.3b1, but in the short term it’s good to have this fixed. Adapted from the distutils patch by Jeff Ramnani. I tested with -B, -O and -OO; test_util and test_mixin2to3 fail in -O mode because lib2to3 doesn’t support it.
-
Éric Araujo authored
-
Éric Araujo authored
Patch by Hallvard B Furuseth.
-
Éric Araujo authored
-
- 07 Oct, 2011 7 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
I tested this manually; it would be great to have buildbots using installed Pythons, including Pythons configured with different prefix and exec-prefix. Reported by Zsolt Cserna.
-
Éric Araujo authored
Patch by Jeff Ramnani. Tested with -B, -O and -OO.
-
Éric Araujo authored
Patch by Hallvard B Furuseth.
-
Charles-François Natali authored
but without AF_CAN definition.
-
Éric Araujo authored
Found by Franz Glasner in #2504.
-
Barry Warsaw authored
(see issue 13125).
-