- 10 Nov, 2012 6 commits
-
-
Stefan Krah authored
-
Gregory P. Smith authored
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 authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 09 Nov, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
-
- 08 Nov, 2012 14 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Andrew Svetlov authored
Thanks to Yongzhi Pan.
-
Andrew Svetlov authored
Thanks to Yongzhi Pan.
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Stefan Krah authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 07 Nov, 2012 4 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
from a Decimal argument.
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
- 06 Nov, 2012 1 commit
-
-
Stefan Krah authored
-
- 05 Nov, 2012 5 commits
-
-
Ezio Melotti authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
If anyone finds another recursive C path that bypasses the recursion limiting, they can add a new crasher example.
-
Victor Stinner authored
Use year 1990 instead of year 1970 to avoid issues with negative timestamps.
-
- 04 Nov, 2012 8 commits
-
-
Nadeem Vawda authored
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. Patch by Serhiy Storchaka.
-
Nadeem Vawda authored
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. Patch by Serhiy Storchaka.
-
Victor Stinner authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#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 authored
#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 authored
-
Nick Coghlan authored
-