This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2938c3dec99390087490124c2ef50e1592671e72
cpython
/
Modules
/
_sqlite
History
Steve Dower
e731554337
Fixes loop variables to be the same types as their limit (GH-120958)
2024-06-24 17:11:47 +01:00
..
clinic
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
2024-06-21 17:19:31 +02:00
blob.c
Fixes loop variables to be the same types as their limit (GH-120958)
2024-06-24 17:11:47 +01: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-118928: sqlite3: correctly bail if sequences of params are used with named placeholders (
#119197
)
2024-05-20 09:44:42 -04: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
…