cpython/Modules/_sqlite
Guido van Rossum 3cf5b1eef9 Get rid of most of the flags (in tp_flags) that keep track of various
variations of the type struct and its attachments.  In Py3k, all type
structs have to have all fields -- no binary backwards compatibility.
Had to change the complex object to a new-style number!
2006-07-27 21:53:35 +00:00
..
cache.c
cache.h
connection.c
connection.h
cursor.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
cursor.h
microprotocols.c
microprotocols.h
module.c Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 2006-06-08 14:42:34 +00:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
sqlitecompat.h
statement.c Get rid of most of the flags (in tp_flags) that keep track of various 2006-07-27 21:53:35 +00:00
statement.h
util.c
util.h