50 Commits (2dabaf63cf165dce61edbd51edfa5510348371bf)

Author SHA1 Message Date
Ezio Melotti adc417ce36 #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. 15 years ago
Victor Stinner 040e16e3e8 "unicode_internal" codec has been deprecated: fix related tests 15 years ago
Martin v. Löwis 3d325191bf Port code page codec to Unicode API. 15 years ago
Antoine Pitrou 00b2c86d09 Fix text failures when ctypes is not available 15 years ago
Ezio Melotti a9860aeb08 #13054: fix usage of sys.maxunicode after PEP-393. 15 years ago
Victor Stinner ef17f12a39 Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicode 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Ezio Melotti 19f2aeba67 Merged revisions 86596 via svnmerge from 16 years ago
Ezio Melotti b3aedd4862 #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
Antoine Pitrou c9a8df24cc Merged revisions 84655 via svnmerge from 16 years ago
Antoine Pitrou e4a189274f Issue #9804: ascii() now always represents unicode surrogate pairs as 16 years ago
Ezio Melotti 25bc019d46 Merged revisions 82413,82468 via svnmerge from 16 years ago
Ezio Melotti 57221d02ba Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. 16 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Benjamin Peterson b58dda7bdb Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from 17 years ago
Benjamin Peterson ee8712cda4 #2621 rename test.test_support to test.support 18 years ago
Fred Drake 3c50ea4303 rename HTMLParser to html.parser and htmlentitydefs to html.entities; 18 years ago
Guido van Rossum 254348e201 Rename buffer -> bytearray. 19 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
Georg Brandl edbcc1332f Remove a test case which is no longer valid. 19 years ago
Georg Brandl bd1c68c94f Patch #1303: Adapt str8 constructor to bytes (now buffer) one. 19 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Guido van Rossum 09549f4407 Changes in anticipation of stricter str vs. bytes enforcement. 19 years ago
Walter Dörwald 41980caf64 Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and 19 years ago
Walter Dörwald e78178e2c0 Bytes (which are the input for decoding) are mutable now. If a decoding 19 years ago
Walter Dörwald 32a4c71419 Patch by Ron Adam: Don't use u prefix in unicode error messages 19 years ago
Walter Dörwald fee1af9d1c Fix test_codeccallbacks.py: bytes has no % operator. 19 years ago
Walter Dörwald d2034310d6 Add 'U'/'U#' format characters to Py_BuildValue (and thus 19 years ago
Walter Dörwald 00048f0c22 test_codeccallbacks.py passes again. 19 years ago
Guido van Rossum 805365ee39 Merged revisions 55007-55179 via svnmerge from 19 years ago
Guido van Rossum 84fc66dd02 Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. 19 years ago
Guido van Rossum ef87d6ed94 Rip out all the u"..." literals and calls to unicode(). 19 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Walter Dörwald 690402ff17 Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. 21 years ago
Walter Dörwald e22d339dc5 Add tests for various error cases and for readbuffer_encode() and 21 years ago
Walter Dörwald a47d1c08d0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain 21 years ago
Walter Dörwald 29ddfba3d8 Fix copy & paste error in comments. 22 years ago
Tim Peters 58eb11cf62 Whitespace normalization. 22 years ago
Walter Dörwald 4894c30626 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). 23 years ago
Walter Dörwald a54b92b2eb Add a unicode prefix to the characters in the UnicodeEncodeError and 23 years ago
Walter Dörwald fd196bd263 Enhance message for UnicodeEncodeError and UnicodeTranslateError. 23 years ago
Walter Dörwald 21d3a32b99 Combine the functionality of test_support.run_unittest() 23 years ago
Walter Dörwald 1b0be2d4c6 Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() 23 years ago
Tim Peters f2715e0764 Whitespace normalization. 23 years ago
Walter Dörwald 2e0b18af30 Change the treatment of positions returned by PEP293 23 years ago
Walter Dörwald ea4250df7d Add comments and remove duplicate tests. 23 years ago
Walter Dörwald 0cb27dd023 Make the test scripts work again with narrow Python builds. 24 years ago
Walter Dörwald 30537a46ac Add a few test cases to increase code coverage: 24 years ago
Walter Dörwald 00445d2393 Fix typo in comment. 24 years ago
Martin v. Löwis 74a530d42d Update character names. 24 years ago