0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules/_sqlite
Serhiy Storchaka 228b12edcc Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
possible.  Patch is writen with Coccinelle.
2017-01-23 09:47:21 +02:00
..
cache.c Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 2016-12-16 16:18:57 +02:00
cache.h
connection.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 09:47:21 +02:00
connection.h
cursor.c
cursor.h
microprotocols.c
microprotocols.h
module.c Issue #28985: Update authorizer constants in sqlite3 module 2017-01-02 06:38:10 +03:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
row.h
statement.c Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
statement.h
util.c
util.h