summaryrefslogtreecommitdiff
path: root/Include/pyexpat.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)Miss Islington (bot)2018-09-181-1/+3
* Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-251-1/+3
* Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-221-0/+1
* Issue #14007: implement doctype() method calling in XMLParser of _elementtree.Eli Bendersky2012-06-011-0/+2
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+2
* moved magic into structure (mainly to simplify the client code)Fredrik Lundh2005-12-131-3/+5
* renamed dispatch -> capi to match other CAPI implementationsFredrik Lundh2005-12-131-3/+3
* added cobject-based expat dispatch mechanism to pyexpatFredrik Lundh2005-12-131-0/+45