summaryrefslogtreecommitdiff
path: root/Lib/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...Oren Milman2017-11-081-0/+3
* bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...Miss Islington (bot)2017-11-061-0/+18
* revert dd13098a5dc2 (#29006, #10513)Benjamin Peterson2017-01-161-0/+30
* revert 030e100f048a (#29006, #10513)Benjamin Peterson2017-01-111-30/+0
* Issue #29123: Make CheckSqlTimestamp more robustBerker Peksag2017-01-011-2/+1
* Issue #27897: Backported tests.Serhiy Storchaka2016-09-271-0/+22
* Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+17
* Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-261-0/+30
* English spelling and grammar fixesMartin Panter2016-07-111-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-2/+2
* Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with fakedSerhiy Storchaka2015-05-221-0/+8
* Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-111-0/+10
* Issue #22340: Fix Python 3 warnings in Python 2 testsVictor Stinner2014-09-053-11/+23
* Issue #10203: sqlite3.Row now truly supports sequence protocol. In particularSerhiy Storchaka2014-05-282-3/+33
* weaken callback count inequality (closes #20901)Benjamin Peterson2014-03-121-1/+1
* add missing test assertion (closes #20080)Benjamin Peterson2014-02-151-0/+1
* Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-191-0/+5
* Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-172-30/+20
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-172-3/+5
* Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-262-4/+13
* Issue #14720: sqlite3: Convert datetime microseconds correctlyPetri Lehtinen2013-02-232-2/+19
* Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-072-12/+67
* #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression.R David Murray2013-01-102-3/+5
* #15545: sort iterdump via SQL instead of in python codeR David Murray2013-01-102-1/+23
* sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-211-0/+18
* Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-171-3/+3
* Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotesPetri Lehtinen2012-02-122-22/+36
* Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-061-0/+22
* sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-012-1/+47
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-212-3/+3
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+5
* sqlite3: Fix a segfault on calling a connection with something else than aVictor Stinner2010-03-131-7/+12
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-054-17/+252
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-032-5/+5
* #6026 - fix tests that failed without zlibEzio Melotti2009-09-121-1/+7
* Merge r73838 from py3k branch. Use the nondeprecated unittest methodGregory P. Smith2009-07-048-155/+155
* Remove usage of apply() in sqlite3 to silence warnings under -3.Brett Cannon2008-08-041-3/+3
* #3312: fix two sqlite3 crashes.Georg Brandl2008-07-161-0/+14
* Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A...Gerhard Häring2008-05-311-0/+9
* Implemented feature request 2157: Converter names are cut off at '('Gerhard Häring2008-05-041-1/+16
* Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. TheGerhard Häring2008-05-041-0/+20
* Prevent test_sqlite from hanging on older versions of sqlite.Neal Norwitz2008-04-051-0/+8
* These svn adds were forgotten in r62000Gregory P. Smith2008-03-282-0/+115
* Update sqlite3 module to match current version of pysqlite.Gerhard Häring2008-03-282-2/+2
* Catch OSError when trying to remove a file in case removal fails. ThisNeal Norwitz2008-03-051-2/+5
* Made sqlite3 module's regression tests work with SQLite versions that don'tGerhard Häring2008-03-021-2/+3
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-296-11/+295
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Fix an odd error which would only occur close to new year's eve, dueGuido van Rossum2008-01-011-2/+1
* Merged changes from standalone version 2.3.3. This should probably all beGerhard Häring2007-01-144-6/+56