cpython/Tools/unicode
Walter Dörwald 6c863d1ab2 Merged revisions 71894 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71894 | walter.doerwald | 2009-04-25 16:03:16 +0200 (Sa, 25 Apr 2009) | 4 lines

  Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
  makeunicodedata.py and regenerated the Unicode database (This fixes
  u'\u1d79'.lower() == '\x00').
........
2009-04-25 14:05:52 +00:00
..
python-mappings Add custom mapping files used for generating some of the charmap 2005-10-25 11:54:04 +00:00
Makefile Patch #1359618: Speed-up charmap encoder. 2006-06-04 19:36:28 +00:00
comparecodecs.py Add two new tools to compare codecs and show differences and to 2005-10-21 13:47:03 +00:00
gencjkcodecs.py Whitespace for generated code. 2006-03-27 15:11:56 +00:00
gencodec.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
listcodecs.py Add two new tools to compare codecs and show differences and to 2005-10-21 13:47:03 +00:00
makeunicodedata.py Merged revisions 71894 via svnmerge from 2009-04-25 14:05:52 +00:00
mkstringprep.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00