cpython/Lib/sqlite3/test
2017-11-06 16:47:43 -08:00
..
__init__.py
dbapi.py bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) 2017-11-06 16:47:43 -08: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-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) 2017-11-06 16:09:49 -08:00
transactions.py
types.py
userfunctions.py