History log of /external/python/cpython3/Objects/stringlib/ucs2lib.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
76b3b2726c3c3c58932b460d9a9af1b5021fd8f9 14-Apr-2013 Victor Stinner <victor.stinner@gmail.com> stringlib: remove unused STRINGLIB_RESIZE macro
/external/python/cpython3/Objects/stringlib/ucs2lib.h
ca5f91b888bc0056fc08d062f65cc783bbba8532 10-May-2012 Antoine Pitrou <solipsis@pitrou.net> Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
/external/python/cpython3/Objects/stringlib/ucs2lib.h
41a863cb81608c779d60b49e7be8a115816734fc 24-Feb-2012 Victor Stinner <victor.stinner@haypocalc.com> Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator

* Decode thousands separator and decimal point using PyUnicode_DecodeLocale()
(from the locale encoding), instead of decoding them implicitly from latin1
* Remove _PyUnicode_InsertThousandsGroupingLocale(), it was not used
* Change _PyUnicode_InsertThousandsGrouping() API to return the maximum
character if unicode is NULL
* Replace MIN/MAX macros by Py_MIN/Py_MAX
* stringlib/undef.h undefines STRINGLIB_IS_UNICODE
* stringlib/localeutil.h only supports Unicode
/external/python/cpython3/Objects/stringlib/ucs2lib.h
21e0da228d158ec248be5c7db274a7bc54a51307 12-Jan-2012 Benjamin Peterson <benjamin@python.org> remove some usage of Py_UNICODE_TOUPPER/LOWER
/external/python/cpython3/Objects/stringlib/ucs2lib.h
0fc35196bbd2248ee34d3c818b73eb2f864e4083 20-Nov-2011 Victor Stinner <victor.stinner@haypocalc.com> stringlib: remove unused STRINGLIB_FILL
/external/python/cpython3/Objects/stringlib/ucs2lib.h
d218bf14ccf60f659180229b625c16d2caf2a7c5 12-Oct-2011 Victor Stinner <victor.stinner@haypocalc.com> stringlib: Fix STRINGLIB_STR for UCS2/UCS4
/external/python/cpython3/Objects/stringlib/ucs2lib.h
8cc70dcf7020f1e5c286fed5b2a1034f5ba36afe 11-Oct-2011 Victor Stinner <victor.stinner@haypocalc.com> Fix fastsearch for UCS2 and UCS4

* If needle is 0, try (p[0] >> 16) & 0xff for UCS4
* Disable fastsearch_memchr_1char() if needle is zero for UCS2 and UCS4
/external/python/cpython3/Objects/stringlib/ucs2lib.h
e57b1c0da18c20dae31fdc6cda7c9e2cb3b07bff 28-Sep-2011 Victor Stinner <victor.stinner@haypocalc.com> Mark PyUnicode_FromUCS[124] as private
/external/python/cpython3/Objects/stringlib/ucs2lib.h
d63a3b8beb4a0841cb59fb3515347ccaab34b733 28-Sep-2011 Martin v. Löwis <martin@v.loewis.de> Implement PEP 393.
/external/python/cpython3/Objects/stringlib/ucs2lib.h