COMMITS
/ Modules/_sqlite/connection.c February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson 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
July 23, 2008
July 13, 2008
A
Forward port r64930.
Alexandre Vassalotti committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
March 29, 2008
G
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Gerhard Häring committed
March 28, 2008
C
Merged revisions 61981,61984-61987,61992-61993,61997-62000 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
November 25, 2007
G
#1480: fix refleak in the sqlite module.
Georg Brandl committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 27, 2007
N
Use unicode in more places. Fixes a problem with str8 + str in test.
Neal Norwitz committed
October 8, 2007
N
Remove unused variables
Neal Norwitz committed
G
Breaking ground for PEP 3137 implementation:
Guido van Rossum committed
August 11, 2007
G
Fix automatic replacing mistake.
Georg Brandl committed
G
A few sqlite files were still using RO instead of READONLY.
Guido van Rossum committed
August 10, 2007
G
Fix a bit of code that wasn't converted properly, causing a segfault.
Guido van Rossum committed
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
January 15, 2007
T
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters 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