datasette/datasette/utils
Simon Willison 266eaddb73
Fix remaining pytest warnings (#2928)
- Close in-memory database connections, including reads opened on threads
- Close completed and partial file upload file handles
- Close SQLite connections and file handles owned by tests
2026-09-16 14:50:06 -07:00
..
__init__.py Redact configuration keys case-insensitively 2026-09-08 21:16:35 -07:00
actions_sql.py Match table permission identities using SQLite case semantics 2026-09-09 08:39:03 -07:00
asgi.py Make request header lookups case-insensitive 2026-09-16 10:27:35 -07:00
baseconv.py Upgrade to ruff>=0.16.0 (#2857) 2026-07-25 15:47:08 -07:00
check_callable.py Upgrade to ruff>=0.16.0 (#2857) 2026-07-25 15:47:08 -07:00
internal_db.py Upgrade to ruff>=0.16.0 (#2857) 2026-07-25 15:47:08 -07:00
multipart.py Fix remaining pytest warnings (#2928) 2026-09-16 14:50:06 -07:00
permissions.py Upgrade to ruff>=0.16.0 (#2857) 2026-07-25 15:47:08 -07:00
shutil_backport.py Upgrade to ruff>=0.16.0 (#2857) 2026-07-25 15:47:08 -07:00
sql_analysis.py Fix CREATE VIEW analysis on Python 3.10 2026-09-08 10:49:52 -07:00
sqlite.py Limit derived-table permissions to one source hop 2026-09-10 16:52:52 -07:00
testing.py Migrate from httpx to httpx2, closes #2879 2026-09-10 19:44:49 -07:00