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