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-05-13 07:59:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
55decb72c4d2e4ea00ed13da5dd0fd22cecb9083
cpython
/
Modules
/
_sqlite
T
History
Irit Katriel
2db23d10bf
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (
#102196
)
2023-02-24 21:43:03 +00:00
..
clinic
gh-101409: Improve generated clinic code for self type checks (
#101411
)
2023-01-31 21:42:03 +01:00
blob.c
…
blob.h
…
connection.c
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (
#102196
)
2023-02-24 21:43:03 +00:00
connection.h
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (
#93823
)
2022-11-12 23:44:41 +01:00
cursor.c
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (
#102196
)
2023-02-24 21:43:03 +00:00
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (
#93823
)
2022-11-12 23:44:41 +01:00
module.h
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (
#93823
)
2022-11-12 23:44:41 +01:00
prepare_protocol.c
…
prepare_protocol.h
…
row.c
…
row.h
…
statement.c
…
statement.h
…
util.c
…
util.h
…