You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner 340f712b84 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled 13 years ago
..
cache.c Issue #18701: Remove support of old CPython versions (<3.0) from C code. 13 years ago
cache.h Welcome to the UTF-8 world. 16 years ago
connection.c (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled 13 years ago
connection.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
cursor.c Issue #18701: Remove support of old CPython versions (<3.0) from C code. 13 years ago
cursor.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
microprotocols.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
microprotocols.h Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. 18 years ago
module.c Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options. 13 years ago
module.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
prepare_protocol.c Issue #18701: Remove support of old CPython versions (<3.0) from C code. 13 years ago
prepare_protocol.h Welcome to the UTF-8 world. 16 years ago
row.c Issue #18701: Remove support of old CPython versions (<3.0) from C code. 13 years ago
row.h Welcome to the UTF-8 world. 16 years ago
statement.c Issue #18701: Remove support of old CPython versions (<3.0) from C code. 13 years ago
statement.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
util.c Fix compilater warnings on Windows 64-bit 13 years ago
util.h Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, 13 years ago