- 11 Eki, 2011 15 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Instead, the re module's standard caching does its work.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 10 Eki, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
(thanks "make smelly")
-
Antoine Pitrou yazdı
tests from the setUp() routine. This fixes a refleak in test_socket on some machines.
-
Martin v. Löwis yazdı
-
Victor Stinner yazdı
* Call directly the right find/rfind method: allow inlining functions * Remove Py_LOCAL_CALLBACK (added for any_find_slice)
-
- 09 Eki, 2011 13 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 08 Eki, 2011 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(found by Georg)
-
Antoine Pitrou yazdı
(found by Georg)
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy).
-
Éric Araujo yazdı
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.
-