summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codeccallbacks.py
Commit message (Expand)AuthorAgeFilesLines
...
* Enhance message for UnicodeEncodeError and UnicodeTranslateError.Walter Dörwald2003-08-121-3/+35
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace()Walter Dörwald2003-04-291-7/+1
* Whitespace normalization.Tim Peters2003-02-191-2/+2
* Change the treatment of positions returned by PEP293Walter Dörwald2003-01-311-22/+74
* Add comments and remove duplicate tests.Walter Dörwald2003-01-201-26/+34
* Make the test scripts work again with narrow Python builds.Walter Dörwald2003-01-091-1/+1
* Add a few test cases to increase code coverage:Walter Dörwald2003-01-081-0/+115
* Fix typo in comment.Walter Dörwald2002-11-251-1/+1
* Update character names.Martin v. Löwis2002-11-231-3/+3
* Whitespace normalization.Tim Peters2002-11-091-5/+5
* Add a test case that checks that the proper exception is raisesWalter Dörwald2002-09-061-0/+15
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-021-0/+483