- 09 Nov, 2010 1 commit
-
-
Victor Stinner authored
tokenize.detect_encoding() and open it in read only mode.
-
- 08 Nov, 2010 17 commits
-
-
Victor Stinner authored
_Py_char2wchar(), instead of L"" VAR hack, to escape undecodable bytes using the surrogateescape error handler.
-
Victor Stinner authored
-
Victor Stinner authored
Explain in the documentation that conversion errors should never happen.
-
Alexander Belopolsky authored
-
Victor Stinner authored
* Add error_pos optional argument to _Py_wchar2char() * PyUnicode_EncodeFS() raises a UnicodeEncodeError or MemoryError if _Py_wchar2char() fails
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Alexander Belopolsky authored
-
Éric Araujo authored
All recent modifications to distutils should now be covered in NEWS.
-
R. David Murray authored
-
Éric Araujo authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 07 Nov, 2010 19 commits
-
-
Brian Curtin authored
...unless these are commands you only run once a year :)
-
Sean Reifscheider authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Victor Stinner authored
* Specify the default encoding: write 'utf-8' instead of sys.getdefaultencoding(), because the default encoding is now constant * Specify the default errors value
-
Victor Stinner authored
encoding, instead of the locale encoding. Patch written by Alexander Belopolsky.
-
Victor Stinner authored
-
Mark Dickinson authored
-
Hirokazu Yamamoto authored
-
Victor Stinner authored
doesn't preserve the zero sign (if TANH_PRESERVES_ZERO_SIGN define is 0).
-
Senthil Kumaran authored
-
Mark Dickinson authored
-
Hirokazu Yamamoto authored
-
Mark Dickinson authored
-
Hirokazu Yamamoto authored
-
Mark Dickinson authored
Gay's dtoa.c (but not for current versions of Python's dtoa.c). Thanks Rick Regan for finding and reporting this.
-
Hirokazu Yamamoto authored
-
Victor Stinner authored
-
Hirokazu Yamamoto authored
-
- 06 Nov, 2010 3 commits
-
-
Eric Smith authored
-
Éric Araujo authored
-
Éric Araujo authored
-