- 08 Oct, 2011 3 commits
-
-
É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
Patch by Hallvard B Furuseth.
-
Éric Araujo authored
-
- 07 Oct, 2011 20 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.
-
Éric Araujo authored
Found by Franz Glasner in #2504.
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
Antoine Pitrou authored
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
Meador Inge authored
-
Victor Stinner authored
Improve also str.replace(a, a) test
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Antoine Pitrou authored
This worked under Unix because wchar_t is 4 bytes wide.
-
Antoine Pitrou authored
(except for a Py_UNICODE_strchr() call)
-
Antoine Pitrou authored
(on Martin's buildbot it still seems a bit inaccurate)
-
Antoine Pitrou authored
Example: ./python -m timeit -s "f='{}' + '-' * 1024 + '{}'; s='abcd' * 16384" "f.format(s, s)" -> before: 547 usec per loop -> after: 13 usec per loop -> 3.2: 22.5 usec per loop -> 2.7: 12.6 usec per loop
-
- 06 Oct, 2011 17 commits
-
-
Antoine Pitrou authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
contents cannot be read.
-
Ned Deily authored
an unreadable directory.
-
Ned Deily authored
new test cases for importing bad packages and unreadable packages dirs.
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Charles-François Natali authored
Fuchs, updated by Tiago Gonçalves.
-