summaryrefslogtreecommitdiffstats
path: root/Tools/unicode/makeunicodedata.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-101-10/+30
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-041-6/+4
* Merged revisions 64226 via svnmerge fromMartin v. Löwis2008-06-131-2/+2
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-3/+9
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-8/+3
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-3/+8
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-9/+8
* 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-221-4/+4
* 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-031-115/+114
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* 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
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-6/+12
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-4/+29
* 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