| Commit message (Expand) | Author | Age |
* | #6780: fix starts/endswith error message to mention that tuples are accepted ... | Ezio Melotti | 2011-04-26 |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 |
* | Merged revisions 85861 via svnmerge from | Antoine Pitrou | 2010-10-27 |
* | Merged revisions 83966 via svnmerge from | Eric Smith | 2010-08-13 |
* | Merged revisions 82978 via svnmerge from | Stefan Krah | 2010-07-19 |
* | Merged revisions 82413,82468 via svnmerge from | Ezio Melotti | 2010-07-03 |
* | Merged revisions 81823,81835 via svnmerge from | Benjamin Peterson | 2010-06-08 |
* | Merged revisions 79281 via svnmerge from | Victor Stinner | 2010-03-22 |
* | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 |
* | Issue #6150: Fix test_unicode on wide-unicode builds. | Martin v. Löwis | 2009-06-01 |
* | Merged revisions 72848 via svnmerge from | Eric Smith | 2009-05-23 |
* | Rename the surrogates error handler to surrogatepass. | Martin v. Löwis | 2009-05-10 |
* | Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na... | Eric Smith | 2009-05-06 |
* | Merged revisions 72283-72284 via svnmerge from | Antoine Pitrou | 2009-05-04 |
* | Issue #3672: Reject surrogates in utf-8 codec; add surrogates error | Martin v. Löwis | 2009-05-02 |
* | fix isprintable() on space characters #5126 | Benjamin Peterson | 2009-03-26 |
* | Merged revisions 70364 via svnmerge from | Eric Smith | 2009-03-14 |
* | The Unicode database was updated to 5.1, and some characters have become prin... | Amaury Forgeot d'Arc | 2008-09-10 |
* | Merged revisions 66235 via svnmerge from | Antoine Pitrou | 2008-09-05 |
* | Merged revisions 65773 via svnmerge from | Antoine Pitrou | 2008-08-17 |
* | Merged revisions 65339-65340,65342 via svnmerge from | Amaury Forgeot d'Arc | 2008-08-01 |
* | Merged revisions 65227 via svnmerge from | Antoine Pitrou | 2008-07-25 |
* | Forward port of r64958. | Eric Smith | 2008-07-15 |
* | Issue #3280: like chr() already does, the "%c" format now accepts the full un... | Amaury Forgeot d'Arc | 2008-07-04 |
* | Issue #3282: str.isprintable() should return False for undefined Unicode char... | Georg Brandl | 2008-07-04 |
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 |
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 |
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Added a test to make sure raw strings don't get unicode escapes | Benjamin Peterson | 2008-04-05 |
* | Reverted r62128 on Guido's orders | Benjamin Peterson | 2008-04-05 |
* | #2541 Allow unicode escapes in raw strings | Benjamin Peterson | 2008-04-03 |
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 |
* | #1496: revert str.translate() to the old version, and add | Georg Brandl | 2007-11-27 |
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 |
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 |
* | Patch #1071: Improve unicode.translate() so that you can pass unicode | Georg Brandl | 2007-10-23 |
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 |
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 |
* | Patch # 1145 by Thomas Lee: | Guido van Rossum | 2007-09-27 |
* | Changed some ValueError's to KeyError and IndexError. | Eric Smith | 2007-09-04 |
* | Fix segfault discovered by Ron Adam. Not checking for terminating right brac... | Eric Smith | 2007-09-03 |
* | Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking... | Eric Smith | 2007-09-01 |
* | Added format tests. | Eric Smith | 2007-08-30 |
* | Additional test for formatting code. | Eric Smith | 2007-08-27 |
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 |
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 |
* | PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje... | Eric Smith | 2007-08-26 |