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
bfebb7b54a50f01104f7b6169de77f7fc8feb912
cpython
/
Modules
/
_sqlite
T
History
Amaury Forgeot d'Arc
864741b2c7
Issue
#13350
: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
2011-11-06 15:10:48 +01:00
..
cache.c
Issue
#13350
: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
2011-11-06 15:10:48 +01:00
cache.h
…
connection.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
connection.h
…
cursor.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
cursor.h
…
microprotocols.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
microprotocols.h
…
module.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
2011-08-10 20:28:54 -05:00
row.h
…
sqlitecompat.h
…
statement.c
…
statement.h
…
util.c
…
util.h
…