summaryrefslogtreecommitdiffstats
path: root/Modules/expat/xmlparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle failures from lookup.Neal Norwitz2006-08-131-0/+4
| | | | Klocwork 341-342
* - back out Expat change; the final fix to Expat will be differentFred Drake2006-07-061-2/+0
| | | | | - change the pyexpat wrapper to not be so sensitive to this detail of the Expat implementation (the ex-crasher test still passes)
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-011-0/+2
| | | | | | | | handler would cause a segfault. This merges in Expat's lib/xmlparse.c revisions 1.154 and 1.155, which fix this and a closely related problem (the later does not affect Python). Moved the crasher test to the tests for xml.parsers.expat.
* Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).Trent Mick2006-06-191-126/+207
|
* Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.Neal Norwitz2006-05-021-4/+4
| | | | | | The problem was that pyconfig.h was being included before some system headers which caused redefinitions and other breakage. This moves system headers after expat_config.h which includes pyconfig.h.
* Fix icc warnings: using wrong enum typeNeal Norwitz2006-01-071-2/+2
|
* update to Expat 1.95.8Fred Drake2004-08-031-218/+587
|
* Update to Expat 1.95.7; there are no changes to the Expat sources.Fred Drake2003-10-211-196/+315
|
* Update to the final version released as Expat 1.95.6 (maintainingFred Drake2003-01-281-78/+66
| | | | Martin's integration changes).
* Undo inclusion of Python.h. Remove HAVE_MEMCPY section.Martin v. Löwis2003-01-261-12/+0
| | | | Update Windows command line.
* Incorporate Expat 1.95.6.Martin v. Löwis2003-01-251-2146/+3228
|
* Disable usage of Expat's config.h.Martin v. Löwis2002-02-111-0/+2
|
* Initial revisionMartin v. Löwis2002-02-111-0/+4635