summaryrefslogtreecommitdiff
path: root/Modules/expat
Commit message (Expand)AuthorAgeFilesLines
* [2.7] closes bpo-33956: update vendored expat to 2.2.5 (GH-7925)Benjamin Peterson2018-06-268-1457/+1332
* bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)Victor Stinner2017-09-0519-58/+581
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)Victor Stinner2017-08-197-102/+709
* [2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) ...Segev Finer2017-07-121-1/+1
* [2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)Victor Stinner2017-06-218-158/+889
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)Victor Stinner2017-06-1512-472/+521
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #22463: Backport compiler warning fixes and workaroundsMartin Panter2016-06-211-6/+6
* upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-113-6/+24
* Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-111-1/+1
* Update the embedded copy of the expat XML parser to 2.1.0. It bringsGregory P. Smith2012-07-1412-253/+373
* Fixes Issue 14234: fix for the previous commit, keep compilation whenGregory P. Smith2012-03-141-0/+2
* Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-143-59/+128
* Merged revisions 84743 via svnmerge fromMatthias Klose2010-09-121-0/+21
* - Expat: Fix DoS via XML document with malformed UTF-8 sequencesMatthias Klose2010-01-221-0/+3
* Expat could crash if given the wrong kind of input by never stopping itsBrett Cannon2009-08-131-1/+1
* 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
* [ 1295808 ] expat symbols should be namespaced in pyexpatv2.5b1Trent Mick2006-06-192-0/+128
* Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).Trent Mick2006-06-1910-306/+361
* Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.Neal Norwitz2006-05-023-8/+8
* Further changes for #1471883: Edit Misc/NEWS, andMartin v. Löwis2006-04-291-0/+19
* Remove two instances of trailing commas. Resolves patch #1209781.Georg Brandl2006-02-191-1/+1
* Fix icc warnings: using wrong enum typeNeal Norwitz2006-01-071-2/+2
* update to Expat 1.95.8Fred Drake2004-08-037-361/+789
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-6/+0
* Update to Expat 1.95.7; there are no changes to the Expat sources.Fred Drake2003-10-2113-1045/+604
* Integrate the patch from expat.h 1.51; needed for some C compilers.Fred Drake2003-02-071-21/+24
* 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
* Uncomment usage of expat_config.hMartin v. Löwis2003-01-251-0/+2
* Incorporate Expat 1.95.6.Martin v. Löwis2003-01-2510-3941/+5444
* Remove RCSId; this produces annoying warnings.Fred Drake2002-07-171-3/+0
* Patch #551011: Fix compilation problems with Cygwin.Martin v. Löwis2002-05-081-1/+1
* Define VERSION in expat.h.Martin v. Löwis2002-02-131-0/+4
* "Generate" from expat.h.in, for 1.95.2.Martin v. Löwis2002-02-121-0/+735
* Disable usage of Expat's config.h.Martin v. Löwis2002-02-113-0/+6
* Initial revisionMartin v. Löwis2002-02-1117-0/+11093