summaryrefslogtreecommitdiffstats
path: root/Modules/_elementtree.c
Commit message (Expand)AuthorAgeFilesLines
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-1/+1
* Fix repr of tree Element on windows.Florent Xicluna2010-03-111-7/+8
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...Florent Xicluna2010-03-111-253/+506
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-26/+26
* Renamed PyString to PyBytesChristian Heimes2008-05-261-26/+26
* Coverity issue CID #182Christian Heimes2008-01-181-0/+10
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-6/+6
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-6/+6
* SF#1534630Fredrik Lundh2006-08-161-1/+5
* Klocwork made another run and found a bunch more problems.Neal Norwitz2006-08-121-1/+1
* Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).Trent Mick2006-06-191-2/+2
* Fix some Py_ssize_t issuesNeal Norwitz2006-06-121-5/+6
* "_self" is a said to be a reserved word in Watcom C 10.6. I'mFredrik Lundh2006-06-031-2/+2
* Fix problems found by Coverity.Neal Norwitz2006-05-101-1/+3
* 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