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