- 05 Nov, 2012 2 commits
-
-
Victor Stinner authored
os.listdir() now returns the original path in OSError.filename (on any platform), even if "*.*" was added to the path (on Windows).
-
Victor Stinner authored
os.open() uses _wopen() which sets errno, not the Windows error code.
-
- 04 Nov, 2012 24 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.
-
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
-
Victor Stinner authored
-
Ezio Melotti 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
-
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.
-
Stefan Krah authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
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
-
Mark Dickinson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
Patch by Alessandro Moura.
-
- 03 Nov, 2012 14 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo 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
-