aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/codecs.c
Commit message (Expand)AuthorAge
* bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)Victor Stinner2020-10-26
* bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)Victor Stinner2020-10-26
* bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)Hai Shi2020-10-16
* bpo-41842: Add codecs.unregister() function (GH-22360)Hai Shi2020-09-28
* bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)Victor Stinner2020-04-14
* bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)Victor Stinner2020-04-14
* bpo-40268: Include explicitly pycore_interp.h (GH-19505)Victor Stinner2020-04-14
* bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....Serhiy Storchaka2020-04-11
* bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)Victor Stinner2020-03-13
* closes bpo-39630: Update pointers to string literals to be const char *. (GH-...Andy Lester2020-02-13
* bpo-39245: Switch to public API for Vectorcall (GH-18460)Petr Viktorin2020-02-11
* bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)Victor Stinner2020-02-07
* bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217)Victor Stinner2020-01-27
* bpo-37751: Fix codecs.lookup() normalization (GH-15092)Jordon Xu2019-08-21
* bpo-29548: no longer use PyEval_Call* functions (GH-14683)Jeroen Demeyer2019-07-12
* bpo-37483: fix reference leak in _PyCodec_Lookup (GH-14600)Jeroen Demeyer2019-07-05
* bpo-37483: add _PyObject_CallOneArg() function (#14558)Jeroen Demeyer2019-07-04
* bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)Serhiy Storchaka2019-02-25
* bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)Serhiy Storchaka2018-12-11
* bpo-35081: Rename internal headers (GH-10275)Victor Stinner2018-11-12
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-11-01
* bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)Victor Stinner2018-08-03
* bpo-33231: Fix potential leak in normalizestring() (GH-6386)INADA Naoki2018-04-06
* bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...Serhiy Storchaka2018-01-25
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-07
* Issue #28858: Remove _PyObject_CallArg1() macroVictor Stinner2016-12-05
* Replace PyObject_CallFunction() with fastcallVictor Stinner2016-12-01
* Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-20
* Issue #28510: Clean up decoding error handlers.Serhiy Storchaka2016-10-23
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-15
* Issue #24993: Handle import error in namereplace error handlerVictor Stinner2015-09-03
* Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-30
|\
| * Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-30
* | Issue #24102: Fixed exception type checking in standard error handlers.Serhiy Storchaka2015-05-18
|\|
| * Issue #24102: Fixed exception type checking in standard error handlers.Serhiy Storchaka2015-05-18
* | Issue #23450: Fixed possible integer overflows.Serhiy Storchaka2015-02-16
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-25
* | correct assertionBenjamin Peterson2014-11-26
* | fix variable nameBenjamin Peterson2014-11-26
* | Issue #19676: Fixed integer overflow issue in "namereplace" error handler.Serhiy Storchaka2014-11-26
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-25
* | Issue #22518: Fixed integer overflow issues in "backslashreplace",Serhiy Storchaka2014-10-04
|\|
| * Issue #22518: Fixed integer overflow issues in "backslashreplace",Serhiy Storchaka2014-10-04
* | Fixed reference leak in the "backslashreplace" error handler.Serhiy Storchaka2014-09-23
|\|
| * Fixed reference leak in the "backslashreplace" error handler.Serhiy Storchaka2014-09-23
* | Merge fix for issue #22166 from 3.4Nick Coghlan2014-09-15
|\|
| * Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-15
* | Issue #13916: Fix surrogatepass error handler on WindowsVictor Stinner2014-05-16
* | Issue #13916: Disallowed the surrogatepass error handler for non UTF-*Serhiy Storchaka2014-05-15
|/
* Close #20404: blacklist non-text encodings in io.TextIOWrapperNick Coghlan2014-02-04