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