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-12 15:39:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
200e00a90441f0ee40a71306256774feb0beca7b
cpython
/
Modules
/
_sqlite
T
History
Gerhard Haering
936d518dc8
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2011-05-09 12:24:09 +02:00
..
cache.c
…
cache.h
…
connection.c
Issue
#11688
: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff.
2011-04-04 00:12:04 +02:00
connection.h
#11565
: Merge with 3.1.
2011-03-16 11:35:38 +02:00
cursor.c
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2011-05-09 12:24:09 +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
…
microprotocols.h
…
module.c
Merged revisions 88337 via svnmerge from
2011-02-04 20:30:30 +00:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Fix hash function type.
2010-10-18 12:24:53 +00: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
…