COMMITS
/ Python/codecs.c February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
April 6, 2018
I
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
INADA Naoki committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
December 5, 2016
V
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunction() with fastcall
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
October 23, 2016
S
Issue #28510: Clean up decoding error handlers.
Serhiy Storchaka committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
September 3, 2015
V
Issue #24993: Handle import error in namereplace error handler
Victor Stinner committed
May 30, 2015
S
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka committed
S
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka committed
May 18, 2015
S
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka committed
S
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka committed
February 16, 2015
S
Issue #23450: Fixed possible integer overflows.
Serhiy Storchaka committed
January 25, 2015
S
Issue #22286: The "backslashreplace" error handlers now works with
Serhiy Storchaka committed
November 26, 2014
B
correct assertion
Benjamin Peterson committed
B
fix variable name
Benjamin Peterson committed
S
Issue #19676: Fixed integer overflow issue in "namereplace" error handler.
Serhiy Storchaka committed
November 25, 2014
S
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka committed
October 4, 2014
S
Issue #22518: Fixed integer overflow issues in "backslashreplace",
Serhiy Storchaka committed
S
Issue #22518: Fixed integer overflow issues in "backslashreplace",
Serhiy Storchaka committed
September 23, 2014
S
Fixed reference leak in the "backslashreplace" error handler.
Serhiy Storchaka committed
S
Fixed reference leak in the "backslashreplace" error handler.
Serhiy Storchaka committed
September 15, 2014
N
Merge fix for issue #22166 from 3.4
Nick Coghlan committed
N
Issue #22166: clear codec caches in test_codecs
Nick Coghlan committed
May 16, 2014
V
Issue #13916: Fix surrogatepass error handler on Windows
Victor Stinner committed
May 15, 2014
S
Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
Serhiy Storchaka committed
February 4, 2014
N
Close #20404: blacklist non-text encodings in io.TextIOWrapper
Nick Coghlan committed
November 22, 2013
N
Issue #19619: Blacklist non-text codecs in method API
Nick Coghlan committed
November 19, 2013
S
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Serhiy Storchaka committed
November 15, 2013
N
Close 19609: narrow scope of codec exc chaining
Nick Coghlan committed
November 13, 2013
N
Close #17828: better handling of codec errors
Nick Coghlan committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
July 11, 2013
V
Issue #18408: normalizestring() now raises MemoryError on memory allocation failure
Victor Stinner committed
December 25, 2012
A
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov committed
November 3, 2012
E
#16336: merge with 3.3.
Ezio Melotti committed
E
#16336: merge with 3.2.
Ezio Melotti committed
E
#16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka.
Ezio Melotti committed
October 30, 2012
V
Issue #16330: Use surrogate-related macros
Victor Stinner committed
October 27, 2012
P
merge with 3.2
Philip Jenvey committed
P
bounds check for bad data (thanks amaury)
Philip Jenvey committed
April 27, 2012
V
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Victor Stinner committed
January 18, 2012
A
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
Antoine Pitrou committed
A
Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry.
Antoine Pitrou committed