summaryrefslogtreecommitdiff
path: root/Lib/test/test_unicodedata.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958...Xiang Zhang2018-06-151-0/+13
* fixed issue 10254 testAlexander Belopolsky2010-12-281-2/+2
* Merged revisions 87442 via svnmerge fromAlexander Belopolsky2010-12-281-1/+14
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to...Florent Xicluna2010-03-301-1/+12
* Issue #8024: Update the Unicode database to 5.2Florent Xicluna2010-03-181-2/+2
* Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public ReviewVictor Stinner2010-03-041-0/+5
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-061-2/+3
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-7/+7
* Fix typo.Walter Dörwald2009-04-261-1/+1
* Issue #4971: Fix titlecase for characters that are their ownMartin v. Löwis2009-04-261-1/+6
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-251-1/+14
* don't segfault when \N escapes are used and unicodedata fails to loadBenjamin Peterson2008-11-211-2/+25
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-2/+12
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-021-0/+8
* Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannotMartin v. Löwis2007-07-281-0/+3
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-2/+2
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-301-3/+3
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-2/+2
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-2/+2
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-0/+11
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-171-0/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+5
* Whitespace normalization.Tim Peters2003-03-071-1/+1
* Port test_ucn and test_unicodedata to PyUnit. Add a few tests for errorWalter Dörwald2003-02-261-111/+199
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-26/+27
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-5/+5
* Fixed encoding to use an endianness independent format.Marc-André Lemburg2000-09-271-1/+3
* Added test suite for the complete Unicode database. The test previouslyMarc-André Lemburg2000-09-261-7/+79
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-0/+50