| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 2 | -2/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 3 | -6/+6 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 2 | -26/+27 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -3/+3 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 3 | -2/+73 |
|
|
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 2 | -22/+43 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 1 | -3/+3 |
|
|
* | Add Makefile which allows easily rebuilding the charmap codecs. | Marc-André Lemburg | 2005-10-25 | 1 | -0/+81 |
|
|
* | Add custom mapping files used for generating some of the charmap | Marc-André Lemburg | 2005-10-25 | 3 | -0/+873 |
|
|
* | Apply some cosmetic fixes to the output of the script. | Marc-André Lemburg | 2005-10-25 | 1 | -15/+28 |
|
|
* | Add two new tools to compare codecs and show differences and to | Marc-André Lemburg | 2005-10-21 | 2 | -0/+94 |
|
|
* | Moved gencodec.py to the Tools/unicode/ directory. | Marc-André Lemburg | 2005-10-21 | 1 | -0/+391 |
|
|
* | SF #989185: Drop unicode.iswide() and unicode.width() and add | Hye-Shik Chang | 2004-08-04 | 1 | -6/+12 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+0 |
|
|
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -4/+29 |
|
|
* | Applying SF patch #949329 on behalf of Raymond Hettinger. | Armin Rigo | 2004-05-19 | 1 | -27/+26 |
|
|
* | Implement IDNA (Internationalized Domain Names in Applications). | Martin v. Löwis | 2003-04-18 | 1 | -0/+433 |
|
|
* | 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 |
|
|