- 08 Nov, 2012 7 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 07 Nov, 2012 7 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
from a Decimal argument.
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
- 06 Nov, 2012 16 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* Remove unicode_widen(): replaced with _PyUnicodeWriter_Prepare() * Remove unicode_putchar(): replaced with PyUnicodeWriter_Prepare() + PyUnicode_WRITER() * When handling an decoding error, only overallocate the buffer by +25% instead of +100%
-
Victor Stinner authored
With the ANSI code page 932, os.listdir(b'\xe7') return an empty list (instead of failing), whereas os.listdir(b'\xff') raises a FileNotFoundError. It looks like a Windows bug: b'\xe7' directory does not exist, FindFirstFileA(b'\xe7') fails with ERROR_FILE_NOT_FOUND (2), instead of ERROR_PATH_NOT_FOUND (3).
-
Stefan Krah authored
-
Stefan Krah authored
-
Victor Stinner authored
It should increase the probability of finding a non-ASCII character on any locale encoding.
-
Victor Stinner authored
-
Stefan Krah authored
-
Victor Stinner authored
* support.TESTFN_UNDECODABLE was decodable if the filesystem encoding was cp932 * test_genericpath.test_nonascii_abspath() didn't work on Windows if the path was not decodable (ex: with cp932)
-
Stefan Krah authored
-
Victor Stinner authored
These constants are used to test functions with non-ASCII data, especially filenames.
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
- 05 Nov, 2012 10 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Nick Coghlan authored
-
Nick Coghlan 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.
-
Andrew Svetlov authored
Patch by Taras Lyapun.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-