COMMITS
/ Include/pyexpat.h September 18, 2018
C
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Christian Heimes committed
May 25, 2013
E
Issue #13612: handle unknown encodings without a buffer overflow.
Eli Bendersky committed
May 22, 2013
S
Issue #16986: ElementTree now correctly parses a string input not only when
Serhiy Storchaka committed
June 1, 2012
E
Issue #14007: implement doctype() method calling in XMLParser of _elementtree.
Eli Bendersky committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
December 13, 2005
F
moved magic into structure (mainly to simplify the client code)
Fredrik Lundh committed
F
renamed dispatch -> capi to match other CAPI implementations
Fredrik Lundh committed
F
added cobject-based expat dispatch mechanism to pyexpat
Fredrik Lundh committed