cpython/Lib/sqlite3/test
Oren Milman cd66d6d632 bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333) 2017-11-08 01:57:02 -08:00
..
__init__.py
dbapi.py Issue #22340: Fix Python 3 warnings in Python 2 tests 2014-09-05 21:05:05 +02:00
dump.py #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression. 2013-01-10 21:10:40 -05:00
factory.py Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory 2016-08-29 14:29:55 +03:00
hooks.py Issue #27897: Backported tests. 2016-09-27 00:27:15 +03:00
py25tests.py Merge r73838 from py3k branch. Use the nondeprecated unittest method 2009-07-04 08:42:10 +00:00
regression.py bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333) 2017-11-08 01:57:02 -08:00
transactions.py Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
types.py Issue #29123: Make CheckSqlTimestamp more robust 2017-01-01 02:51:46 +03:00
userfunctions.py Issue #22340: Fix Python 3 warnings in Python 2 tests 2014-09-05 21:05:05 +02:00