COMMITS
/ Modules/_sqlite/cursor.c 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