cpython/Modules/_sqlite
Georg Brandl f558d2e5f5 #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods. 2008-01-19 20:53:07 +00:00
..
cache.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 2007-12-19 02:37:44 +00:00
cache.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
connection.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 2007-12-19 02:37:44 +00:00
connection.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
cursor.c #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods. 2008-01-19 20:53:07 +00:00
cursor.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
microprotocols.c Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
microprotocols.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
module.c Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
module.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
prepare_protocol.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 2007-12-19 02:37:44 +00:00
prepare_protocol.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
row.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 2007-12-19 02:37:44 +00:00
row.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
sqlitecompat.h Update to pysqlite 2.2.0 2006-04-04 06:29:05 +00:00
statement.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 2007-12-19 02:37:44 +00:00
statement.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
util.c Forward-port of commit 59184. 2007-12-11 21:07:40 +00:00
util.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00