summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/util.py
Commit message (Expand)AuthorAgeFilesLines
* gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (#129913)Erlend E. Aasland2025-02-091-0/+8
* gh-129354: Use PyErr_FormatUnraisable() function (#129524)Victor Stinner2025-02-031-6/+10
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-241-1/+0
* gh-105539: Explict resource management for connection objects in sqlite3 test...Erlend E. Aasland2023-08-171-0/+78