cpython/Lib/sqlite3/test
2017-11-06 16:01:47 -08: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
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 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968) 2017-11-06 16:01:47 -08:00
transactions.py bpo-28518: Start a transaction implicitly before a DML statement (#245) 2017-02-26 18:22:38 +03:00
types.py
userfunctions.py