COMMITS
/ Modules/_elementtree.c February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 2, 2008
A
#3247: Get rid of Py_FindMethod:
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
January 18, 2008
C
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
August 8, 2007
N
SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed.
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
May 19, 2007
W
Add a format specifier %R to PyUnicode_FromFormat(), which embeds
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
December 28, 2006
N
Cruft removal:
Neal Norwitz committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
March 22, 2006
N
Finish getting rid of statichere/staticforward
Neal Norwitz committed
March 12, 2006
F
merged with cElementTree development trunk (1.0.6 snapshot):
Fredrik Lundh committed
February 27, 2006
M
More unconsting.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
February 7, 2006
N
Check return results for errors
Neal Norwitz committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
December 25, 2005
F
SF#1389809
Fredrik Lundh committed
December 18, 2005
F
Fixed None reference leaks in TreeBuilder class (reported by Neal
Fredrik Lundh committed
December 17, 2005
F
Fixed reference counting error when using the entity dictionary
Fredrik Lundh committed
December 16, 2005
F
updating to cElementTree 1.0.5 (step 3 of 3)
Fredrik Lundh committed
F
updating to cElementTree 1.0.5 (step 2 of 3)
Fredrik Lundh committed
F
updating to cElementTree 1.0.5
Fredrik Lundh committed
December 14, 2005
F
added PSG licensing blurb
Fredrik Lundh committed
F
renamed to _elementtree (for Python 2.5)
Fredrik Lundh committed
F
copied cElementTree 1.0.4 to Modules
Fredrik Lundh committed