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-16 02:11:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sqlite
History
Serhiy Storchaka
afac3c9b7e
gh-111789: Simplify the sqlite code (GH-111829)
...
Use new C API functions PyDict_GetItemRef() and PyMapping_GetOptionalItemString().
2023-11-10 20:49:24 +00:00
..
clinic
gh-111089: Revert PyUnicode_AsUTF8() changes (
#111833
)
2023-11-07 22:36:13 +00:00
blob.c
…
blob.h
…
connection.c
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
2023-11-10 21:31:36 +02:00
connection.h
…
cursor.c
gh-111789: Simplify the sqlite code (GH-111829)
2023-11-10 20:49:24 +00:00
cursor.h
…
microprotocols.c
gh-111789: Simplify the sqlite code (GH-111829)
2023-11-10 20:49:24 +00:00
microprotocols.h
…
module.c
…
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
…
row.h
…
statement.c
…
statement.h
…
util.c
…
util.h
…