cpython/Lib/sqlite3
Victor Stinner 9b05700ed3 Merged revisions 80349 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80349 | victor.stinner | 2010-04-22 13:23:23 +0200 (jeu., 22 avril 2010) | 3 lines

  Issue #8195: Fix a crash in sqlite Connection.create_collation() if the
  collation name contains a surrogate character.
........
2010-04-22 11:24:50 +00:00
..
test Merged revisions 80349 via svnmerge from 2010-04-22 11:24:50 +00:00
__init__.py Quite a few fixes to make the library and test suite more robust when 2006-08-17 20:24:18 +00:00
dbapi2.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
dump.py Added missing files for new iterdump method. 2008-03-29 00:41:18 +00:00