- 05 Nov, 2012 1 commit
-
-
Victor Stinner authored
Use year 1990 instead of year 1970 to avoid issues with negative timestamps.
-
- 04 Nov, 2012 13 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
-
Nick Coghlan authored
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.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 03 Nov, 2012 19 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Patch by Guillaume Pratte.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
-
- 02 Nov, 2012 4 commits
-
-
Stefan Krah authored
definition from #15573.
-
Stefan Krah authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 01 Nov, 2012 3 commits
-
-
Andrew Svetlov authored
Patch by Todd Rovito.
-
Andrew Svetlov authored
Patch by Todd Rovito.
-
Andrew Svetlov authored
-