COMMITS
/ Modules/_sqlite/cursor.c 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
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 13, 2008
A
Forward port r64930.
Alexandre Vassalotti committed
June 10, 2008
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
Moved DECREF to correct place to get rid of leaked references.
Gerhard Häring committed
G
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Gerhard Häring committed
February 29, 2008
G
January 20, 2008
C
Merged revisions 60094-60123 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 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 22, 2007
B
Make str/str8 comparisons return True/False for !=/==.
Brett Cannon committed
October 8, 2007
N
Remove unused variables
Neal Norwitz committed
G
Breaking ground for PEP 3137 implementation:
Guido van Rossum committed
August 29, 2007
G
Straggler (forgot to save this earlier).
Guido van Rossum committed
G
"Fix" a few places that were using PyObject_AsCharBuffer() to convert a string
Guido van Rossum committed
August 11, 2007
G
A few sqlite files were still using RO instead of READONLY.
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
June 13, 2007
G
Shut up compiler warnings.
Guido van Rossum 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
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters 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