summaryrefslogtreecommitdiff
path: root/Modules/expat
Commit message (Expand)AuthorAgeFilesLines
* bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...Pablo Galindo2019-10-121-8/+8
* closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346)Benjamin Peterson2019-09-2519-4836/+3973
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-302-5/+5
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* Put pyexpatns.h include back. bpo-37437 (GH-14539)Benjamin Peterson2019-07-011-0/+4
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Benjamin Peterson2019-06-276-32/+21
* bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)Victor Stinner2018-12-101-1/+3
* bpo-31374: Include pyconfig.h earlier in expat (GH-11064)Victor Stinner2018-12-101-0/+1
* bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)Gregory P. Smith2018-10-171-0/+4
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Benjamin Peterson2018-09-104-27/+69
* bpo-33956: update vendored expat to 2.2.5 (GH-7925)Benjamin Peterson2018-06-268-1465/+1353
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* remove configure check for memmove (#3716)Benjamin Peterson2017-09-241-0/+2
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1
* bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)Victor Stinner2017-09-0519-57/+567
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)Victor Stinner2017-08-187-100/+718
* Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)Segev Finer2017-07-111-1/+1
* bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368)Victor Stinner2017-06-241-2/+2
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)Victor Stinner2017-06-218-158/+878
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)Victor Stinner2017-06-1512-472/+521
* revert expat changesBenjamin Peterson2016-09-191-1/+1
* merge 3.5 (#28184)Benjamin Peterson2016-09-191-1/+1
* sync ordering of stddef.h includes with expat 2.1.1Benjamin Peterson2016-06-132-4/+4
* upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-113-6/+24
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* merge 3.3 (#19186)Benjamin Peterson2014-02-041-0/+4
|\
| * restore namespacing of pyexpat symbols (closes #19186)Benjamin Peterson2014-02-041-0/+4
* | Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.Christian Heimes2013-12-063-10/+10
|/
* 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-258/+374
* 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
* Merged revisions 77682 via svnmerge fromMatthias Klose2010-01-221-0/+3
* Backport of r74435. Not merged/blocked w/ svnmerge.py as the tool is erroring...Brett Cannon2009-08-131-1/+1
* Remove support for BeOSSkip Montanaro2007-08-171-1/+1
* 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-1111-306/+489
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-274-8/+27
* 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