summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecs.py
Commit message (Expand)AuthorAgeFilesLines
* Add generic codecs.encode() and .decode() APIs that don't imposeMarc-André Lemburg2004-07-101-1/+11
* Whitespace normalization.Tim Peters2004-07-081-1/+1
* Add test case for unicode(somestring, "idna").Martin v. Löwis2004-03-241-1/+6
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-7/+7
* Whitespace normalization.Tim Peters2003-04-241-2/+2
* Skip nameprep test 3.43, as we do allow unassigned characters. The testMartin v. Löwis2003-04-181-2/+4
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+296
* Fix for [ 543344 ] Interpreter crashes when recoding; suggestedMarc-André Lemburg2003-02-041-0/+9
* Check whether a string resize is necessary at the endWalter Dörwald2002-09-031-1/+8
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+2
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* Test by Martin v. Loewis for the new UTF-16 codec handling of BOMMarc-André Lemburg2001-06-191-0/+25