COMMITS
/ Modules/_sqlite/row.c October 18, 2010
G
Fix hash function type.
Georg Brandl committed
September 3, 2010
F
Welcome to the UTF-8 world.
Florent Xicluna committed
May 19, 2010
V
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite
Victor Stinner committed
March 5, 2010
G
Merged new pysqlite version 2.6.0 from trunk.
Gerhard Häring committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
August 22, 2008
C
Merged revisions 65978 via svnmerge from
Christian Heimes committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg 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
November 6, 2007
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
August 10, 2007
G
Make the sqlite tests pass.
Gerhard Häring committed
August 7, 2007
G
Kill remaining tp_print definitions.
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
January 15, 2007
T
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed