- 17 Oct, 2011 4 commits
-
-
Nadeem Vawda authored
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows.
-
Benjamin Peterson authored
-
Mark Hammond authored
-
Mark Hammond authored
-
- 16 Oct, 2011 2 commits
-
-
Victor Stinner authored
-
Raymond Hettinger authored
-
- 14 Oct, 2011 5 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Lars Gustäbel authored
The nti() function that converts a number field from a tar header to a number failed to decode GNU tar specific base-256 fields. I also added support for decoding and encoding negative base-256 number fields.
-
Victor Stinner authored
instead of the locale encoding.
-
Victor Stinner authored
wcsftime() doesn't format time zone correctly.
-
- 13 Oct, 2011 1 commit
-
-
Nadeem Vawda authored
Also fix the bz2 module, whose classes used the same algorithm.
-
- 11 Oct, 2011 2 commits
-
-
Mark Dickinson authored
-
Éric Araujo authored
Patch by Justin Love.
-
- 09 Oct, 2011 6 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 08 Oct, 2011 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(found by Georg)
-
Éric Araujo authored
-
- 07 Oct, 2011 11 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.
-
Barry Warsaw authored
-
Ned Deily authored
-
Barry Warsaw authored
-
Barry Warsaw authored
with line feeds. This was ported from the sandbox to the 3.3 branch, but didn't make it into 3.2. - Re-enable lib2to3's test_parser.py tests, though with an expected failure (see issue 13125).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
- 06 Oct, 2011 6 commits
-
-
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.
-
Antoine Pitrou authored
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Éric Araujo authored
-