summaryrefslogtreecommitdiffstats
path: root/Modules/expat/xmlparse.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-37731: Squish another _POSIX_C_SOURCE redefinition problem in expat. (GH-...Benjamin Peterson2019-11-071-6/+6
* [2.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16408)Benjamin Peterson2019-09-261-2056/+1738
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-281-19/+10
* [2.7] bpo-31374: Include pyconfig.h earlier in expat (GH-11078)Victor Stinner2018-12-101-0/+3
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Miss Islington (bot)2018-09-111-22/+44
* [2.7] closes 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-061-7/+30
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)Victor Stinner2017-08-181-72/+458
* [2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) ...Segev Finer2017-07-111-1/+1
* [2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)Victor Stinner2017-06-211-123/+486
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)Victor Stinner2017-06-151-34/+79
* Issue #22463: Backport compiler warning fixes and workaroundsMartin Panter2016-06-211-6/+6
* upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-111-4/+22
* 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
* - Expat: Fix DoS via XML document with malformed UTF-8 sequencesMatthias Klose2010-01-221-0/+3
* Handle failures from lookup.Neal Norwitz2006-08-131-0/+4
* - back out Expat change; the final fix to Expat will be differentFred Drake2006-07-061-2/+0
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-011-0/+2
* Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).Trent Mick2006-06-191-126/+207
* Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.Neal Norwitz2006-05-021-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