- 23 Eki, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 22 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
arguments with the system default encoding just like the write() method does, instead of converting it to a raw buffer.
-
- 21 Eki, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 20 Eki, 2011 5 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
-
- 19 Eki, 2011 4 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen.
-
Senthil Kumaran yazdı
semicolons. Patch by Ben Darnell and Petri Lehtinen.
-
Ezio Melotti yazdı
-
- 18 Eki, 2011 2 kayıt (commit)
-
-
Łukasz Langa yazdı
Thanks, Shawn Ligocki! 3.x version will come as a separate patch.
-
Ezio Melotti yazdı
-
- 17 Eki, 2011 3 kayıt (commit)
-
-
Nadeem Vawda yazdı
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows.
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
- 15 Eki, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Eki, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
Patch by Justin Love.
-
Éric Araujo yazdı
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Also fix the builtin file class and the bz2 module, which used the same algorithm.
-
- 12 Eki, 2011 3 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
TLS implementations, and fails with the ad-hoc TLS implementation when a thread doesn't have an auto thread state (e.g. a thread created outside of Python calling into a subinterpreter).
-
- 09 Eki, 2011 6 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Larry Hastings yazdı
to howto/cporting.rst.
-
Éric Araujo yazdı
The check command was fixed by Kirill Kuzminykh. The register command was using StringIO.getvalue, which uses “''.join” and thus coerces to str using the default encoding (ASCII), so I changed the code to use one extra intermediary list and correctly encode to UTF-8.
-
Éric Araujo yazdı
-
- 08 Eki, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
(found by Georg)
-
Éric Araujo yazdı
Reported by Zsolt Cserna.
-
Éric Araujo yazdı
Patch by Hallvard B Furuseth.
-
Éric Araujo yazdı
Found by Franz Glasner in #2504.
-
- 07 Eki, 2011 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Antoine Pitrou yazdı
-
- 06 Eki, 2011 3 kayıt (commit)