summaryrefslogtreecommitdiff
path: root/Modules/_elementtree.c
Commit message (Expand)AuthorAgeFilesLines
* 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