summaryrefslogtreecommitdiffstats
path: root/Include/unicodeobject.h
Commit message (Expand)AuthorAgeFilesLines
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-151-0/+16
* Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() butGuido van Rossum2007-08-291-8/+13
* PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico...Eric Smith2007-08-271-3/+0
* Fix refleaks in test_unicode and test_string related to the new format code.Neal Norwitz2007-08-271-4/+2
* PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...Eric Smith2007-08-261-2/+1
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+5
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+82
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-151-0/+6
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-141-0/+12
* Whitespace normalization.Neal Norwitz2007-08-081-12/+12
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-2/+2
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-4/+32
* Add interning of unicode strings by copying the functionality fromWalter Dörwald2007-05-251-0/+15
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-0/+20
* Add missing #define.Walter Dörwald2007-05-181-0/+1
* Add 'U'/'U#' format characters to Py_BuildValue (and thusWalter Dörwald2007-05-181-1/+15
* Add PyUnicode_FromString(), which create a unicode object from aWalter Dörwald2007-05-051-0/+8
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-8/+0
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-251-1/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+24
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+7
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+5
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-9/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-9/+39
* Merge ssize_t branch.Martin v. Löwis2006-02-151-46/+46
* _PyUnicode_IsWhitespace(),Tim Peters2005-10-291-2/+2
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-301-0/+10
* Correct the handling of 0-termination of PyUnicode_AsWideChar()Marc-André Lemburg2004-11-221-2/+8
* SF patch #1056231: typo in comment (unicodeobject.h)Raymond Hettinger2004-10-311-1/+1
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-0/+21
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-18/+0
* Allow string and unicode return types from .encode()/.decode()Marc-André Lemburg2004-07-081-0/+11
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+18
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-151-0/+20
* Add name mangling for new PyUnicode_FromOrdinal() and fix declarationMarc-André Lemburg2002-08-121-1/+3
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-72/+72
* Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.Marc-André Lemburg2002-08-111-0/+12
* Fix for bug [ 561796 ] string.find causes lazy errorMarc-André Lemburg2002-05-291-1/+2
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-221-0/+7
* SF patch #470578: Fixes to synchronize unicode() and str()Guido van Rossum2001-10-191-10/+9
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+18
* Fix for bug #462737.Marc-André Lemburg2001-09-191-3/+3
* Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-111-0/+2
* Make the Py<type>_Check() macro use PyObject_TypeCheck().Guido van Rossum2001-08-301-1/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-0/+7
* SF patch #438013 Remove 2-byte Py_UCS2 assumptionsTim Peters2001-08-091-6/+0
* As discussed on python-dev: this patch adds name mangling toMarc-André Lemburg2001-07-311-0/+150
* Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.Jeremy Hylton2001-07-301-0/+17
* removed "register const" from scalar arguments to the unicodeFredrik Lundh2001-06-271-15/+15
* use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZEFredrik Lundh2001-06-271-6/+7