| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) | Seth Michael Larson | 2024-11-13 | 1 | -4/+14 |
|
|
* | gh-123678: Upgrade libexpat 2.6.3 (#123689) | Seth Michael Larson | 2024-09-04 | 1 | -12/+33 |
|
|
* | gh-116741: Upgrade libexpat to 2.6.2 (#117296) | Seth Michael Larson | 2024-04-23 | 1 | -9/+21 |
|
|
* | gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431) | Seth Michael Larson | 2024-02-14 | 1 | -217/+341 |
|
|
* | gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742) | Shaun Walbridge | 2022-10-27 | 1 | -15/+32 |
|
|
* | gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) | Dong-hee Na | 2022-09-22 | 1 | -7/+12 |
|
|
* | bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) | Steve Dower | 2022-03-07 | 1 | -10/+137 |
|
|
* | bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) | Dong-hee Na | 2022-02-23 | 1 | -45/+116 |
|
|
* | bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) | Cyril Jouve | 2022-02-12 | 1 | -21/+225 |
|
|
* | Fix typos in the Modules directory (GH-28761) | Christian Clauss | 2021-10-07 | 1 | -1/+1 |
|
|
* | bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) | Victor Stinner | 2021-08-29 | 1 | -88/+1175 |
|
|
* | closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) | Benjamin Peterson | 2019-09-26 | 1 | -2055/+1740 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -1/+1 |
|
|
* | closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) | Benjamin Peterson | 2019-06-28 | 1 | -19/+10 |
|
|
* | bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) | Benjamin Peterson | 2018-09-11 | 1 | -22/+44 |
|
|
* | bpo-33956: update vendored expat to 2.2.5 (GH-7925) | Benjamin Peterson | 2018-06-27 | 1 | -1337/+1294 |
|
|
* | bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) | Victor Stinner | 2017-09-04 | 1 | -7/+30 |
|
|
* | bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) | Victor Stinner | 2017-08-18 | 1 | -72/+458 |
|
|
* | Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670) | Segev Finer | 2017-07-11 | 1 | -1/+1 |
|
|
* | bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) | Victor Stinner | 2017-06-21 | 1 | -123/+486 |
|
|
* | bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) | Victor Stinner | 2017-06-14 | 1 | -34/+79 |
|
|
* | upgrade expt to 2.1.1 (closes #26556) | Benjamin Peterson | 2016-06-11 | 1 | -4/+22 |
|
|
* | Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded. | Christian Heimes | 2013-12-06 | 1 | -6/+6 |
|
|
* | Update the embedded copy of the expat XML parser to 2.1.0. It brings | Gregory P. Smith | 2012-07-14 | 1 | -175/+248 |
|
|
* | Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes | Gregory P. Smith | 2012-03-14 | 1 | -59/+118 |
|
|
* | Merged revisions 77682 via svnmerge from | Matthias Klose | 2010-01-22 | 1 | -0/+3 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+4 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -126/+207 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -4/+4 |
|
|
* | Fix icc warnings: using wrong enum type | Neal Norwitz | 2006-01-07 | 1 | -2/+2 |
|
|
* | update to Expat 1.95.8 | Fred Drake | 2004-08-03 | 1 | -218/+587 |
|
|
* | Update to Expat 1.95.7; there are no changes to the Expat sources. | Fred Drake | 2003-10-21 | 1 | -196/+315 |
|
|
* | Update to the final version released as Expat 1.95.6 (maintaining | Fred Drake | 2003-01-28 | 1 | -78/+66 |
|
|
* | Undo inclusion of Python.h. Remove HAVE_MEMCPY section. | Martin v. Löwis | 2003-01-26 | 1 | -12/+0 |
|
|
* | Incorporate Expat 1.95.6. | Martin v. Löwis | 2003-01-25 | 1 | -2146/+3228 |
|
|
* | Disable usage of Expat's config.h. | Martin v. Löwis | 2002-02-11 | 1 | -0/+2 |
|
|
* | Initial revision | Martin v. Löwis | 2002-02-11 | 1 | -0/+4635 |
|
|