cpython/Modules/_sqlite
Guido van Rossum 523d4f942c Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.
Clarify some OverflowError messages from the various PyLong_AsXXX methods.
2007-01-15 00:31:49 +00:00
..
cache.c
cache.h
connection.c Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
connection.h
cursor.c Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
cursor.h
microprotocols.c
microprotocols.h
module.c Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
module.h Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
prepare_protocol.c
prepare_protocol.h
row.c
row.h
sqlitecompat.h
statement.c Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. 2007-01-15 00:31:49 +00:00
statement.h
util.c Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
util.h Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00