| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. | Antoine Pitrou | 2012-10-17 | 1 | -1/+1 |
|\ |
|
| * | Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. | Antoine Pitrou | 2012-10-17 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka. | Antoine Pitrou | 2012-10-17 | 1 | -1/+1 |
|
|
* | | | upgrade to UCD 6.2 | Benjamin Peterson | 2012-09-29 | 1 | -1/+1 |
|/ / |
|
* | | Some cleanup in the Tools directory. | Florent Xicluna | 2012-07-07 | 1 | -1/+0 |
|
|
* | | Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. | Antoine Pitrou | 2012-06-16 | 1 | -3/+6 |
|
|
* | | update to Unicode 6.1 | Benjamin Peterson | 2012-02-21 | 1 | -4/+5 |
|
|
* | | delta encoding of upper/lower/title makes a glorious return (#12736) | Benjamin Peterson | 2012-01-16 | 1 | -0/+7 |
|
|
* | | add str.casefold() (closes #13752) | Benjamin Peterson | 2012-01-14 | 1 | -15/+35 |
|
|
* | | use full unicode mappings for upper/lower/title case (#12736) | Benjamin Peterson | 2012-01-11 | 1 | -32/+69 |
|
|
* | | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -2/+100 |
|
|
* | | #13054: fix usage of sys.maxunicode after PEP-393. | Ezio Melotti | 2011-10-04 | 1 | -1/+1 |
|
|
* | | Fix ResourceWarnings in makeunicodedata.py. | Ezio Melotti | 2011-09-30 | 1 | -81/+88 |
|/ |
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | | Add updated .hgeol file and fix newlines in the 3.2 branch. | Georg Brandl | 2011-03-05 | 1 | -7/+7 |
|
|
* | | Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py | Alexander Belopolsky | 2010-11-30 | 1 | -7/+10 |
|
|
* | | Issue #10459: Update CJK character names to Unicode 6.0. | Martin v. Löwis | 2010-11-22 | 1 | -2/+19 |
|
|
* | | Upgrade to Unicode 6.0.0. | Martin v. Löwis | 2010-10-11 | 1 | -58/+77 |
|
|
* | | #9210: remove --with-wctype-functions configure option. | Amaury Forgeot d'Arc | 2010-09-12 | 1 | -4/+0 |
|
|
* | | #5127: Even on narrow unicode builds, the C functions that access the Unicode | Amaury Forgeot d'Arc | 2010-08-18 | 1 | -37/+4 |
|
|
* | | Merged revisions 79494,79496 via svnmerge from | Florent Xicluna | 2010-03-30 | 1 | -5/+24 |
|
|
* | | Merged revisions 78982,78986 via svnmerge from | Florent Xicluna | 2010-03-19 | 2 | -6/+3 |
|
|
* | | Fixed a failure in test_bigmem. | Florent Xicluna | 2010-03-19 | 1 | -1/+1 |
|
|
* | | Revert Unicode UCD 5.2 upgrade in 3.x. It broke repr() for unicode objects, ... | Florent Xicluna | 2010-03-19 | 1 | -1/+1 |
|
|
* | | Missing update from previous changeset r79062. | Florent Xicluna | 2010-03-18 | 1 | -1/+1 |
|
|
* | | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | | Merged revisions 78806 via svnmerge from | Benjamin Peterson | 2010-03-08 | 1 | -61/+61 |
|
|
* | | Merged revisions 75396 via svnmerge from | Amaury Forgeot d'Arc | 2009-10-13 | 1 | -0/+5 |
|
|
* | | Merged revisions 75272-75273 via svnmerge from | Amaury Forgeot d'Arc | 2009-10-06 | 1 | -7/+121 |
|
|
* | | Oops, really pass a bytes string to the ctypes function. | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -1/+1 |
|
|
* | | Merged revisions 74000-74001 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-13 | 3 | -2/+70 |
|/ |
|
* | Merged revisions 72054 via svnmerge from | Antoine Pitrou | 2009-04-27 | 1 | -5/+32 |
|
|
* | Merged revisions 71894 via svnmerge from | Walter Dörwald | 2009-04-25 | 1 | -22/+21 |
|
|
* | fix isprintable() on space characters #5126 | Benjamin Peterson | 2009-03-26 | 1 | -1/+1 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -16/+3 |
|
|
* | Merged revisions 66362 via svnmerge from | Martin v. Löwis | 2008-09-10 | 1 | -10/+30 |
|
|
* | Issue #3282: str.isprintable() should return False for undefined Unicode char... | Georg Brandl | 2008-07-04 | 1 | -6/+4 |
|
|
* | Merged revisions 64226 via svnmerge from | Martin v. Löwis | 2008-06-13 | 1 | -2/+2 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -3/+9 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -8/+3 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -3/+8 |
|
|
* | More 2to3 fixes in the Tools directory. Fixes #2893. | Georg Brandl | 2008-05-16 | 5 | -46/+37 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Convert some custom sort comparison functions to equivalent key functions. | Raymond Hettinger | 2008-01-30 | 1 | -2/+11 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -1/+1 |
|
|
* | Convert raise statements in Tools/. | Collin Winter | 2007-08-22 | 2 | -5/+5 |
|
|
* | Add XID_Start and XID_Continue properties to unicodectype. | Martin v. Löwis | 2007-08-14 | 1 | -13/+56 |
|
|
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 5 | -179/+178 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|