- 19 Oct, 2011 8 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen.
-
Senthil Kumaran authored
semicolons. Patch by Ben Darnell and Petri Lehtinen.
-
Ezio Melotti authored
-
- 18 Oct, 2011 4 commits
-
-
Łukasz Langa authored
-
Antoine Pitrou authored
generator.throw() now gets the traceback from the passed exception's `__traceback__` attribute. Patch by Petri Lehtinen.
-
Ezio Melotti authored
in order to display the prompt correctly. Patch by Petri Lehtinen.
-
Ezio Melotti authored
-
- 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 5 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.
-