cpython/Modules/_sqlite
Serhiy Storchaka 26861b0b29 Issue #23450: Fixed possible integer overflows. 2015-02-16 20:52:17 +02:00
..
cache.c
cache.h
connection.c Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 2015-02-03 01:21:08 +02:00
connection.h Undocument and clean up sqlite3.OptimizedUnicode 2012-02-09 21:09:03 +02:00
cursor.c Issue #22218: Fix "comparison between signed and unsigned integers" warning in 2014-08-17 21:09:30 +02:00
cursor.h
microprotocols.c
microprotocols.h
module.c
module.h
prepare_protocol.c
prepare_protocol.h
row.c Issue #23450: Fixed possible integer overflows. 2015-02-16 20:52:17 +02:00
row.h
statement.c Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 2015-02-03 01:21:08 +02:00
statement.h
util.c
util.h