cpython/Modules/_sqlite
Victor Stinner 09e4697ad1 Merged revisions 78899 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78899 | victor.stinner | 2010-03-13 04:28:34 +0100 (sam., 13 mars 2010) | 14 lines

  Merged revisions 78898 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78898 | victor.stinner | 2010-03-13 04:27:07 +0100 (sam., 13 mars 2010) | 7 lines

    sqlite3: Fix a segfault on calling a connection with something else than a
    string. Initialize all attributes to be able to call the statement destructor
    on error.

    Avoid also a duplicate connection in some tests: setUp() does already open a
    connection (":memory:").
  ........
................
2010-03-21 20:29:20 +00:00
..
cache.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +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 Merged revisions 78899 via svnmerge from 2010-03-21 20:29:20 +00:00
connection.h Renamed PyString to PyBytes 2008-05-26 13:28:38 +00:00
cursor.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +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 66394,66404,66412,66414,66424-66436 via svnmerge from 2008-09-13 15:58:53 +00:00
microprotocols.h Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from 2008-09-13 15:58:53 +00:00
module.c Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. 2009-04-05 11:47:34 +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 Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +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 Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +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 Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +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 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from 2008-09-13 15:58:53 +00:00
util.h Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from 2008-09-13 15:58:53 +00:00