summaryrefslogtreecommitdiffstats
path: root/Tools/unicode
Commit message (Expand)AuthorAgeFilesLines
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Add updated .hgeol file and fix newlines in the 3.2 branch.Georg Brandl2011-03-051-7/+7
* | Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.pyAlexander Belopolsky2010-11-301-7/+10
* | Issue #10459: Update CJK character names to Unicode 6.0.Martin v. Löwis2010-11-221-2/+19
* | Upgrade to Unicode 6.0.0.Martin v. Löwis2010-10-111-58/+77
* | #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-4/+0
* | #5127: Even on narrow unicode builds, the C functions that access the UnicodeAmaury Forgeot d'Arc2010-08-181-37/+4
* | Merged revisions 79494,79496 via svnmerge fromFlorent Xicluna2010-03-301-5/+24
* | Merged revisions 78982,78986 via svnmerge fromFlorent Xicluna2010-03-192-6/+3
* | Fixed a failure in test_bigmem.Florent Xicluna2010-03-191-1/+1
* | Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ...Florent Xicluna2010-03-191-1/+1
* | Missing update from previous changeset r79062.Florent Xicluna2010-03-181-1/+1
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | Merged revisions 78806 via svnmerge fromBenjamin Peterson2010-03-081-61/+61
* | Merged revisions 75396 via svnmerge fromAmaury Forgeot d'Arc2009-10-131-0/+5
* | Merged revisions 75272-75273 via svnmerge fromAmaury Forgeot d'Arc2009-10-061-7/+121
* | Oops, really pass a bytes string to the ctypes function.Amaury Forgeot d'Arc2009-07-131-1/+1
* | Merged revisions 74000-74001 via svnmerge fromAmaury Forgeot d'Arc2009-07-133-2/+70
|/
* Merged revisions 72054 via svnmerge fromAntoine Pitrou2009-04-271-5/+32
* Merged revisions 71894 via svnmerge fromWalter Dörwald2009-04-251-22/+21
* fix isprintable() on space characters #5126Benjamin Peterson2009-03-261-1/+1
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-16/+3
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-101-10/+30
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-041-6/+4
* Merged revisions 64226 via svnmerge fromMartin v. Löwis2008-06-131-2/+2
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-3/+9
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-8/+3
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-3/+8
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-165-46/+37
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-2/+11
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Convert raise statements in Tools/.Collin Winter2007-08-222-5/+5
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-141-13/+56
* Convert print statements to function calls in Tools/.Collin Winter2007-08-035-179/+178
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-072-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-103-6/+6
* Merge the rest of the trunk.Thomas Wouters2006-06-082-26/+27
* 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-213-2/+73
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-212-22/+43
* Remove apply()Neal Norwitz2006-03-171-2/+2
* Add changelog entry.Martin v. Löwis2006-03-111-0/+1
* Whitespace normalization.Tim Peters2006-03-101-1/+1
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-11/+141
* Whitespace normalization.Tim Peters2005-12-251-3/+3
* Add Makefile which allows easily rebuilding the charmap codecs.Marc-André Lemburg2005-10-251-0/+81
* Add custom mapping files used for generating some of the charmapMarc-André Lemburg2005-10-253-0/+873