- 09 Nov, 2012 3 commits
-
-
Ezio Melotti authored
-
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 21 commits
-
-
Ezio Melotti authored
-
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.
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Stefan Krah authored
-
Stefan Krah authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti 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 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 9 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)
-