- 10 Kas, 2012 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
urllib.request.urlretrieve API now properly supplies a constant non-zero block_size as it did in Python 3.2 and 2.7. This matches the behavior of urllib.request.URLopener.retrieve.
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 09 Kas, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
-
- 08 Kas, 2012 14 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Andrew Svetlov yazdı
Thanks to Yongzhi Pan.
-
Andrew Svetlov yazdı
Thanks to Yongzhi Pan.
-
Andrew Svetlov yazdı
Thanks to Yongzhi Pan from docs@
-
Andrew Svetlov yazdı
Thanks to Yongzhi Pan from docs@
-
Stefan Krah yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 07 Kas, 2012 4 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
from a Decimal argument.
-
Hynek Schlawack yazdı
Patch by Victor Stinner.
-
Hynek Schlawack yazdı
Patch by Victor Stinner.
-
- 06 Kas, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 05 Kas, 2012 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
If anyone finds another recursive C path that bypasses the recursion limiting, they can add a new crasher example.
-
Victor Stinner yazdı
Use year 1990 instead of year 1970 to avoid issues with negative timestamps.
-
- 04 Kas, 2012 9 kayıt (commit)
-
-
Nadeem Vawda yazdı
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. Patch by Serhiy Storchaka.
-
Nadeem Vawda yazdı
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. Patch by Serhiy Storchaka.
-
Victor Stinner yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
-
Ezio Melotti yazdı
#8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Previously, excessive nesting in expressions would blow the stack and segfault the interpreter. Now, a hard limit based on the configured recursion limit and a hardcoded scaling factor is applied.
-