cpython/Lib/sqlite3/test
Antoine Pitrou a6a4dc816d bpo-31370: Remove support for threads-less builds (#3385)
* Remove Setup.config
* Always define WITH_THREAD for compatibility.
2017-09-07 18:56:24 +02:00
..
__init__.py
dbapi.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
dump.py
factory.py Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory 2016-08-29 14:29:55 +03:00
hooks.py bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461) 2017-04-09 12:11:59 +03:00
regression.py Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. 2016-09-01 22:18:03 +03:00
transactions.py bpo-28518: Start a transaction implicitly before a DML statement (#245) 2017-02-26 18:22:38 +03:00
types.py Issue #29123: Make CheckSqlTimestamp more robust 2016-12-31 22:48:55 +03:00
userfunctions.py Modernize sqlite3 tests 2016-06-12 22:34:49 +03:00