cpython/Modules/_sqlite
Alexandre Vassalotti 1839bac796 Forward port r64930.
Fix one more case in cursor.c.
2008-07-13 21:57:48 +00:00
..
cache.c Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
cache.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
connection.c Forward port r64930. 2008-07-13 21:57:48 +00:00
connection.h Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00
cursor.c Forward port r64930. 2008-07-13 21:57:48 +00:00
cursor.h Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from 2008-06-10 17:40:04 +00:00
microprotocols.c Merged revisions 53304-53433,53435-53450 via svnmerge from 2007-01-15 15:49:28 +00:00
microprotocols.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
module.c Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from 2008-07-02 17:30:14 +00:00
module.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
prepare_protocol.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 2007-12-19 02:45:37 +00:00
prepare_protocol.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
row.c Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 2008-05-04 22:42:01 +00:00
row.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
sqlitecompat.h Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
statement.c Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00
statement.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
util.c Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00
util.h Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally 2008-03-29 00:45:29 +00:00