summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo...Eric Smith2010-11-041-0/+78
* Recode modules from latin-1 to utf-8Antoine Pitrou2010-10-271-3/+2
* PyUnicode_FromFormatV(): Fix %A formatVictor Stinner2010-10-181-3/+6
* Upgrade to Unicode 6.0.0.Martin v. Löwis2010-10-111-1/+1
* Issue #8670: Rename testcapi unicode test methodsVictor Stinner2010-10-021-11/+11
* Oops, revert unwanted _testcapi changes of r85174Victor Stinner2010-10-021-11/+11
* Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_tVictor Stinner2010-10-021-11/+11
* Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replaceVictor Stinner2010-10-021-0/+20
* Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char...Victor Stinner2010-10-021-0/+39
* Issue 7994: Make object.__format__() raise a PendingDeprecationWarningEric Smith2010-09-131-4/+7
* Reenable test_ucs4 and remove some duplicated lines.Florent Xicluna2010-09-131-26/+17
* Issue #9738, #9836: Fix refleak introduced by r84704Victor Stinner2010-09-121-1/+1
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-111-0/+14
* #5127: Even on narrow unicode builds, the C functions that access the UnicodeAmaury Forgeot d'Arc2010-08-181-0/+4
* Remove unused test class.Eric Smith2010-08-121-5/+0
* Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.Stefan Krah2010-07-191-0/+1
* Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.Ezio Melotti2010-07-011-0/+153
* Merged revisions 81499,81506 via svnmerge fromBenjamin Peterson2010-06-271-4/+4
* Merged revisions 81820 via svnmerge fromBenjamin Peterson2010-06-071-0/+3
* Merged revisions 79278,79280 via svnmerge fromVictor Stinner2010-03-221-0/+8
* Clean up the warnings filter use in test_unicode.Brett Cannon2010-03-201-16/+10
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-26/+26
* Merged revisions 74929 via svnmerge fromBenjamin Peterson2009-09-181-0/+4
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-38/+38
* Issue #6150: Fix test_unicode on wide-unicode builds.Martin v. Löwis2009-06-011-6/+7
* Merged revisions 72848 via svnmerge fromEric Smith2009-05-231-0/+4
* Rename the surrogates error handler to surrogatepass.Martin v. Löwis2009-05-101-3/+3
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-061-0/+8
* Merged revisions 72283-72284 via svnmerge fromAntoine Pitrou2009-05-041-4/+16
* Issue #3672: Reject surrogates in utf-8 codec; add surrogates errorMartin v. Löwis2009-05-021-3/+3
* fix isprintable() on space characters #5126Benjamin Peterson2009-03-261-0/+1
* Merged revisions 70364 via svnmerge fromEric Smith2009-03-141-3/+33
* The Unicode database was updated to 5.1, and some characters have become prin...Amaury Forgeot d'Arc2008-09-101-3/+3
* Merged revisions 66235 via svnmerge fromAntoine Pitrou2008-09-051-1/+4
* Merged revisions 65773 via svnmerge fromAntoine Pitrou2008-08-171-9/+4
* Merged revisions 65339-65340,65342 via svnmerge fromAmaury Forgeot d'Arc2008-08-011-0/+14
* Merged revisions 65227 via svnmerge fromAntoine Pitrou2008-07-251-0/+3
* Forward port of r64958.Eric Smith2008-07-151-0/+4
* Issue #3280: like chr() already does, the "%c" format now accepts the full un...Amaury Forgeot d'Arc2008-07-041-1/+4
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-041-4/+13
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-9/+70
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-14/+8
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-8/+14
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Added a test to make sure raw strings don't get unicode escapesBenjamin Peterson2008-04-051-0/+2
* Reverted r62128 on Guido's ordersBenjamin Peterson2008-04-051-2/+0
* #2541 Allow unicode escapes in raw stringsBenjamin Peterson2008-04-031-0/+2
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-2/+16
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* #1496: revert str.translate() to the old version, and addGeorg Brandl2007-11-271-9/+28