index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_sqlite3
/
test_transactions.py
Commit message (
Expand
)
Author
Age
*
gh-108550: Speed up sqlite3 tests (#108551)
Erlend E. Aasland
2023-08-28
*
gh-105539: Explict resource management for connection objects in sqlite3 test...
Erlend E. Aasland
2023-08-17
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
*
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...
Erlend Egeberg Aasland
2022-06-21
*
gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (#93796)
Erlend Egeberg Aasland
2022-06-14
*
bpo-46425: use absolute imports in `test_sqlite3` (GH-30676)
Nikita Sobolev
2022-01-22
*
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
Erlend Egeberg Aasland
2022-01-03
*
bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)
Erlend Egeberg Aasland
2021-11-17
*
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland
2021-10-29