summaryrefslogtreecommitdiffstats
path: root/Modules/_elementtree.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #16922: fixed findtext() to return empty Unicode string instead of empt...Eli Bendersky2013-01-131-1/+1
* Raise ImportError if pyexpat's version is incompatibleEli Bendersky2012-07-211-4/+7
* ISsue #14988: restore Python 2's behavior of raising ImportError when unable ...Eli Bendersky2012-07-171-0/+2
* Closes #2892: preserve iterparse events in case of SyntaxError.Florent Xicluna2011-11-011-15/+23
* Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-24/+23
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-2/+2
* Issue #10093: ResourceWarnings are now issued when files and sockets areAntoine Pitrou2010-10-291-11/+21
* Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99Alexander Belopolsky2010-08-111-14/+14
* Fix a crash in _elementtree related to lone unicode surrogates.Victor Stinner2010-03-221-0/+2
* Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-255/+540
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-3/+3
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-4/+5
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-2/+2
* #3247: Get rid of Py_FindMethod:Amaury Forgeot d'Arc2008-07-021-30/+82
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+24
* Renamed PyString to PyBytesChristian Heimes2008-05-261-21/+21
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-0/+10
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-6/+6
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* SF patch # 1769767, get test_xml_etree_c working. More conversions are proba...Neal Norwitz2007-08-081-42/+12
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-12/+12
* Add a format specifier %R to PyUnicode_FromFormat(), which embedsWalter Dörwald2007-05-191-11/+1
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-3/+3
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-33/+0
* Cruft removal:Neal Norwitz2006-12-281-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-2/+6
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-7/+8
* Merge the rest of the trunk.Thomas Wouters2006-06-081-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+3
* Finish getting rid of statichere/staticforwardNeal Norwitz2006-03-221-6/+6
* merged with cElementTree development trunk (1.0.6 snapshot):Fredrik Lundh2006-03-121-32/+60
* More unconsting.Martin v. Löwis2006-02-271-7/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-151-11/+18
* Check return results for errorsNeal Norwitz2006-02-071-0/+5
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* SF#1389809Fredrik Lundh2005-12-251-1/+1
* Fixed None reference leaks in TreeBuilder class (reported by NealFredrik Lundh2005-12-181-0/+4
* Fixed reference counting error when using the entity dictionaryFredrik Lundh2005-12-171-1/+0
* updating to cElementTree 1.0.5 (step 3 of 3)Fredrik Lundh2005-12-161-4/+7
* updating to cElementTree 1.0.5 (step 2 of 3)Fredrik Lundh2005-12-161-0/+2766
* updating to cElementTree 1.0.5Fredrik Lundh2005-12-161-2723/+0
* added PSG licensing blurbFredrik Lundh2005-12-141-0/+3
* renamed to _elementtree (for Python 2.5)Fredrik Lundh2005-12-141-4/+4
* copied cElementTree 1.0.4 to ModulesFredrik Lundh2005-12-141-0/+2720