Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
100964e0310d3a2040d0db976f7984d0507b2dbd
/
Modules
/
expat
8177404
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733)
by Pablo Galindo
· 5 years ago
52b9408
closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346)
by Benjamin Peterson
· 5 years ago
39d87b5
Fix typos mostly in comments, docs and test names (GH-15209)
by Min ho Kim
· 5 years ago
c4cacc8
Fix typos in comments, docs and test names (#15018)
by Min ho Kim
· 5 years ago
2cd0792
Put pyexpatns.h include back. bpo-37437 (GH-14539)
by Benjamin Peterson
· 5 years ago
3b03b09
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
by Benjamin Peterson
· 5 years ago
b6ef6f6
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
by Victor Stinner
· 6 years ago
cf24735
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
by Victor Stinner
· 6 years ago
9d4712b
bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)
by Gregory P. Smith
· 6 years ago
5033aa7
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
by Benjamin Peterson
· 6 years ago
4e21100
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
by Benjamin Peterson
· 6 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 7 years ago
b1d1c42
remove configure check for memmove (#3716)
by Benjamin Peterson
· 7 years ago
13ad3b7
bpo-31462: Remove trailing whitespaces. (#3564)
by Serhiy Storchaka
· 7 years ago
759e30e
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
by Victor Stinner
· 7 years ago
93d0cb5
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
by Victor Stinner
· 7 years ago
f523255
Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)
by Segev Finer
· 7 years ago
8f52588
bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368)
by Victor Stinner
· 7 years ago
5ff7132
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)
by Victor Stinner
· 7 years ago
23ec4b5
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
by Victor Stinner
· 7 years ago
8ac46c9
revert expat changes
by Benjamin Peterson
· 8 years ago
e2e792d
merge 3.5 (#28184)
by Benjamin Peterson
· 8 years ago
06d49bb
sync ordering of stddef.h includes with expat 2.1.1
by Benjamin Peterson
· 8 years ago
196d7db
upgrade expt to 2.1.1 (closes #26556)
by Benjamin Peterson
· 8 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
e9e8907
merge 3.3 (#19186)
by Benjamin Peterson
· 11 years ago
091d017
restore namespacing of pyexpat symbols (closes #19186)
by Benjamin Peterson
· 11 years ago
aa15276
Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.
by Christian Heimes
· 11 years ago
0158af3
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
by Terry Jan Reedy
· 12 years ago
64359d2
Update the embedded copy of the expat XML parser to 2.1.0. It brings
by Gregory P. Smith
· 12 years ago
2522771
Fixes Issue 14234: fix for the previous commit, keep compilation when
by Gregory P. Smith
· 13 years ago
8e91cf6
Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
by Gregory P. Smith
· 13 years ago
167c3bc
Merged revisions 84743 via svnmerge from
by Matthias Klose
· 14 years ago
865e33b
Merged revisions 77682 via svnmerge from
by Matthias Klose
· 15 years ago
0c81107
Backport of r74435. Not merged/blocked w/ svnmerge.py as the tool is erroring out on me.
by Brett Cannon
· 15 years ago
eb33e5a
Remove support for BeOS
by Skip Montanaro
· 17 years ago
00ee7ba
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
by Thomas Wouters
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago
e810fe2
Remove two instances of trailing commas. Resolves patch #1209781.
by Georg Brandl
· 19 years ago
52ca0dd
Fix icc warnings: using wrong enum type
by Neal Norwitz
· 19 years ago
31d485c
update to Expat 1.95.8
by Fred Drake
· 20 years ago
7befb99
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
by Skip Montanaro
· 21 years ago
08317ae
Update to Expat 1.95.7; there are no changes to the Expat sources.
by Fred Drake
· 21 years ago
dab8b0a
Integrate the patch from expat.h 1.51; needed for some C compilers.
by Fred Drake
· 22 years ago
4faea01
Update to the final version released as Expat 1.95.6 (maintaining
by Fred Drake
· 22 years ago
c35d199
Undo inclusion of Python.h. Remove HAVE_MEMCPY section.
by Martin v. Löwis
· 22 years ago
94ac339
Uncomment usage of expat_config.h
by Martin v. Löwis
· 22 years ago
fc03a94
Incorporate Expat 1.95.6.
by Martin v. Löwis
· 22 years ago
f042db6
Remove RCSId; this produces annoying warnings.
by Fred Drake
· 22 years ago
000e37c
Patch #551011: Fix compilation problems with Cygwin.
by Martin v. Löwis
· 23 years ago
8fef47b
Define VERSION in expat.h.
by Martin v. Löwis
· 23 years ago
b48d198
"Generate" from expat.h.in, for 1.95.2.
by Martin v. Löwis
· 23 years ago
481f68a
Disable usage of Expat's config.h.
by Martin v. Löwis
· 23 years ago
1dbb1ca
Initial revision
by Martin v. Löwis
· 23 years ago