summaryrefslogtreecommitdiff
path: root/Objects/unicodectype.c
Commit message (Expand)AuthorAgeFilesLines
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-061-581/+4
* Issue #4971: Fix titlecase for characters that are their ownMartin v. Löwis2009-04-261-6/+1
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-0/+8
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-6/+327
* Enhance the performance of two important Unicode characterMarc-André Lemburg2005-10-201-10/+52
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-10/+0
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-1/+11
* Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.Hye-Shik Chang2003-12-291-1/+4
* Make lower/upper/title work for non-BMP characters.Martin v. Löwis2002-10-181-24/+15
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-1/+1
* removed "register const" from scalar arguments to the unicodeFredrik Lundh2001-06-271-20/+20
* use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZEFredrik Lundh2001-06-271-3/+3
* Encode surrogates in UTF-8 even for a wide Py_UNICODE.Martin v. Löwis2001-06-271-8/+27
* more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) >Fredrik Lundh2001-06-261-2/+3
* unicode database compression, step 3:Fredrik Lundh2000-09-251-10021/+72
* Add the current Win64 compiler to the list of those that need theTrent Mick2000-08-121-1/+5
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
* Conditionally (currently on ifdef macintosh) break the large switch upJack Jansen2000-07-061-0/+15
* Added new lookup API which matches all alphabetic Unicode characters,Marc-André Lemburg2000-07-051-0/+5295
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+6
* Unicode character type helpers, written by Marc-Andre Lemburg.Guido van Rossum2000-03-101-0/+5043