This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-02 08:02:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
178d79ae67
cpython
/
Lib
/
sqlite3
History
Download ZIP
Download TAR.GZ
Erlend Egeberg Aasland
178d79ae67
[3.10] gh-89301: Fix regression with bound values in traced SQLite statements (
#92147
)
...
(cherry picked from commit
721aa96540
)
2022-05-02 10:21:13 -06:00
..
test
[3.10] gh-89301: Fix regression with bound values in traced SQLite statements (
#92147
)
2022-05-02 10:21:13 -06:00
__init__.py
Fix typo in the sqlite3 docs (GH-31915) (GH-32157)
2022-03-28 21:21:27 -07:00
dbapi2.py
bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
2021-01-09 13:25:55 +02:00
dump.py