aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)Miss Islington (bot)2022-10-273-18/+35
* gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)Miss Islington (bot)2022-09-227-17/+27
* bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)Steve Dower2022-03-072-14/+155
* bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)Dong-hee Na2022-02-235-62/+132
* bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)Yilei "Dolee" Yang2022-02-181-0/+5
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)Cyril Jouve2022-02-135-31/+237
* bpo-45570: Simplify setup macros for pyexpat (GH-29159)Christian Heimes2021-10-221-0/+4
* no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)Dong-hee Na2021-10-151-4/+4
* Fix typos in the Modules directory (GH-28761)Christian Clauss2021-10-071-1/+1
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)Victor Stinner2021-08-2920-177/+1368
* Fix compiler warning in the xml module (GH-26245)Pablo Galindo2021-05-191-1/+1
* 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