Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 84743 via svnmerge from | Matthias Klose | 2010-09-12 | 1 | -0/+21 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84743 | matthias.klose | 2010-09-12 18:31:58 +0200 (So, 12 Sep 2010) | 3 lines - Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses to Doc/license.rst. ........ | ||||
* | - Expat: Fix DoS via XML document with malformed UTF-8 sequences | Matthias Klose | 2010-01-22 | 1 | -0/+3 |
| | | | | (CVE_2009_3560). | ||||
* | Expat could crash if given the wrong kind of input by never stopping its | Brett Cannon | 2009-08-13 | 1 | -1/+1 |
| | | | | | | tokenizing step. Thanks to Ivan Krstić for the patch. | ||||
* | 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. | ||||
* | [ 1295808 ] expat symbols should be namespaced in pyexpatv2.5b1 | Trent Mick | 2006-06-19 | 2 | -0/+128 |
| | | | | (http://python.org/sf/1295808) | ||||
* | Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). | Trent Mick | 2006-06-19 | 10 | -306/+361 |
| | |||||
* | Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. | Neal Norwitz | 2006-05-02 | 3 | -8/+8 |
| | | | | | | 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. | ||||
* | Further changes for #1471883: Edit Misc/NEWS, and | Martin v. Löwis | 2006-04-29 | 1 | -0/+19 |
| | | | | add expat_config.h. | ||||
* | 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 |
| | | | | Closes SF bug #680797. | ||||
* | 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. | ||||
* | Uncomment usage of expat_config.h | Martin v. Löwis | 2003-01-25 | 1 | -0/+2 |
| | |||||
* | Incorporate Expat 1.95.6. | Martin v. Löwis | 2003-01-25 | 10 | -3941/+5444 |
| | |||||
* | Remove RCSId; this produces annoying warnings. | Fred Drake | 2002-07-17 | 1 | -3/+0 |
| | | | | | This is already removed from Expat 1.95.4, so the problem will not recur when we update. | ||||
* | Patch #551011: Fix compilation problems with Cygwin. | Martin v. Löwis | 2002-05-08 | 1 | -1/+1 |
| | |||||
* | Define VERSION in expat.h. | Martin v. Löwis | 2002-02-13 | 1 | -0/+4 |
| | |||||
* | "Generate" from expat.h.in, for 1.95.2. | Martin v. Löwis | 2002-02-12 | 1 | -0/+735 |
| | |||||
* | Disable usage of Expat's config.h. | Martin v. Löwis | 2002-02-11 | 3 | -0/+6 |
| | |||||
* | Initial revision | Martin v. Löwis | 2002-02-11 | 17 | -0/+11093 |