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 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
cache.h Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
connection.c Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
connection.h Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
cursor.c Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
cursor.h Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
microprotocols.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
microprotocols.h Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
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 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
prepare_protocol.h Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
row.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
row.h Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
sqlitecompat.h Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
statement.c Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. 2007-01-15 00:31:49 +00:00
statement.h Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
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