- 09 Nov, 2010 14 commits
-
-
Antoine Pitrou authored
of SSL sockets now has additional items such as `issuer` and `notBefore`.
-
Antoine Pitrou authored
default could be rather confusing).
-
Antoine Pitrou authored
STARTTLS. Patch by Andrew Vant.
-
Alexander Belopolsky authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
And don't create non constant array, invalid in ISO C.
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
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 9 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
-