This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-22 04:13:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe9f446afe46bd716592eda9fa2af8d9f46bbce4
cpython
/
Lib
/
sqlite3
/
test
T
History
Erlend Egeberg Aasland
ddb5e11683
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
2021-01-06 02:36:04 +02:00
..
__init__.py
…
backup.py
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
2020-09-19 20:40:46 -07:00
dbapi.py
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
2021-01-06 02:36:04 +02:00
dump.py
…
factory.py
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
2020-11-17 17:55:12 +02:00
hooks.py
bpo-40810: Require SQLite 3.7.15 (GH-24106)
2021-01-06 02:02:43 +02:00
regression.py
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
2020-09-17 10:35:44 +03:00
transactions.py
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
2020-09-07 22:26:54 +01:00
types.py
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
2020-09-07 22:26:54 +01:00
userfunctions.py
…