summaryrefslogtreecommitdiff
path: root/Objects/stringlib/unicodedefs.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #18701: Remove support of old CPython versions (<3.0) from C code.Serhiy Storchaka2013-08-171-5/+0
* stringlib: remove unused STRINGLIB_RESIZE macroVictor Stinner2013-04-141-1/+0
* Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separatorVictor Stinner2012-02-241-2/+0
* remove some usage of Py_UNICODE_TOUPPER/LOWERBenjamin Peterson2012-01-111-2/+0
* stringlib: remove unused STRINGLIB_FILLVictor Stinner2011-11-201-1/+0
* Fix fastsearch for UCS2 and UCS4Victor Stinner2011-10-111-0/+1
* Implement PEP 393.Martin v. Löwis2011-09-281-0/+2
* Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-131-0/+2
* Merged revisions 77241 via svnmerge fromAntoine Pitrou2010-01-021-19/+0
* Issue #5748: bytesobject.c should not have its own private defines for string...Eric Smith2009-11-301-0/+1
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-0/+1
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-0/+2
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-0/+1
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-171-0/+6
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-151-1/+1
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-0/+2
* Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...Eric Smith2007-09-011-0/+1
* Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a ...Eric Smith2007-08-281-0/+11
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+32