- 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 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 17 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
-