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 Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
cache.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
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 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 2012-02-06 22:04:00 +02:00
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 Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
prepare_protocol.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
row.c Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked 2015-05-22 11:00:40 +03:00
row.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
sqlitecompat.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
statement.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
statement.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
util.c Fix compilation warnings on Windows (GH-8627) 2018-08-02 18:02:59 +02:00
util.h Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, 2013-04-28 14:09:47 +03:00