cpython/Lib/sqlite3/test
Serhiy Storchaka 80cb186b49 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked
cursor type.
2015-05-22 11:00:40 +03: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 #24257: Fixed segmentation fault in sqlite3.Row constructor with faked 2015-05-22 11:00:40 +03:00
hooks.py weaken callback count inequality (closes #20901) 2014-03-12 21:51:52 -05:00
py25tests.py Merge r73838 from py3k branch. Use the nondeprecated unittest method 2009-07-04 08:42:10 +00:00
regression.py Issue #21147: sqlite3 now raises an exception if the request contains a null 2014-09-11 13:27:19 +03:00
transactions.py Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
types.py Issue #22340: Fix Python 3 warnings in Python 2 tests 2014-09-05 21:05:05 +02:00
userfunctions.py Issue #22340: Fix Python 3 warnings in Python 2 tests 2014-09-05 21:05:05 +02:00