cpython/Modules/_sqlite
Zackery Spytz f347c6eb75 bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249)
(cherry picked from commit 842acaab13)
2018-12-20 19:38:52 +02:00
..
cache.c
cache.h
connection.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249) 2018-12-20 19:38:52 +02:00
connection.h English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
cursor.c [2.7] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8217) 2018-07-09 22:36:49 -07:00
cursor.h
microprotocols.c
microprotocols.h
module.c [2.7] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8217) 2018-07-09 22:36:49 -07:00
module.h [2.7] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8217) 2018-07-09 22:36:49 -07:00
prepare_protocol.c
prepare_protocol.h
row.c
row.h
sqlitecompat.h
statement.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
statement.h
util.c Fix compilation warnings on Windows (GH-8627) 2018-08-02 18:02:59 +02:00
util.h