COMMITS
/ Modules/_sqlite/statement.c February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
September 22, 2008
G
Issue #3659: Values of string subclasses were not handled correctly when used
Gerhard Häring committed
September 13, 2008
B
Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
May 4, 2008
March 29, 2008
G
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Gerhard Häring 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 14, 2007
C
Merged revisions 59465-59487 via svnmerge from
Christian Heimes committed
November 6, 2007
B
Remove an unused local variable.
Brett Cannon committed
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 23, 2007
G
#1316: remove redundant PyLong_Check calls when PyInt_Check was already called.
Georg Brandl committed
October 8, 2007
G
Breaking ground for PEP 3137 implementation:
Guido van Rossum committed
August 29, 2007
G
Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but
Guido van Rossum committed
G
"Fix" a few places that were using PyObject_AsCharBuffer() to convert a string
Guido van Rossum committed
August 10, 2007
G
Make the sqlite tests pass.
Gerhard Häring committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
May 9, 2007
G
Use AsCharBuffer to get C strings out of Python strings.
Guido van Rossum committed
January 15, 2007
T
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters committed
G
Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.
Guido van Rossum committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed