summaryrefslogtreecommitdiffstats
path: root/Include/unicodeobject.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Encode surrogates in UTF-8 even for a wide Py_UNICODE.Martin v. Löwis2001-06-271-0/+3
* Make Unicode work a bit better on Windows...Fredrik Lundh2001-06-261-0/+8
* Support using UCS-4 as the Py_UNICODE type:Martin v. Löwis2001-06-261-30/+23
* experimental UCS-4 support: added USE_UCS4_STORAGE define toFredrik Lundh2001-06-261-12/+19
* This patch changes the behaviour of the UTF-16 codec family. Only theMarc-André Lemburg2001-05-211-4/+5
* This patch originated from an idea by Martin v. Loewis who submitted aMarc-André Lemburg2001-04-231-2/+6
* Added #fndef's to avoid compiler errors.Marc-André Lemburg2000-08-111-1/+3
* This patch finalizes the move from UTF-8 to a default encoding inMarc-André Lemburg2000-08-031-2/+3
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-221-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* Added new API PyUnicode_FromEncodedObject() which supports decodingMarc-André Lemburg2000-07-071-0/+18
* Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these needMarc-André Lemburg2000-07-071-0/+11
* Modified the ISALPHA and ISALNUM macros to use the new lookup APIsMarc-André Lemburg2000-07-051-5/+8
* Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macrosMarc-André Lemburg2000-07-031-0/+11
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-181-1/+2
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-4/+26
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-1/+1
* Marc-Andre Lemburg: New exported API PyUnicode_Resize().Guido van Rossum2000-04-101-0/+19