| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes Issue 14234: fix for the previous commit, keep compilation when | Gregory P. Smith | 2012-03-15 | 1 | -0/+5 |
|
|
* | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes | Gregory P. Smith | 2012-03-14 | 1 | -0/+2 |
|\ |
|
| * | Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes | Gregory P. Smith | 2012-03-14 | 1 | -0/+2 |
|
|
* | | merge 3.1 | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | return NULL on error | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
|
|
* | | merge 3.1 (#12221) | Benjamin Peterson | 2011-06-01 | 1 | -21/+5 |
|\ \
| |/ |
|
| * | simply use the Python version for pyexpat.__version__ #12221 | Benjamin Peterson | 2011-05-31 | 1 | -21/+5 |
|
|
| * | Merged revisions 85536 via svnmerge from | Georg Brandl | 2010-10-24 | 1 | -0/+3 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -195/+195 |
|
|
* | | Remove unnecessary call to PyErr_Clear. | Ezio Melotti | 2011-04-11 | 1 | -1/+0 |
|
|
* | | Issue #9566: Fix pyparse.xmlparser.ParseFile() | Victor Stinner | 2011-01-10 | 1 | -22/+12 |
|
|
* | | Issue #9566: PyUnicode_FromFormatV() doesn't support %zi, use %zd instead | Victor Stinner | 2011-01-04 | 1 | -1/+1 |
|
|
* | | Issue #9566: explain why (int)len cannot underflow | Victor Stinner | 2011-01-04 | 1 | -0/+1 |
|
|
* | | Issue #9566: use Py_ssize_t instead of int | Victor Stinner | 2011-01-04 | 1 | -5/+5 |
|
|
* | | Issue #10333: Remove ancient GC API, which has been deprecated since | Antoine Pitrou | 2011-01-04 | 1 | -1/+1 |
|
|
* | | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ... | Alexander Belopolsky | 2010-12-08 | 1 | -32/+36 |
|
|
* | | #9054: fix crash when using pyexpat with a system expat lib version 2.0.1. | Georg Brandl | 2010-10-15 | 1 | -0/+3 |
|
|
* | | #5355: Provide mappings from Expat error numbers to string descriptions and b... | Georg Brandl | 2010-10-15 | 1 | -5/+36 |
|
|
* | | Remove compatibility code for Python < 2.1, < 2.2 and < 2.4. | Georg Brandl | 2010-09-11 | 1 | -42/+0 |
|
|
* | | Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL() | Victor Stinner | 2010-09-10 | 1 | -15/+8 |
|
|
* | | remove dead code #9292 | Benjamin Peterson | 2010-08-08 | 1 | -23/+11 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -181/+181 |
|
|
* | | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -43/+1 |
|/ |
|
* | - Issue #5590: Remove unused global variable in pyexpat extension. | Matthias Klose | 2009-06-22 | 1 | -1/+0 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -2/+2 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 1 | -1/+1 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | #3247: Get rid of Py_FindMethod: | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -12/+17 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -8/+20 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
|
|
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 | 1 | -0/+44 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -15/+15 |
|
|
* | Fixed #1508 Removal of stale code in _csv.c / pyexpat.c | Christian Heimes | 2007-11-28 | 1 | -14/+0 |
|
|
* | Fixed bug #1020 pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat) | Christian Heimes | 2007-11-21 | 1 | -1/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -5/+9 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -2/+2 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -5/+5 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -28/+46 |
|
|
* | SF patch# 1759016 by Joe Gregorio, who writes: | Guido van Rossum | 2007-07-23 | 1 | -77/+17 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -4/+3 |
|
|
* | Rip out the file object's implementation. | Guido van Rossum | 2007-06-12 | 1 | -4/+1 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -64/+0 |
|
|
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -0/+1 |
|
|
* | Get rid of the last mention of WITH_CYCLE_GC that I could find. | Guido van Rossum | 2006-08-17 | 1 | -6/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+31 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -34/+19 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -10/+6 |
|
|