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-07-08 19:20:29 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
196a530e00d88a138973bf9182e013937e293f97
cpython
/
Modules
/
_sqlite
T
History
Jeroen Demeyer
196a530e00
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
..
cache.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
cache.h
…
connection.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
connection.h
…
cursor.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
cursor.h
…
microprotocols.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
microprotocols.h
…
module.c
bpo-37363: Add audit events for a range of modules (GH-14301)
2019-06-24 08:42:54 -07:00
module.h
…
prepare_protocol.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
prepare_protocol.h
…
row.c
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
2019-05-30 19:13:39 -07:00
row.h
…
statement.c
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
2019-06-26 03:16:24 +02:00
statement.h
…
util.c
…
util.h
…