- 14 Eki, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Lars Gustäbel yazdı
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 yazdı
instead of the locale encoding.
-
Victor Stinner yazdı
wcsftime() doesn't format time zone correctly.
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Also fix the bz2 module, whose classes used the same algorithm.
-
- 11 Eki, 2011 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Éric Araujo yazdı
Patch by Justin Love.
-
- 09 Eki, 2011 6 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 08 Eki, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(found by Georg)
-
Éric Araujo yazdı
-
- 07 Eki, 2011 11 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
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 yazdı
Patch by Jeff Ramnani. Tested with -B, -O and -OO.
-
Éric Araujo yazdı
Patch by Hallvard B Furuseth.
-
Éric Araujo yazdı
Found by Franz Glasner in #2504.
-
Barry Warsaw yazdı
-
Ned Deily yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
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 yazdı
-
Antoine Pitrou yazdı
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
- 06 Eki, 2011 6 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
contents cannot be read.
-
Ned Deily yazdı
an unreadable directory.
-
Ned Deily yazdı
new test cases for importing bad packages and unreadable packages dirs.
-
Antoine Pitrou yazdı
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Éric Araujo yazdı
-
- 05 Eki, 2011 4 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Charles-François Natali yazdı
would be finalized after the reference to its underlying BufferedRWPair's writer got cleared by the GC.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 04 Eki, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
- Using the file role with {placeholders} is IMO clearer than fake Python code. - The fact that sys.version[:3] gives '3.2' is a CPython detail and should not be advertised (see #9442), even if some stdlib modules currently rely on that detail.
-