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-11 07:00:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
70af06cdc4e8fbee0b9d7d46bdc193097d4bc71f
cpython
/
Modules
/
_sqlite
T
History
Takuya Akiba
030345c0bf
Fix error message in sqlite connection thread check. (GH-6028)
2018-03-26 18:14:00 +03:00
..
cache.c
…
cache.h
…
connection.c
Fix error message in sqlite connection thread check. (GH-6028)
2018-03-26 18:14:00 +03:00
connection.h
…
cursor.c
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (
#3958
)
2017-11-06 16:09:49 -08:00
cursor.h
…
microprotocols.c
closes bpo-32460: ensure all non-static globals have initializers (
#5061
)
2017-12-31 10:04:13 -08:00
microprotocols.h
closes bpo-32460: ensure all non-static globals have initializers (
#5061
)
2017-12-31 10:04:13 -08:00
module.c
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
2018-03-11 01:08:31 +03:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
…
row.h
…
statement.c
…
statement.h
…
util.c
…
util.h
…