summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/unicodedefs.h
Commit message (Expand)AuthorAgeFilesLines
* 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