summaryrefslogtreecommitdiffstats
path: root/Tools/unicode
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-2/+11
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Convert raise statements in Tools/.Collin Winter2007-08-222-5/+5
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-141-13/+56
* Convert print statements to function calls in Tools/.Collin Winter2007-08-035-179/+178
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-072-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-103-6/+6
* Merge the rest of the trunk.Thomas Wouters2006-06-082-26/+27
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-3/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-2/+73
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-212-22/+43
* Remove apply()Neal Norwitz2006-03-171-2/+2
* Add changelog entry.Martin v. Löwis2006-03-111-0/+1
* Whitespace normalization.Tim Peters2006-03-101-1/+1
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-11/+141
* Whitespace normalization.Tim Peters2005-12-251-3/+3
* Add Makefile which allows easily rebuilding the charmap codecs.Marc-André Lemburg2005-10-251-0/+81
* Add custom mapping files used for generating some of the charmapMarc-André Lemburg2005-10-253-0/+873
* Apply some cosmetic fixes to the output of the script.Marc-André Lemburg2005-10-251-15/+28
* Add two new tools to compare codecs and show differences and toMarc-André Lemburg2005-10-212-0/+94
* Moved gencodec.py to the Tools/unicode/ directory.Marc-André Lemburg2005-10-211-0/+391
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-6/+12
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+0
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-4/+29
* Applying SF patch #949329 on behalf of Raymond Hettinger.Armin Rigo2004-05-191-27/+26
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+433
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-251-2/+6
* Sort names independent of the Python version. Fix hex constant warning.Martin v. Löwis2002-11-241-7/+11
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-3/+90
* Verify that lower-higher case delta are 16-bit.Martin v. Löwis2002-10-181-3/+11
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-2/+2
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-7/+7
* Unicode nits: Don't include unicodedatabase.h no more. And make sureFredrik Lundh2001-01-211-2/+2
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-211-41/+76
* forgot to check in the new makeunicodedata.py scriptFredrik Lundh2001-01-211-17/+271
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-11/+39
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-46/+42
* - don't set the titlecase flag for uppercase letters (sorry, tim)Fredrik Lundh2000-09-251-2/+2
* unicode database compression, step 3:Fredrik Lundh2000-09-251-4/+19
* unicode database compression, step 3:Fredrik Lundh2000-09-251-9/+97
* unicode database compression, step 2:Fredrik Lundh2000-09-251-15/+47
* Fiddled w/ /F's cool new splitbins function: documented it, generalized itTim Peters2000-09-251-26/+54
* unicode database compression, step 1:Fredrik Lundh2000-09-241-0/+202