summaryrefslogtreecommitdiffstats
path: root/Modules/expat/xmlparse.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Benjamin Peterson2018-09-111-22/+44
* bpo-33956: update vendored expat to 2.2.5 (GH-7925)Benjamin Peterson2018-06-271-1337/+1294
* bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)Victor Stinner2017-09-041-7/+30
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)Victor Stinner2017-08-181-72/+458
* Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)Segev Finer2017-07-111-1/+1
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)Victor Stinner2017-06-211-123/+486
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)Victor Stinner2017-06-141-34/+79
* upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-111-4/+22
* Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.Christian Heimes2013-12-061-6/+6
* Update the embedded copy of the expat XML parser to 2.1.0. It bringsGregory P. Smith2012-07-141-175/+248
* Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-141-59/+118
* Merged revisions 77682 via svnmerge fromMatthias Klose2010-01-221-0/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-126/+207
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+4
* Fix icc warnings: using wrong enum typeNeal Norwitz2006-01-071-2/+2
* update to Expat 1.95.8Fred Drake2004-08-031-218/+587
* Update to Expat 1.95.7; there are no changes to the Expat sources.Fred Drake2003-10-211-196/+315
* Update to the final version released as Expat 1.95.6 (maintainingFred Drake2003-01-281-78/+66
* Undo inclusion of Python.h. Remove HAVE_MEMCPY section.Martin v. Löwis2003-01-261-12/+0
* Incorporate Expat 1.95.6.Martin v. Löwis2003-01-251-2146/+3228
* Disable usage of Expat's config.h.Martin v. Löwis2002-02-111-0/+2
* Initial revisionMartin v. Löwis2002-02-111-0/+4635