cpython/Modules/_sqlite
2021-03-13 17:33:39 +02:00
..
clinic bpo-40956: Fix segfault when Connection.backup is called without target (GH-24503) 2021-02-11 01:04:02 +02:00
cache.c bpo-43269: Remove redundant extern keywords (GH-24605) 2021-02-21 12:07:49 +02:00
cache.h bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) 2021-03-13 17:33:39 +02:00
connection.c bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658) 2021-02-26 16:30:22 +02:00
connection.h
cursor.c bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723) 2021-03-04 11:50:25 +02:00
cursor.h
microprotocols.c
microprotocols.h
module.c
module.h bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) 2021-03-13 17:33:39 +02:00
prepare_protocol.c bpo-43269: Remove redundant extern keywords (GH-24605) 2021-02-21 12:07:49 +02:00
prepare_protocol.h bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) 2021-03-13 17:33:39 +02:00
row.c bpo-43269: Remove redundant extern keywords (GH-24605) 2021-02-21 12:07:49 +02:00
row.h
statement.c bpo-43269: Remove redundant extern keywords (GH-24605) 2021-02-21 12:07:49 +02:00
statement.h
util.c bpo-43290: Remove workaround from pysqlite_step() (GH-24638) 2021-02-26 01:39:34 +02:00
util.h