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
ec6dfcffa05414e7ee29cfe88551a3d3dcdaafdc
cpython
/
Modules
/
_sqlite
T
History
Petri Lehtinen
8b24506534
Merge branch '3.2'
...
Closes
#8033
.
2012-02-21 13:59:40 +02:00
..
cache.c
…
cache.h
…
connection.c
Merge branch '3.2'
2012-02-21 13:59:40 +02:00
connection.h
Undocument and clean up sqlite3.OptimizedUnicode
2012-02-09 21:09:03 +02:00
cursor.c
Undocument and clean up sqlite3.OptimizedUnicode
2012-02-09 21:09:03 +02: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
…
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
…
row.h
…
sqlitecompat.h
…
statement.c
Undocument and clean up sqlite3.OptimizedUnicode
2012-02-09 21:09:03 +02:00
statement.h
Undocument and clean up sqlite3.OptimizedUnicode
2012-02-09 21:09:03 +02:00
util.c
…
util.h
…