summaryrefslogtreecommitdiff
path: root/Tools/unicode/gencodec.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-5/+5
* Issue #16261: Converted some bare except statements to except statementsSerhiy Storchaka2015-05-201-1/+1
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-1/+1
* Fix some PEP8-formatting problems in the generated codeAndrew Kuchling2013-11-101-9/+9
* Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.Antoine Pitrou2012-06-161-3/+6
* Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.pyAlexander Belopolsky2010-11-301-7/+10
* Merged revisions 78982,78986 via svnmerge fromFlorent Xicluna2010-03-191-2/+1
* Merged revisions 74000-74001 via svnmerge fromAmaury Forgeot d'Arc2009-07-131-2/+2
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-11/+9
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-9/+9
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Merge the rest of the trunk.Thomas Wouters2006-06-081-25/+26
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-3/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+1
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-20/+41
* Remove apply()Neal Norwitz2006-03-171-2/+2
* Whitespace normalization.Tim Peters2005-12-251-3/+3
* Apply some cosmetic fixes to the output of the script.Marc-André Lemburg2005-10-251-15/+28
* Moved gencodec.py to the Tools/unicode/ directory.Marc-André Lemburg2005-10-211-0/+391