summaryrefslogtreecommitdiff
path: root/Modules/unicodedata.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove all other uses of the C tolower()/toupper() which could break with a T...Antoine Pitrou2011-10-041-2/+2
|/
* Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-041-6/+4
* Issue #10254: Fixed a crash and a regression introduced by the implementation...Alexander Belopolsky2010-12-231-4/+9
* Issue #10459: Update CJK character names to Unicode 6.0.Martin v. Löwis2010-11-221-4/+7
* Welcome to the UTF-8 world.Florent Xicluna2010-09-031-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-143/+143
* Merged revisions 79320 via svnmerge fromEzio Melotti2010-03-231-1/+2
* Merged revisions 79314 via svnmerge fromEzio Melotti2010-03-221-5/+4
* Merged revisions 78646 via svnmerge fromVictor Stinner2010-03-041-1/+1
* Merged revisions 75272-75273 via svnmerge fromAmaury Forgeot d'Arc2009-10-061-1/+1
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-1/+1
* Merged revisions 72054 via svnmerge fromAntoine Pitrou2009-04-271-5/+58
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-101-5/+8
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-15/+30
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-031-73/+74
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-4/+4
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-16/+11
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+2
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-1/+1
* Change category(), bidirectional(), east_asian_width(),Walter Dörwald2007-06-051-6/+6
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-7/+16
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+9
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-6/+6
* Adjust CJK Ideograph range to Unicode 4.1.Martin v. Löwis2006-03-111-13/+12
* Fix refcounting bug.Martin v. Löwis2006-03-101-0/+1
* Avoid forward-declaring the methods array.Martin v. Löwis2006-03-101-52/+53
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-28/+213
* Remove gcc (4.0.x) warning about uninitialized value by explicitly settingThomas Wouters2006-03-011-2/+1
* Patch #1213831: Fix typo in unicodedata._getcode.Martin v. Löwis2005-09-181-1/+1
* Correct URL to the official UnicodeData 3.2.0 resource. (ReportedHye-Shik Chang2005-06-041-1/+1
* Fill docstrings for module and functions, extracted from the texHye-Shik Chang2005-04-041-13/+108
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-0/+21
* Fix typo.Hye-Shik Chang2004-07-151-1/+1
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-171-0/+7
* Overallocate target buffer for normalization more early. Fixes #834676.Martin v. Löwis2003-11-061-5/+7
* Fix SF bug #694816, remove comparison of unsigned value < 0Neal Norwitz2003-02-281-2/+2
* Remove C++ comment.Martin v. Löwis2002-12-071-1/+1
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-251-0/+2
* Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph.Martin v. Löwis2002-11-231-3/+12
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-15/+279
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-231-1/+39
* Fix off-by-one error.Martin v. Löwis2002-11-231-1/+1
* Patch #626548: Support Hangul syllable names.Martin v. Löwis2002-11-231-2/+109
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-3/+3
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-231-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-1/+1