index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_sqlite
Commit message (
Expand
)
Author
Age
Files
Lines
*
consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
Benjamin Peterson
2017-09-14
2
-2/+2
*
revert dd13098a5dc2 (#29006, #10513)
Benjamin Peterson
2017-01-16
1
-1/+0
*
revert 030e100f048a (#29006, #10513)
Benjamin Peterson
2017-01-12
1
-0/+1
*
fix refleak in null-containing error case (#21147)
Benjamin Peterson
2016-12-03
1
-1/+2
*
Issue #28480: Avoid label at end of compound statement --without-threads
Martin Panter
2016-10-20
1
-0/+1
*
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-10-01
1
-3/+5
*
fix unused variable warnings in pysqlite (closes #27967)
Benjamin Peterson
2016-09-06
2
-6/+2
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-2/+11
*
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-1/+0
*
English spelling and grammar fixes
Martin Panter
2016-07-11
2
-2/+2
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
2
-6/+6
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
2
-9/+9
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+2
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
2
-16/+10
*
Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked
Serhiy Storchaka
2015-05-22
1
-1/+1
*
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
Larry Hastings
2015-05-08
1
-3/+6
*
Issue #21147: sqlite3 now raises an exception if the request contains a null
Serhiy Storchaka
2014-09-11
2
-3/+7
*
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
Serhiy Storchaka
2014-08-06
1
-11/+17
*
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular
Serhiy Storchaka
2014-05-28
1
-2/+24
*
Issue #20437: Fixed 43 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
2
-8/+4
*
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
1
-1/+4
*
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
3
-7/+7
*
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
5
-63/+134
*
Issue #14572: Prevent build failures with pre-3.5.0 versions of
Ned Deily
2012-05-20
1
-2/+2
*
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
1
-5/+8
*
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...
Petri Lehtinen
2012-02-06
2
-10/+20
*
sqlite3: Handle strings with embedded zeros correctly
Petri Lehtinen
2012-02-01
2
-11/+13
*
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Antoine Pitrou
2011-10-04
1
-2/+2
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
Remove an unnecessary variable.
Brett Cannon
2010-05-05
1
-3/+0
*
sqlite3: Fix a segfault on calling a connection with something else than a
Victor Stinner
2010-03-13
1
-0/+6
*
Merged code from pysqlite 2.6.0.
Gerhard Häring
2010-03-05
17
-65/+323
*
#5615: make it possible to configure --without-threads again.
Georg Brandl
2009-04-05
2
-6/+32
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
1
-1/+1
*
Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu...
Gerhard Häring
2008-09-12
2
-0/+6
*
Fixes issue #3103. In the sqlite3 module, made one more function static. All ...
Gerhard Häring
2008-09-12
8
-28/+28
*
sqlite3 module: Mark iterdump() method as "Non-standard" like all the other m...
Gerhard Häring
2008-09-12
1
-1/+1
*
Silenced a compiler warning in the sqlite module
Christian Heimes
2008-08-22
1
-2/+2
*
#3312: fix two sqlite3 crashes.
Georg Brandl
2008-07-16
2
-3/+13
*
Issue #3153: sqlite leaks on error.
Alexandre Vassalotti
2008-07-13
2
-23/+12
*
Expand docstrings of sqlite3 functions.
Georg Brandl
2008-06-22
1
-12/+52
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
7
-50/+50
*
Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A...
Gerhard Häring
2008-05-31
2
-15/+11
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
7
-50/+50
*
Implemented feature request 2157: Converter names are cut off at '('
Gerhard Häring
2008-05-04
1
-1/+5
*
Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
Gerhard Häring
2008-05-04
1
-2/+26
*
SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG
Gerhard Häring
2008-05-04
1
-4/+0
*
Update sqlite3 module to match current version of pysqlite.
Gerhard Häring
2008-03-28
8
-15/+35
*
Accept patch issue2426 by Paul Kippes (kippesp).
Gregory P. Smith
2008-03-28
1
-0/+48
*
Only DECREF if ret != NULL
Neal Norwitz
2008-03-03
1
-1/+1
[next]