index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
expat
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
Christian Heimes
2021-10-22
1
-0/+4
*
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
Dong-hee Na
2021-10-14
1
-4/+4
*
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
20
-177/+1368
*
Fix compiler warning in the xml module (GH-26245)
Pablo Galindo
2021-05-19
1
-1/+1
*
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU...
Pablo Galindo
2019-10-12
1
-8/+8
*
closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346)
Benjamin Peterson
2019-09-26
19
-4836/+3973
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
2
-5/+5
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
Put pyexpatns.h include back. bpo-37437 (GH-14539)
Benjamin Peterson
2019-07-02
1
-0/+4
*
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Benjamin Peterson
2019-06-28
6
-32/+21
*
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
Victor Stinner
2018-12-10
1
-1/+3
*
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Victor Stinner
2018-12-10
1
-0/+1
*
bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)
Gregory P. Smith
2018-10-18
1
-0/+4
*
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
Benjamin Peterson
2018-09-11
4
-27/+69
*
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Benjamin Peterson
2018-06-27
8
-1465/+1353
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
remove configure check for memmove (#3716)
Benjamin Peterson
2017-09-24
1
-0/+2
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-1/+1
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
2017-09-04
19
-57/+567
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
Victor Stinner
2017-08-18
7
-100/+718
*
Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)
Segev Finer
2017-07-11
1
-1/+1
*
bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368)
Victor Stinner
2017-06-23
1
-2/+2
*
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)
Victor Stinner
2017-06-21
8
-158/+878
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
Victor Stinner
2017-06-14
12
-472/+521
*
revert expat changes
Benjamin Peterson
2016-09-20
1
-1/+1
*
merge 3.5 (#28184)
Benjamin Peterson
2016-09-20
1
-1/+1
*
sync ordering of stddef.h includes with expat 2.1.1
Benjamin Peterson
2016-06-14
2
-4/+4
*
upgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson
2016-06-11
3
-6/+24
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
merge 3.3 (#19186)
Benjamin Peterson
2014-02-04
1
-0/+4
|
\
|
*
restore namespacing of pyexpat symbols (closes #19186)
Benjamin Peterson
2014-02-04
1
-0/+4
*
|
Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.
Christian Heimes
2013-12-06
3
-10/+10
|
/
*
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
Terry Jan Reedy
2013-03-11
1
-1/+1
*
Update the embedded copy of the expat XML parser to 2.1.0. It brings
Gregory P. Smith
2012-07-14
12
-258/+374
*
Fixes Issue 14234: fix for the previous commit, keep compilation when
Gregory P. Smith
2012-03-15
1
-0/+2
*
Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
3
-59/+128
*
Merged revisions 84743 via svnmerge from
Matthias Klose
2010-09-12
1
-0/+21
*
Merged revisions 77682 via svnmerge from
Matthias Klose
2010-01-22
1
-0/+3
*
Backport of r74435. Not merged/blocked w/ svnmerge.py as the tool is erroring...
Brett Cannon
2009-08-13
1
-1/+1
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-1/+1
*
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
11
-306/+489
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
4
-8/+27
*
Remove two instances of trailing commas. Resolves patch #1209781.
Georg Brandl
2006-02-19
1
-1/+1
*
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
7
-361/+789
*
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro
2004-02-10
1
-6/+0
*
Update to Expat 1.95.7; there are no changes to the Expat sources.
Fred Drake
2003-10-21
13
-1045/+604
*
Integrate the patch from expat.h 1.51; needed for some C compilers.
Fred Drake
2003-02-07
1
-21/+24
[next]