| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24102: Fixed exception type checking in standard error handlers. | Serhiy Storchaka | 2015-05-18 | 1 | -0/+24 |
|\ |
|
| * | Issue #24102: Fixed exception type checking in standard error handlers. | Serhiy Storchaka | 2015-05-18 | 1 | -0/+23 |
|
|
* | | Use non-zero and non-last positions in error handler tests. | Serhiy Storchaka | 2015-03-16 | 1 | -30/+37 |
|\ \
| |/ |
|
| * | Use non-zero and non-last positions in error handler tests. | Serhiy Storchaka | 2015-03-16 | 1 | -24/+28 |
|
|
* | | Increased coverage of standard codec error handlers. | Serhiy Storchaka | 2015-03-15 | 1 | -133/+197 |
|\ \
| |/ |
|
| * | Increased coverage of standard codec error handlers. | Serhiy Storchaka | 2015-03-15 | 1 | -76/+158 |
|
|
* | | Issue #22286: The "backslashreplace" error handlers now works with | Serhiy Storchaka | 2015-01-25 | 1 | -11/+15 |
|
|
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 1 | -2/+98 |
|
|
* | | Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the | Victor Stinner | 2014-04-05 | 1 | -1/+1 |
|/ |
|
* | Update various test modules to use unittest.main() for test discovery | Brett Cannon | 2013-06-13 | 1 | -3/+1 |
|
|
* | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. | Serhiy Storchaka | 2013-01-29 | 1 | -2/+2 |
|\ |
|
| * | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. | Serhiy Storchaka | 2013-01-29 | 1 | -2/+2 |
|
|
| * | Issue #15379: Fix passing of non-BMP characters as integers for the charmap d... | Antoine Pitrou | 2012-09-23 | 1 | -1/+1 |
|
|
* | | #13406: fix more deprecation warnings and move the deprecation of unicode-int... | Ezio Melotti | 2011-11-17 | 1 | -25/+32 |
|
|
* | | "unicode_internal" codec has been deprecated: fix related tests | Victor Stinner | 2011-11-15 | 1 | -10/+21 |
|
|
* | | Port code page codec to Unicode API. | Martin v. Löwis | 2011-11-04 | 1 | -8/+4 |
|
|
* | | Fix text failures when ctypes is not available | Antoine Pitrou | 2011-10-05 | 1 | -26/+32 |
|
|
* | | #13054: fix usage of sys.maxunicode after PEP-393. | Ezio Melotti | 2011-10-04 | 1 | -12/+4 |
|
|
* | | Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicode | Victor Stinner | 2011-09-29 | 1 | -4/+6 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -2/+5 |
|/ |
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -33/+33 |
|
|
* | Issue #9804: ascii() now always represents unicode surrogate pairs as | Antoine Pitrou | 2010-09-09 | 1 | -11/+25 |
|
|
* | Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. | Ezio Melotti | 2010-07-01 | 1 | -10/+12 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | rename HTMLParser to html.parser and htmlentitydefs to html.entities; | Fred Drake | 2008-05-17 | 1 | -2/+2 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -8/+8 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -11/+11 |
|
|
* | Remove a test case which is no longer valid. | Georg Brandl | 2007-10-24 | 1 | -1/+1 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -3/+3 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -3/+3 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -8/+8 |
|
|
* | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 1 | -2/+5 |
|
|
* | Bytes (which are the input for decoding) are mutable now. If a decoding | Walter Dörwald | 2007-07-30 | 1 | -0/+33 |
|
|
* | Patch by Ron Adam: Don't use u prefix in unicode error messages | Walter Dörwald | 2007-06-20 | 1 | -9/+9 |
|
|
* | Fix test_codeccallbacks.py: bytes has no % operator. | Walter Dörwald | 2007-06-06 | 1 | -3/+3 |
|
|
* | Add 'U'/'U#' format characters to Py_BuildValue (and thus | Walter Dörwald | 2007-05-18 | 1 | -39/+39 |
|
|
* | test_codeccallbacks.py passes again. | Walter Dörwald | 2007-05-09 | 1 | -97/+110 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -5/+5 |
|
|
* | Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. | Guido van Rossum | 2007-05-03 | 1 | -3/+3 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -113/+113 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -73/+0 |
|
|
* | Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. | Walter Dörwald | 2005-11-17 | 1 | -2/+131 |
|
|
* | Add tests for various error cases and for readbuffer_encode() and | Walter Dörwald | 2005-11-17 | 1 | -0/+5 |
|
|
* | SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain | Walter Dörwald | 2005-08-30 | 1 | -2/+32 |
|
|
* | Fix copy & paste error in comments. | Walter Dörwald | 2004-12-14 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
|
|
* | Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). | Walter Dörwald | 2003-10-24 | 1 | -0/+12 |
|
|
* | Add a unicode prefix to the characters in the UnicodeEncodeError and | Walter Dörwald | 2003-08-12 | 1 | -9/+9 |
|
|