This website requires JavaScript.
Explore
Help
Sign In
1berry
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_sqlite
History
Martin v. Löwis
bd928fef42
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
..
cache.c
…
cache.h
…
connection.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
connection.h
#11565
: Merge with 3.1.
2011-03-16 11:35:38 +02:00
cursor.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
cursor.h
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2011-05-09 12:24:09 +02:00
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
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
statement.h
…
util.c
…
util.h
…