History log of /external/python/cpython2/Lib/test/test_sqlite.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4f46e129294c686ef1effdd89c459bd9a624e6d 07-Feb-2010 Georg Brandl <georg@python.org> Remove unused imports in test modules.
/external/python/cpython2/Lib/test/test_sqlite.py
ce8e33a095030e7af94f58f9da196b240bdf0476 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Reverting the Revision: 77368. I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
/external/python/cpython2/Lib/test/test_sqlite.py
3ddc435af6873c6304058d7bcbcb19ee4fba7781 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
/external/python/cpython2/Lib/test/test_sqlite.py
840ac926c572caa7656449aa1e815660e69f7713 01-Apr-2009 R. David Murray <rdmurray@bitdance.com> Fix Windows test skip error revealed by buildbot. Also a comment spelling
correction in a previously fixed test.
/external/python/cpython2/Lib/test/test_sqlite.py
3db8a3432bd84b58bdc7da2c9872777c537a4d09 31-Mar-2009 R. David Murray <rdmurray@bitdance.com> Change more tests to use import_module for the modules that
should cause tests to be skipped. Also rename import_function
to the more descriptive get_attribute and add a docstring.
/external/python/cpython2/Lib/test/test_sqlite.py
bec087f29d7dca0aaf8f51be7d7c135e9b84e7f1 26-Mar-2009 Benjamin Peterson <benjamin@python.org> fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
/external/python/cpython2/Lib/test/test_sqlite.py
888a39b54c4f47ee25d53b157e2c50402627cd0b 26-Mar-2009 Benjamin Peterson <benjamin@python.org> remove test_support.TestSkipped and just use unittest.SkipTest
/external/python/cpython2/Lib/test/test_sqlite.py
b9803421d231fc66489eafb45f6ae440010cacfc 28-Mar-2008 Gregory P. Smith <greg@mad-scientist.com> Accept patch issue2426 by Paul Kippes (kippesp).

Adds sqlite3.Connection.iterdump to allow dumping of databases.
/external/python/cpython2/Lib/test/test_sqlite.py
1cc60ed214d83b1901a9e68782559c18f705ff07 29-Feb-2008 Gerhard Häring <gh@ghaering.de> Updated to pysqlite 2.4.1. Documentation additions will come later.
/external/python/cpython2/Lib/test/test_sqlite.py
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Lib/test/test_sqlite.py
3e99c0ad649de0393d9a8af17f34d9d1f55f4ab2 23-Apr-2006 Gerhard Häring <gh@ghaering.de> Updated the sqlite3 module to the external pysqlite 2.2.2 version.
/external/python/cpython2/Lib/test/test_sqlite.py
c51ee69b27a35bb45e501766dd33674eae7ddb30 01-Apr-2006 Anthony Baxter <anthonybaxter@gmail.com> merged the sqlite-integration branch.
This is based on pysqlite2.1.3, and provides a DB-API interface in
the standard library. You'll need sqlite 3.2.2 or later to build
this - if you have an earlier version, the C extension module will
not be built.
/external/python/cpython2/Lib/test/test_sqlite.py