| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -2/+2 |
|
|
* | Issue #24993: Handle import error in namereplace error handler | Victor Stinner | 2015-09-03 | 1 | -7/+5 |
|
|
* | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -5/+6 |
|\ |
|
| * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -5/+6 |
|
|
* | | Issue #24102: Fixed exception type checking in standard error handlers. | Serhiy Storchaka | 2015-05-18 | 1 | -27/+21 |
|\ \
| |/ |
|
| * | Issue #24102: Fixed exception type checking in standard error handlers. | Serhiy Storchaka | 2015-05-18 | 1 | -24/+18 |
|
|
* | | Issue #23450: Fixed possible integer overflows. | Serhiy Storchaka | 2015-02-16 | 1 | -1/+1 |
|
|
* | | Issue #22286: The "backslashreplace" error handlers now works with | Serhiy Storchaka | 2015-01-25 | 1 | -53/+91 |
|
|
* | | correct assertion | Benjamin Peterson | 2014-11-26 | 1 | -1/+1 |
|
|
* | | fix variable name | Benjamin Peterson | 2014-11-26 | 1 | -1/+1 |
|
|
* | | Issue #19676: Fixed integer overflow issue in "namereplace" error handler. | Serhiy Storchaka | 2014-11-26 | 1 | -5/+11 |
|
|
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 1 | -0/+108 |
|
|
* | | Issue #22518: Fixed integer overflow issues in "backslashreplace", | Serhiy Storchaka | 2014-10-04 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | Issue #22518: Fixed integer overflow issues in "backslashreplace", | Serhiy Storchaka | 2014-10-04 | 1 | -2/+8 |
|
|
* | | Fixed reference leak in the "backslashreplace" error handler. | Serhiy Storchaka | 2014-09-23 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Fixed reference leak in the "backslashreplace" error handler. | Serhiy Storchaka | 2014-09-23 | 1 | -1/+3 |
|
|
* | | Merge fix for issue #22166 from 3.4 | Nick Coghlan | 2014-09-15 | 1 | -0/+26 |
|\ \
| |/ |
|
| * | Issue #22166: clear codec caches in test_codecs | Nick Coghlan | 2014-09-15 | 1 | -0/+26 |
|
|
* | | Issue #13916: Fix surrogatepass error handler on Windows | Victor Stinner | 2014-05-16 | 1 | -0/+4 |
|
|
* | | Issue #13916: Disallowed the surrogatepass error handler for non UTF-* | Serhiy Storchaka | 2014-05-15 | 1 | -4/+19 |
|/ |
|
* | Close #20404: blacklist non-text encodings in io.TextIOWrapper | Nick Coghlan | 2014-02-04 | 1 | -21/+63 |
|
|
* | Issue #19619: Blacklist non-text codecs in method API | Nick Coghlan | 2013-11-22 | 1 | -16/+122 |
|
|
* | Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. | Serhiy Storchaka | 2013-11-19 | 1 | -17/+146 |
|
|
* | Close 19609: narrow scope of codec exc chaining | Nick Coghlan | 2013-11-15 | 1 | -4/+6 |
|
|
* | Close #17828: better handling of codec errors | Nick Coghlan | 2013-11-13 | 1 | -0/+18 |
|
|
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -2/+2 |
|
|
* | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -2/+2 |
|
|
* | Issue #18408: normalizestring() now raises MemoryError on memory allocation f... | Victor Stinner | 2013-07-11 | 1 | -1/+1 |
|
|
* | Issue #15422: get rid of PyCFunction_New macro | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | #16336: merge with 3.3. | Ezio Melotti | 2012-11-03 | 1 | -4/+4 |
|\ |
|
| * | #16336: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -4/+4 |
| |\ |
|
| | * | #16336: fix input checking in the surrogatepass error handler. Patch by Serh... | Ezio Melotti | 2012-11-03 | 1 | -4/+4 |
|
|
* | | | Issue #16330: Use surrogate-related macros | Victor Stinner | 2012-10-30 | 1 | -2/+2 |
|/ / |
|
* | | merge with 3.2 | Philip Jenvey | 2012-10-27 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | bounds check for bad data (thanks amaury) | Philip Jenvey | 2012-10-27 | 1 | -3/+4 |
|
|
* | | Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) | Victor Stinner | 2012-04-27 | 1 | -4/+6 |
|
|
* | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis... | Antoine Pitrou | 2012-01-18 | 1 | -9/+0 |
|\ \
| |/ |
|
| * | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis... | Antoine Pitrou | 2012-01-18 | 1 | -9/+0 |
|
|
* | | PyCodec_IgnoreErrors() avoids the deprecated "u#" format | Victor Stinner | 2011-12-01 | 1 | -2/+1 |
|
|
* | | Avoid the Py_UNICODE type in codecs.c | Victor Stinner | 2011-11-04 | 1 | -4/+11 |
|
|
* | | PyCodec_XMLCharRefReplaceError(): Remove unused variable | Victor Stinner | 2011-11-04 | 1 | -2/+2 |
|
|
* | | Fix C89 incompatibility. | Martin v. Löwis | 2011-11-04 | 1 | -1/+1 |
|
|
* | | Port error handlers from Py_UNICODE indexing to code point indexing. | Martin v. Löwis | 2011-11-04 | 1 | -77/+46 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -2/+2 |
|
|
* | | Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 | Victor Stinner | 2011-10-14 | 1 | -12/+12 |
|
|
* | | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -2/+4 |
|
|
* | | PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result | Victor Stinner | 2011-10-02 | 1 | -2/+3 |
|
|
* | | Use the new Py_ARRAY_LENGTH macro | Victor Stinner | 2011-09-28 | 1 | -1/+1 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -24/+20 |
|/ |
|
* | Issue #1813: Fix codec lookup under Turkish locales. | Antoine Pitrou | 2011-07-24 | 1 | -1/+1 |
|
|