This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-10 04:45:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
3.11
cpython
/
Modules
/
_sqlite
/
clinic
History
Download ZIP
Download TAR.GZ
Exact
Exact
Union
RegExp
Erlend E. Aasland
681d5028bd
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (
#103902
) (
#104285
)
2023-05-08 08:41:34 +00:00
..
blob.c.h
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
connection.c.h
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (
#103902
) (
#104285
)
2023-05-08 08:41:34 +00:00
cursor.c.h
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
module.c.h
[3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (GH-95146) (
#95158
)
2022-07-23 10:23:19 +02:00
row.c.h
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03:00