cpython/Tools/unicode
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter:
(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
2007-01-10 16:19:56 +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 SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
gencjkcodecs.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
gencodec.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
listcodecs.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
makeunicodedata.py Add changelog entry. 2006-03-11 12:43:44 +00:00
mkstringprep.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00