This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 22:55:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
sqlite3
/
test
History
Erlend Egeberg Aasland
a1f401a58b
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
2020-11-17 17:55:12 +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-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
2020-09-17 10:35:44 +03:00
dump.py
…
factory.py
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
2020-11-17 17:55:12 +02:00
hooks.py
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
2020-09-07 22:26:54 +01: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
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
2020-05-29 02:27:31 +03:00