aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codeccallbacks.py
Commit message (Expand)AuthorAge
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-17
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Remove a test case which is no longer valid.Georg Brandl2007-10-24
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-24
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-16
* Bytes (which are the input for decoding) are mutable now. If a decodingWalter Dörwald2007-07-30
* Patch by Ron Adam: Don't use u prefix in unicode error messagesWalter Dörwald2007-06-20
* Fix test_codeccallbacks.py: bytes has no % operator.Walter Dörwald2007-06-06
* Add 'U'/'U#' format characters to Py_BuildValue (and thusWalter Dörwald2007-05-18
* test_codeccallbacks.py passes again.Walter Dörwald2007-05-09
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-03
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.Walter Dörwald2005-11-17
* Add tests for various error cases and for readbuffer_encode() andWalter Dörwald2005-11-17
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-30
* Fix copy & paste error in comments.Walter Dörwald2004-12-14
* Whitespace normalization.Tim Peters2004-01-18
* Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().Walter Dörwald2003-10-24
* Add a unicode prefix to the characters in the UnicodeEncodeError andWalter Dörwald2003-08-12
* Enhance message for UnicodeEncodeError and UnicodeTranslateError.Walter Dörwald2003-08-12
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace()Walter Dörwald2003-04-29
* Whitespace normalization.Tim Peters2003-02-19
* Change the treatment of positions returned by PEP293Walter Dörwald2003-01-31
* Add comments and remove duplicate tests.Walter Dörwald2003-01-20
* Make the test scripts work again with narrow Python builds.Walter Dörwald2003-01-09
* Add a few test cases to increase code coverage:Walter Dörwald2003-01-08
* Fix typo in comment.Walter Dörwald2002-11-25
* Update character names.Martin v. Löwis2002-11-23
* Whitespace normalization.Tim Peters2002-11-09
* Add a test case that checks that the proper exception is raisesWalter Dörwald2002-09-06
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-02