| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 | 1 | -4/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 | 1 | -9/+8 |
|
|
* | 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 | 1 | -4/+4 |
|
|
* | 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 | 1 | -115/+114 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -1/+1 |
|
|
* | Add changelog entry. | Martin v. Löwis | 2006-03-11 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-10 | 1 | -1/+1 |
|
|
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -11/+141 |
|
|
* | SF #989185: Drop unicode.iswide() and unicode.width() and add | Hye-Shik Chang | 2004-08-04 | 1 | -6/+12 |
|
|
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -4/+29 |
|
|
* | Add unidata_version. Bump generator version number. | Martin v. Löwis | 2002-11-25 | 1 | -2/+6 |
|
|
* | Sort names independent of the Python version. Fix hex constant warning. | Martin v. Löwis | 2002-11-24 | 1 | -7/+11 |
|
|
* | Patch #626485: Support Unicode normalization. | Martin v. Löwis | 2002-11-23 | 1 | -3/+90 |
|
|
* | Verify that lower-higher case delta are 16-bit. | Martin v. Löwis | 2002-10-18 | 1 | -3/+11 |
|
|
* | Update to Unicode 3.2 database. | Martin v. Löwis | 2002-10-18 | 1 | -2/+2 |
|
|
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -7/+7 |
|
|
* | Unicode nits: Don't include unicodedatabase.h no more. And make sure | Fredrik Lundh | 2001-01-21 | 1 | -2/+2 |
|
|
* | compress unicode decomposition tables (this saves another 55k) | Fredrik Lundh | 2001-01-21 | 1 | -41/+76 |
|
|
* | forgot to check in the new makeunicodedata.py script | Fredrik Lundh | 2001-01-21 | 1 | -17/+271 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 1 | -11/+39 |
|
|
* | Remove bogus stdout redirection and use of sys.__stdout__; use | Fred Drake | 2000-10-26 | 1 | -46/+42 |
|
|
* | - don't set the titlecase flag for uppercase letters (sorry, tim) | Fredrik Lundh | 2000-09-25 | 1 | -2/+2 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -4/+19 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -9/+97 |
|
|
* | unicode database compression, step 2: | Fredrik Lundh | 2000-09-25 | 1 | -15/+47 |
|
|
* | Fiddled w/ /F's cool new splitbins function: documented it, generalized it | Tim Peters | 2000-09-25 | 1 | -26/+54 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 1 | -0/+202 |
|
|