summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dbm_sqlite3.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable (#115449)Erlend E. Aasland2024-02-141-2/+5
| | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* gh-100414: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-141-0/+308
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>