summaryrefslogtreecommitdiff
path: root/Lib/test/test_codeccallbacks.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-31/+31
* Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.Ezio Melotti2010-06-051-10/+12
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* fix test that wasn't working as expected #4990Benjamin Peterson2009-01-181-1/+1
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-201-2/+2
* update references and documentation for modules in the new html packageFred Drake2008-05-171-2/+2
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-171-2/+4
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-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