This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-11 03:38:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sqlite
History
Erlend Egeberg Aasland
6446592c89
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (
#93926
)
...
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-06-19 21:17:28 +02:00
..
clinic
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (
#93926
)
2022-06-19 21:17:28 +02:00
blob.c
…
blob.h
…
connection.c
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (
#93926
)
2022-06-19 21:17:28 +02:00
connection.h
…
cursor.c
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (
#93526
)
2022-06-08 12:43:54 +02:00
cursor.h
…
microprotocols.c
gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (
#93830
)
2022-06-15 10:42:49 +02:00
microprotocols.h
…
module.c
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
2022-06-14 07:15:26 +03:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
…
row.h
…
statement.c
gh-79579: Improve DML query detection in sqlite3 (
#93623
)
2022-06-14 13:56:36 +02:00
statement.h
gh-92206: Improve scoping of sqlite3 statement helper (
#92260
)
2022-05-03 16:07:11 -06:00
util.c
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (
#91572
)
2022-05-04 07:16:01 -06:00
util.h
…