summaryrefslogtreecommitdiff
path: root/Lib/test/test_codeccallbacks.py
Commit message (Expand)AuthorAgeFilesLines
* #13406: fix more deprecation warnings and move the deprecation of unicode-int...Ezio Melotti2011-11-171-25/+32
* "unicode_internal" codec has been deprecated: fix related testsVictor Stinner2011-11-151-10/+21
* Port code page codec to Unicode API.Martin v. Löwis2011-11-041-8/+4
* Fix text failures when ctypes is not availableAntoine Pitrou2011-10-051-26/+32
* #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-041-12/+4
* Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicodeVictor Stinner2011-09-291-4/+6
* Implement PEP 393.Martin v. Löwis2011-09-281-2/+5
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-33/+33
* Merged revisions 84655 via svnmerge fromAntoine Pitrou2010-09-091-11/+25
* Merged revisions 82413,82468 via svnmerge fromEzio Melotti2010-07-031-10/+12
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ...Benjamin Peterson2009-01-181-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-171-2/+2
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-8/+8
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-11/+11
* Remove a test case which is no longer valid.Georg Brandl2007-10-241-1/+1
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-3/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-3/+3
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-8/+8
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-2/+5
* Bytes (which are the input for decoding) are mutable now. If a decodingWalter Dörwald2007-07-301-0/+33
* Patch by Ron Adam: Don't use u prefix in unicode error messagesWalter Dörwald2007-06-201-9/+9
* Fix test_codeccallbacks.py: bytes has no % operator.Walter Dörwald2007-06-061-3/+3
* Add 'U'/'U#' format characters to Py_BuildValue (and thusWalter Dörwald2007-05-181-39/+39
* test_codeccallbacks.py passes again.Walter Dörwald2007-05-091-97/+110
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-5/+5
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-3/+3
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-113/+113
* 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