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
/
cursor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
1
-72/+53
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494)
Sergey Fedoseev
2018-07-30
1
-5/+2
*
Remove some unused code in _pysqlite_query_execute() (GH-8495)
Sergey Fedoseev
2018-07-27
1
-6/+0
*
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
Benjamin Peterson
2018-07-10
1
-2/+2
*
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...
Oren Milman
2017-11-07
1
-0/+5
*
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...
Oren Milman
2017-11-07
1
-8/+7
*
closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Benjamin Peterson
2017-09-20
1
-63/+34
*
bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)
Aviv Palivoda
2017-03-03
1
-1/+3
*
bpo-28518: Start a transaction implicitly before a DML statement (#245)
Berker Peksag
2017-02-26
1
-5/+4
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
*
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inT...
Berker Peksag
2016-09-12
1
-9/+0
*
Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...
Berker Peksag
2016-09-11
1
-99/+26
*
Avoid calling functions with an empty string as format string
Victor Stinner
2016-09-06
1
-1/+1
*
Issue #21718: Merge from 3.5
Berker Peksag
2016-08-21
1
-6/+5
|
\
|
*
Issue #21718: cursor.description is now available for queries using CTEs
Berker Peksag
2016-08-21
1
-6/+5
*
|
Issue #16864: Cursor.lastrowid now supports REPLACE statement
Berker Peksag
2016-06-14
1
-1/+3
*
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-3/+3
|
\
\
|
|
/
|
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-3/+3
*
|
Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module
Berker Peksag
2016-04-09
1
-8/+4
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-5/+5
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-5/+5
*
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+2
|
\
\
|
|
/
|
*
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+2
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-8/+5
*
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner
2015-03-06
1
-4/+0
*
Issue #22218: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner
2014-08-17
1
-1/+1
*
Issue #21858: Better handling of Python exceptions in the sqlite3 module.
Victor Stinner
2014-06-26
1
-16/+26
*
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-6/+3
|
\
|
*
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-6/+3
*
|
Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory
Victor Stinner
2013-11-05
1
-0/+5
*
|
Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handle
Victor Stinner
2013-11-05
1
-0/+6
*
|
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
Serhiy Storchaka
2013-08-16
1
-1/+0
*
|
Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call
Victor Stinner
2013-07-17
1
-0/+5
|
/
*
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
1
-1/+1
*
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
1
-17/+3
|
\
|
*
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
1
-17/+3
|
*
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...
Petri Lehtinen
2012-02-06
1
-10/+19
*
|
Undocument and clean up sqlite3.OptimizedUnicode
Petri Lehtinen
2012-02-09
1
-17/+3
*
|
Merge branch 3.2
Petri Lehtinen
2012-02-01
1
-6/+7
|
\
\
|
|
/
|
*
sqlite3: Handle strings with embedded zeros correctly
Petri Lehtinen
2012-02-01
1
-6/+7
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-1/+1
*
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
1
-1/+2
*
|
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Antoine Pitrou
2011-10-04
1
-2/+2
|
\
\
|
|
/
|
*
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Antoine Pitrou
2011-10-04
1
-2/+2
*
|
#10811: Fix recursive usage of cursors. Instead of crashing, raise a Programm...
Gerhard Haering
2011-05-09
1
-10/+19
*
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-5/+3
|
/
*
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite
Victor Stinner
2010-05-19
1
-2/+2
[next]