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
b075cc0d760650ec4b65184faa9b6eebb1c1f8b2
cpython
/
Modules
/
_sqlite
T
History
Victor Stinner
cb1f74ec40
Issue
#20026
: Fix the sqlite module to handle correctly invalid isolation level
...
(wrong type).
2013-12-19 16:38:03 +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
Issue
#20026
: Fix the sqlite module to handle correctly invalid isolation level
2013-12-19 16:38:03 +01:00
connection.h
Undocument and clean up sqlite3.OptimizedUnicode
2012-02-09 21:09:03 +02:00
cursor.c
Issue
#17857
: Prevent build failures with pre-3.5.0 versions of sqlite3,
2013-04-28 14:10:27 +03:00
cursor.h
Issue
#10811
: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
2012-02-06 22:04:18 +02:00
microprotocols.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
microprotocols.h
…
module.c
Undocument and clean up sqlite3.OptimizedUnicode
2012-02-09 21:09:03 +02:00
module.h
Undocument and clean up sqlite3.OptimizedUnicode
2012-02-09 21:09:03 +02:00
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
#17073
: Fix some integer overflows in sqlite3 module.
2013-02-07 17:03:46 +02:00
statement.h
Undocument and clean up sqlite3.OptimizedUnicode
2012-02-09 21:09:03 +02:00
util.c
Issue
#17857
: Prevent build failures with pre-3.5.0 versions of sqlite3,
2013-04-28 14:10:27 +03:00
util.h
Issue
#17857
: Prevent build failures with pre-3.5.0 versions of sqlite3,
2013-04-28 14:10:27 +03:00