summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codeccallbacks.py
Commit message (Expand)AuthorAgeFilesLines
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-73/+0
* Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.Walter Dörwald2005-11-171-2/+131
* Add tests for various error cases and for readbuffer_encode() andWalter Dörwald2005-11-171-0/+5
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-301-2/+32
* Fix copy & paste error in comments.Walter Dörwald2004-12-141-2/+2
* Whitespace normalization.Tim Peters2004-01-181-1/+1
* Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().Walter Dörwald2003-10-241-0/+12
* Add a unicode prefix to the characters in the UnicodeEncodeError andWalter Dörwald2003-08-121-9/+9
* 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