]> granicus.if.org Git - python/commit
Merged revisions 75272-75273 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 6 Oct 2009 21:03:20 +0000 (21:03 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 6 Oct 2009 21:03:20 +0000 (21:03 +0000)
commit7d52079395263fa7a9e8b82da86d0c595ad71859
tree0cf856947b09262d6f3591572343ec89649da3b9
parente1b60d4849111f5e1bacb1cf511ec7e7e97c205b
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.
........
Lib/test/test_unicodedata.py
Misc/ACKS
Misc/NEWS
Modules/unicodedata.c
Modules/unicodedata_db.h
Objects/unicodectype.c
Objects/unicodetype_db.h
Tools/unicode/makeunicodedata.py