cpython/Tools/unicode
Amaury Forgeot d'Arc 7d52079395 Merged revisions 75272-75273 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75272 | amaury.forgeotdarc | 2009-10-06 21:56:32 +0200 (mar., 06 oct. 2009) | 5 lines

  #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
  _PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace.

  It now also parses the Unihan.txt for numeric values.
........
  r75273 | amaury.forgeotdarc | 2009-10-06 22:02:09 +0200 (mar., 06 oct. 2009) | 2 lines

  Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata.
........
2009-10-06 21:03:20 +00:00
..
python-mappings Add custom mapping files used for generating some of the charmap 2005-10-25 11:54:04 +00:00
Makefile Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
comparecodecs.py More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
gencjkcodecs.py More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
gencodec.py Merged revisions 74000-74001 via svnmerge from 2009-07-13 20:38:21 +00:00
genwincodec.py Oops, really pass a bytes string to the ctypes function. 2009-07-13 20:48:07 +00:00
genwincodecs.bat Merged revisions 74000-74001 via svnmerge from 2009-07-13 20:38:21 +00:00
listcodecs.py Convert print statements to function calls in Tools/. 2007-08-03 17:06:41 +00:00
makeunicodedata.py Merged revisions 75272-75273 via svnmerge from 2009-10-06 21:03:20 +00:00
mkstringprep.py More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00