62 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Antoine Pitrou 9ed5f27266 Issue #18722: Remove uses of the "register" keyword in C code. 13 years ago
Benjamin Peterson b8350f1c7d upgrade to UCD 6.2 14 years ago
Florent Xicluna c20740109d Some cleanup in the Tools directory. 14 years ago
Benjamin Peterson 71f660e00f update to Unicode 6.1 14 years ago
Benjamin Peterson ad9c569825 delta encoding of upper/lower/title makes a glorious return (#12736) 14 years ago
Benjamin Peterson d5890c8db5 add str.casefold() (closes #13752) 14 years ago
Benjamin Peterson b2bf01d824 use full unicode mappings for upper/lower/title case (#12736) 14 years ago
Ezio Melotti 931b8aac80 #12753: Add support for Unicode name aliases and named sequences. 15 years ago
Ezio Melotti 2a1e926d63 Fix ResourceWarnings in makeunicodedata.py. 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Martin v. Löwis 5cbc71e50a Issue #10459: Update CJK character names to Unicode 6.0. 15 years ago
Martin v. Löwis baecd7243a Upgrade to Unicode 6.0.0. 16 years ago
Amaury Forgeot d'Arc feb7307db4 #9210: remove --with-wctype-functions configure option. 16 years ago
Amaury Forgeot d'Arc 324ac65ceb #5127: Even on narrow unicode builds, the C functions that access the Unicode 16 years ago
Florent Xicluna 806d8cf0e8 Merged revisions 79494,79496 via svnmerge from 16 years ago
Florent Xicluna 22b243809e #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. 16 years ago
Florent Xicluna f089fd67fc Merged revisions 78982,78986 via svnmerge from 16 years ago
Florent Xicluna faa663f03d Fixed a failure in test_bigmem. 16 years ago
Florent Xicluna f1789dee30 Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, and gave failures in test_bigmem. Revert 79062, 79065 and 79083. 16 years ago
Florent Xicluna 8c8042734a Missing update from previous changeset r79062. 16 years ago
Florent Xicluna 2e0a53fdf6 Issue #8024: Update the Unicode database to 5.2 16 years ago
Florent Xicluna dc36472472 Remove py3k deprecation warnings from these Unicode tools. 16 years ago
Amaury Forgeot d'Arc 919765a095 Merged revisions 75396 via svnmerge from 17 years ago
Amaury Forgeot d'Arc 5c92d4301d #7112: Fix compilation warning in unicodetype_db.h 17 years ago
Amaury Forgeot d'Arc 7d52079395 Merged revisions 75272-75273 via svnmerge from 17 years ago
Amaury Forgeot d'Arc d0052d17b1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, 17 years ago
Antoine Pitrou 7a0fedfd1d Merged revisions 72054 via svnmerge from 17 years ago
Antoine Pitrou e988e286b2 Issue #1734234: Massively speedup `unicodedata.normalize()` when the 17 years ago
Walter Dörwald 1b08b30743 Merged revisions 71894 via svnmerge from 17 years ago
Walter Dörwald 6c863d1ab2 Merged revisions 71894 via svnmerge from 17 years ago
Walter Dörwald 5d98ec76bb Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in 17 years ago
Benjamin Peterson 09832740d1 fix isprintable() on space characters #5126 17 years ago
Mark Dickinson a56c467ac3 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from 17 years ago
Martin v. Löwis 93cbca33f2 Merged revisions 66362 via svnmerge from 18 years ago
Martin v. Löwis 24329ba176 Issue #3811: The Unicode database was updated to 5.1. 18 years ago
Georg Brandl d52429fb49 Issue #3282: str.isprintable() should return False for undefined Unicode characters. 18 years ago
Martin v. Löwis 59683e8529 Merged revisions 64226 via svnmerge from 18 years ago
Martin v. Löwis 111c180674 Make more symbols static. 18 years ago
Georg Brandl 559e5d7f4d #2630: Implement PEP 3138. 18 years ago
Georg Brandl a26f8ca668 Revert r63934 -- it was mixing two patches. 18 years ago
Georg Brandl f954c4b9fb Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. 18 years ago
Georg Brandl bf82e374ee More 2to3 fixes in the Tools directory. Fixes #2893. 18 years ago
Raymond Hettinger d4cb56d4e8 Convert some custom sort comparison functions to equivalent key functions. 18 years ago
Christian Heimes a37d4c693a Removed PyInt_GetMax and sys.maxint 18 years ago
Collin Winter a817e5894b Convert raise statements in Tools/. 19 years ago
Martin v. Löwis 13c3e380d1 Add XID_Start and XID_Continue properties to unicodectype. 19 years ago
Collin Winter 6afaeb757a Convert print statements to function calls in Tools/. 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Guido van Rossum 805365ee39 Merged revisions 55007-55179 via svnmerge from 19 years ago
Martin v. Löwis 43179c8e6f Add changelog entry. 20 years ago