| Commit message (Expand) | Author | Age | Files | Lines |
* | The Unicode database was updated to 5.1, and some characters have become prin... | Amaury Forgeot d'Arc | 2008-09-10 | 1 | -3/+3 |
|
|
* | Merged revisions 66235 via svnmerge from | Antoine Pitrou | 2008-09-05 | 1 | -1/+4 |
|
|
* | Merged revisions 65773 via svnmerge from | Antoine Pitrou | 2008-08-17 | 1 | -9/+4 |
|
|
* | Merged revisions 65339-65340,65342 via svnmerge from | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -0/+14 |
|
|
* | Merged revisions 65227 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -0/+3 |
|
|
* | Forward port of r64958. | Eric Smith | 2008-07-15 | 1 | -0/+4 |
|
|
* | Issue #3280: like chr() already does, the "%c" format now accepts the full un... | Amaury Forgeot d'Arc | 2008-07-04 | 1 | -1/+4 |
|
|
* | Issue #3282: str.isprintable() should return False for undefined Unicode char... | Georg Brandl | 2008-07-04 | 1 | -4/+13 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -9/+70 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -14/+8 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -8/+14 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Added a test to make sure raw strings don't get unicode escapes | Benjamin Peterson | 2008-04-05 | 1 | -0/+2 |
|
|
* | Reverted r62128 on Guido's orders | Benjamin Peterson | 2008-04-05 | 1 | -2/+0 |
|
|
* | #2541 Allow unicode escapes in raw strings | Benjamin Peterson | 2008-04-03 | 1 | -0/+2 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -2/+16 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
|
|
* | #1496: revert str.translate() to the old version, and add | Georg Brandl | 2007-11-27 | 1 | -9/+28 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -2/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -34/+29 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -2/+2 |
|
|
* | Patch #1071: Improve unicode.translate() so that you can pass unicode | Georg Brandl | 2007-10-23 | 1 | -1/+3 |
|
|
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -0/+4 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -1/+1 |
|
|
* | Patch # 1145 by Thomas Lee: | Guido van Rossum | 2007-09-27 | 1 | -0/+6 |
|
|
* | Changed some ValueError's to KeyError and IndexError. | Eric Smith | 2007-09-04 | 1 | -15/+16 |
|
|
* | Fix segfault discovered by Ron Adam. Not checking for terminating right brac... | Eric Smith | 2007-09-03 | 1 | -0/+2 |
|
|
* | Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking... | Eric Smith | 2007-09-01 | 1 | -3/+0 |
|
|
* | Added format tests. | Eric Smith | 2007-08-30 | 1 | -8/+8 |
|
|
* | Additional test for formatting code. | Eric Smith | 2007-08-27 | 1 | -3/+9 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -3/+3 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -2/+2 |
|
|
* | PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje... | Eric Smith | 2007-08-26 | 1 | -0/+9 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+212 |
|
|
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 1 | -0/+13 |
|
|
* | Merged revisions 56443-56466 via svnmerge from | Guido van Rossum | 2007-07-20 | 1 | -4/+3 |
|
|
* | Make test_unicode pass after the lexer was fixed to turn unicode errors | Guido van Rossum | 2007-07-18 | 1 | -3/+4 |
|
|
* | Fix some tests by deleting stuff. | Guido van Rossum | 2007-06-14 | 1 | -1/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -3/+8 |
|
|
* | There's no longer a u prefix for unicode objects | Walter Dörwald | 2007-05-11 | 1 | -6/+6 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -7/+8 |
|
|
* | test_unicode.py passes again 9except for problems | Walter Dörwald | 2007-05-05 | 1 | -102/+66 |
|
|
* | Fix various spots where int/long and str/unicode unification | Walter Dörwald | 2007-05-03 | 1 | -22/+18 |
|
|
* | Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. | Guido van Rossum | 2007-05-03 | 1 | -5/+5 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -327/+327 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -4/+4 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -9/+9 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
|
|