summaryrefslogtreecommitdiff
path: root/Lib/test/test_unicodedata.py
Commit message (Expand)AuthorAgeFilesLines
...
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-70/+70
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+5
* 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