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-21 22:44:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sqlite
History
Serhiy Storchaka
228b12edcc
Issue
#28999
: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
...
possible. Patch is writen with Coccinelle.
2017-01-23 09:47:21 +02:00
..
cache.c
Issue
#28959
: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
2016-12-16 16:18:57 +02:00
cache.h
…
connection.c
Issue
#28999
: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
2017-01-23 09:47:21 +02:00
connection.h
…
cursor.c
…
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
Issue
#28985
: Update authorizer constants in sqlite3 module
2017-01-02 06:38:10 +03:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Added the const qualifier to char* variables that refer to readonly internal
2016-11-20 10:16:47 +02:00
row.h
…
statement.c
Added the const qualifier to char* variables that refer to readonly internal
2016-11-20 10:16:47 +02:00
statement.h
…
util.c
…
util.h
…