summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-10/+3
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-3/+10
* Fix Windows test skip error revealed by buildbot. Also a comment spellingR. David Murray2009-03-311-1/+1
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-5/+4
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+3
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* Accept patch issue2426 by Paul Kippes (kippesp).Gregory P. Smith2008-03-281-2/+3
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-291-3/+3
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-2/+3
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+16