Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle failures from lookup. | Neal Norwitz | 2006-08-13 | 1 | -0/+4 |
| | | | | Klocwork 341-342 | ||||
* | - back out Expat change; the final fix to Expat will be different | Fred Drake | 2006-07-06 | 1 | -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 data | Fred Drake | 2006-07-01 | 1 | -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 Mick | 2006-06-19 | 1 | -126/+207 |
| | |||||
* | Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. | Neal Norwitz | 2006-05-02 | 1 | -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 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 |
| | | | | Martin's integration changes). | ||||
* | Undo inclusion of Python.h. Remove HAVE_MEMCPY section. | Martin v. Löwis | 2003-01-26 | 1 | -12/+0 |
| | | | | Update Windows command line. | ||||
* | 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 |