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-12 22:53:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sqlite
History
Erlend Egeberg Aasland
b2077117d1
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
2022-02-17 00:24:44 +09:00
..
clinic
…
connection.c
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
2022-02-17 00:24:44 +09:00
connection.h
…
cursor.c
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
2022-02-17 00:24:44 +09:00
cursor.h
bpo-44092: Remove unused member
reset
from
sqlite3.Cursor
(GH-30377)
2022-01-03 15:47:16 -08:00
microprotocols.c
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
2022-02-17 00:24:44 +09:00
microprotocols.h
…
module.c
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
2022-02-17 00:24:44 +09:00
module.h
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
2022-02-17 00:24:44 +09:00
prepare_protocol.c
…
prepare_protocol.h
…
row.c
…
row.h
…
statement.c
bpo-43853: Expand test suite for SQLite UDF's (GH-27642)
2022-01-26 08:26:16 -08:00
statement.h
…
util.c
…
util.h
…