- 21 Nov, 2011 15 commits
-
-
Victor Stinner authored
Dump the wchar_t that we are going to decode and dump the locale
-
Victor Stinner authored
character is bigger than U+10FFFF and locale.localeconv() dumps the string before decoding it. Temporary hack to debug the issue #13441.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
And PyUnicode_GetSize() => PyUnicode_GetLength()
-
Victor Stinner authored
using an assertion
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
-
Victor Stinner authored
-
Victor Stinner authored
The index is a character index, not a index in a Py_UNICODE* string.
-
Victor Stinner authored
-
- 20 Nov, 2011 19 commits
-
-
Victor Stinner authored
Patch written by Arfrever Frehtes Taifersar Arahesis.
-
Victor Stinner authored
Patch written by Arfrever Frehtes Taifersar Arahesis.
-
Victor Stinner authored
The index is a character index, not a index in a Py_UNICODE* string.
-
Victor Stinner authored
and check the string consistency. _PyUnicode_CheckConsistency() doesn't check the hash anymore. It should be possible to call this function even if hash(str) was already called.
-
Victor Stinner authored
the deprecate Py_UNICODE type
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
instead of calling the deprecated PyUnicode_EncodeUTF32() function
-
Victor Stinner authored
not only its minimum value
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
PyUnicode_AsUnicodeAndSize()
-
Victor Stinner authored
-
Éric Araujo authored
-
- 19 Nov, 2011 6 commits
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
This allows compiling extension modules with -Wswitch-enum on gcc. Initial patch by Floris Bruynooghe.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Charles-François Natali authored
retries in case of ECONNREFUSED.
-