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-07-03 16:26:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3fedfcf19b86b4e95fd0b0fd089479ffad70e4c6
cpython
/
Modules
/
_sqlite
T
History
Erlend E. Aasland
f07adf82f3
gh-90928: Improve static initialization of keywords tuple in AC (
#95907
)
2022-08-13 12:09:40 +02:00
..
clinic
gh-90928: Improve static initialization of keywords tuple in AC (
#95907
)
2022-08-13 12:09:40 +02:00
blob.c
…
blob.h
…
connection.c
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (
#95146
)
2022-07-23 09:51:28 +02:00
connection.h
…
cursor.c
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (
#25984
)
2022-06-27 09:58:56 +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-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (
#95146
)
2022-07-23 09:51:28 +02:00
module.h
…
prepare_protocol.c
gh-94321: Document sqlite3.PrepareProtocol (
#94620
)
2022-07-08 00:33:17 +02:00
prepare_protocol.h
…
row.c
…
row.h
…
statement.c
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (
#25984
)
2022-06-27 09:58:56 +02:00
statement.h
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (
#25984
)
2022-06-27 09:58:56 +02:00
util.c
…
util.h
…