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-17 01:49:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc757925944a9486d4244853dbe6e37ab3e560c2
cpython
/
Modules
/
_sqlite
T
History
Hugo van Kemenade
a019347947
gh-118924: Remove
sqlite3.version
and
sqlite3.version_info
(
#118925
)
2024-05-10 20:42:34 +00:00
..
clinic
gh-117613: Argument Clinic: ensure that 'defining_class' params are positional-only (
#117781
)
2024-04-16 09:52:45 +00:00
blob.c
gh-111926: Make weakrefs thread-safe in free-threaded builds (
#117168
)
2024-04-08 10:58:38 -04:00
blob.h
…
connection.c
gh-118406: Add signature for sqlite3.Connection objects (
#118428
)
2024-04-30 19:58:22 +00:00
connection.h
…
cursor.c
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (
#118001
)
2024-04-22 08:43:20 +02: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
gh-118924: Remove
sqlite3.version
and
sqlite3.version_info
(
#118925
)
2024-05-10 20:42:34 +00:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
gh-110964: Remove private _PyArg functions (
#110966
)
2023-10-17 14:30:31 +02:00
row.h
…
statement.c
…
statement.h
…
util.c
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions (GH-114886)
2024-02-12 20:13:13 +00:00
util.h
…