summaryrefslogtreecommitdiffstats
path: root/Modules/pyexpat.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-101-2/+2
* pyexat uses the new Unicode APIVictor Stinner2011-09-301-5/+7
* Implement PEP 393.Martin v. Löwis2011-09-281-3/+8
* remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-06-011-5/+0
* merge 3.2 (#12221)Benjamin Peterson2011-06-011-21/+5
|\
| * merge 3.1 (#12221)Benjamin Peterson2011-06-011-21/+5
| |\
| | * simply use the Python version for pyexpat.__version__ #12221Benjamin Peterson2011-05-311-21/+5
| | * Merged revisions 85536 via svnmerge fromGeorg Brandl2010-10-241-0/+3
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-195/+195
* | | Merge with 3.2.Ezio Melotti2011-04-111-1/+0
|\ \ \ | |/ /
| * | Remove unnecessary call to PyErr_Clear.Ezio Melotti2011-04-111-1/+0
* | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead ofVictor Stinner2011-03-211-6/+7
|/ /
* | Issue #9566: Fix pyparse.xmlparser.ParseFile()Victor Stinner2011-01-101-22/+12
* | Issue #9566: PyUnicode_FromFormatV() doesn't support %zi, use %zd insteadVictor Stinner2011-01-041-1/+1
* | Issue #9566: explain why (int)len cannot underflowVictor Stinner2011-01-041-0/+1
* | Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-041-5/+5
* | Issue #10333: Remove ancient GC API, which has been deprecated sinceAntoine Pitrou2011-01-041-1/+1
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-32/+36
* | #9054: fix crash when using pyexpat with a system expat lib version 2.0.1.Georg Brandl2010-10-151-0/+3
* | #5355: Provide mappings from Expat error numbers to string descriptions and b...Georg Brandl2010-10-151-5/+36
* | Remove compatibility code for Python < 2.1, < 2.2 and < 2.4.Georg Brandl2010-09-111-42/+0
* | Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL()Victor Stinner2010-09-101-15/+8
* | remove dead code #9292Benjamin Peterson2010-08-081-23/+11
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-181/+181
* | Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-43/+1
|/
* - Issue #5590: Remove unused global variable in pyexpat extension.Matthias Klose2009-06-221-1/+0
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-2/+2
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-1/+1
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* #3247: Get rid of Py_FindMethod:Amaury Forgeot d'Arc2008-07-021-12/+17
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-8/+20
* Renamed PyString to PyBytesChristian Heimes2008-05-261-4/+4
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-2/+2
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-0/+44
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-3/+3
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-15/+15
* Fixed #1508 Removal of stale code in _csv.c / pyexpat.cChristian Heimes2007-11-281-14/+0
* Fixed bug #1020 pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat)Christian Heimes2007-11-211-1/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-5/+9
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-151-2/+2
* Use unicodeNeal Norwitz2007-08-251-5/+5
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-28/+46
* SF patch# 1759016 by Joe Gregorio, who writes:Guido van Rossum2007-07-231-77/+17
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-4/+3
* Rip out the file object's implementation.Guido van Rossum2007-06-121-4/+1
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-64/+0
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-0/+1
* Get rid of the last mention of WITH_CYCLE_GC that I could find.Guido van Rossum2006-08-171-6/+0