summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-041-16/+4
* When expandtabs() would be a no-op, don't create a duplicate stringAntoine Pitrou2011-10-041-0/+4
* Optimize unicode_subtype_new(): don't encode to wchar_t and decode from wchar_tVictor Stinner2011-10-011-4/+7
* remove "fast-path" for (i)adding stringsBenjamin Peterson2011-10-011-0/+12
* Fix struct sizes. Drop -1, since the resulting string was actually the larges...Martin v. Löwis2011-09-281-6/+7
* Implement PEP 393.Martin v. Löwis2011-09-281-14/+27
* Merge indentation fix and skip decorator with 3.2.Ezio Melotti2011-08-221-24/+28
|\
| * Fix indentation and add a skip decorator.Ezio Melotti2011-08-221-24/+28
* | #9200: merge with 3.2.Ezio Melotti2011-08-221-1/+157
|\ \ | |/
| * #9200: The str.is* methods now work with strings that contain non-BMP charact...Ezio Melotti2011-08-221-1/+157
* | merge 3.2 (#12732)Benjamin Peterson2011-08-131-0/+1
|\ \ | |/
| * in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-131-0/+1
* | Merge from 3.2.Eric V. Smith2011-07-181-0/+5
|\ \ | |/
| * Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-181-0/+5
* | merge from 3.2Senthil Kumaran2011-07-041-0/+1
|\ \ | |/
| * Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.Senthil Kumaran2011-07-041-0/+1
* | #6780: merge with 3.2.Ezio Melotti2011-04-261-0/+8
|\ \ | |/
| * #6780: merge with 3.1.Ezio Melotti2011-04-261-0/+8
| |\
| | * #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-261-0/+11
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-3/+3
| | * Merged revisions 85861 via svnmerge fromAntoine Pitrou2010-10-271-3/+2
| | * Merged revisions 83966 via svnmerge fromEric Smith2010-08-131-5/+0
| | * Merged revisions 82978 via svnmerge fromStefan Krah2010-07-191-0/+1
| | * Merged revisions 82413,82468 via svnmerge fromEzio Melotti2010-07-031-0/+153
| | * Merged revisions 81823,81835 via svnmerge fromBenjamin Peterson2010-06-081-0/+3
| | * Merged revisions 79281 via svnmerge fromVictor Stinner2010-03-221-0/+8
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-38/+38
| * | Merged revisions 88697 via svnmerge fromVictor Stinner2011-03-011-0/+13
| * | Merged revisions 88481 via svnmerge fromVictor Stinner2011-02-231-1/+4
* | | Issue 9856: Change object.__format__ with a non-empty format string from a Pe...Eric V. Smith2011-03-121-1/+1
* | | Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formatsVictor Stinner2011-03-021-11/+28
* | | Issue #10829: Refactor PyUnicode_FromFormat()Victor Stinner2011-03-011-0/+19
* | | Issue #11246: Fix PyUnicode_FromFormat("%V")Victor Stinner2011-03-011-0/+13
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+4
* | | Fix PyUnicode_FromFormatV("%c") for non-BMP charVictor Stinner2011-02-211-1/+4
|/ /
* | Issue #11302: missing type check on _string.formatter_field_name_split and _s...Eric Smith2011-01-291-0/+52
* | test_unicode: use ctypes to test PyUnicode_FromFormat()Victor Stinner2011-01-051-6/+20
* | Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-2/+7
* | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-1/+1
* | Fix tests when ctypes isn't availableAntoine Pitrou2010-11-221-0/+2
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-18/+18
* | Removed unused test classes from test_format_map().Eric Smith2010-11-061-38/+0
* | 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