COMMITS
/ Modules/pyexpat.c November 22, 2018
V
bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654)
Victor Stinner committed
October 19, 2018
S
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422)
Serhiy Storchaka committed
Z
Fix several reference counting bugs in pyexpat.c. (GH-9955)
Zackery Spytz committed
September 18, 2018
C
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Christian Heimes committed
September 15, 2017
E
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow committed
September 14, 2017
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
June 14, 2017
V
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
Victor Stinner committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
March 9, 2017
S
bpo-29768: Fixed compile-time check for expat version. (#574)
Serhiy Storchaka committed
February 4, 2017
S
Removed redundant Argument Clinic directives.
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka 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 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 8, 2016
C
Add error checking to PyInit_pyexpact
Christian Heimes committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 27, 2015
S
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
November 7, 2015
S
Issue #25558: Use compile-time asserts.
Serhiy Storchaka committed
September 7, 2015
S
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka committed
S
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka committed
S
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka committed
S
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka committed
May 30, 2015
S
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
Serhiy Storchaka committed
May 4, 2015
L
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
March 17, 2015
V
Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat
Victor Stinner committed
February 16, 2015
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
October 8, 2014
A
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Antoine Pitrou committed
A
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Antoine Pitrou committed
September 28, 2014
S
Removed redundant casts to `char *`.
Serhiy Storchaka committed
August 22, 2014
B
Issue #20152: Port pyexpat to Argument Clinic.
Brett Cannon committed
March 27, 2014
N
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily committed
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
November 21, 2013
C
silence an overflow warning. slen is smaller than 1MB
Christian Heimes committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
July 20, 2013
C
Check return value of PyEval_GetGlobals() for NULL
Christian Heimes committed
C
Check return value of PyEval_GetGlobals() for NULL
Christian Heimes committed
C
Check return value of flush_character_buffer()
Christian Heimes committed
C
Check return value of flush_character_buffer()
Christian Heimes committed
July 18, 2013
V
Issue #18501, #18408: Fix expat handlers in pyexpat, don't call Python
Victor Stinner committed
July 15, 2013
V
Issue #18408: Fix pyexpat.ParserCreate()
Victor Stinner committed
July 7, 2013