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
/
row.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-4/+4
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
*
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-1/+1
|
\
|
*
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-1/+1
*
|
Issue #13583: sqlite3.Row now supports slice indexing.
Serhiy Storchaka
2015-03-31
1
-2/+1
*
|
Issue #23450: Fixed possible integer overflows.
Serhiy Storchaka
2015-02-16
1
-1/+1
|
/
*
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 particulr
Serhiy Storchaka
2014-05-28
1
-2/+22
*
Fix a compiler warning on Windows 64-bit: _sqlite module
Victor Stinner
2013-11-18
1
-4/+9
*
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
Serhiy Storchaka
2013-08-16
1
-1/+0
*
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin
2011-08-11
1
-6/+4
*
Fix hash function type.
Georg Brandl
2010-10-18
1
-1/+1
*
Welcome to the UTF-8 world.
Florent Xicluna
2010-09-03
1
-1/+1
*
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite
Victor Stinner
2010-05-19
1
-0/+2
*
Merged new pysqlite version 2.6.0 from trunk.
Gerhard Häring
2010-03-05
1
-10/+10
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1/+1
*
Merged revisions 65978 via svnmerge from
Christian Heimes
2008-08-22
1
-2/+2
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
1
-2/+2
*
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...
Christian Heimes
2008-05-04
1
-2/+26
*
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Gerhard Häring
2008-03-29
1
-1/+6
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-1/+1
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+1
*
#1316: remove redundant PyLong_Check calls when PyInt_Check was already called.
Georg Brandl
2007-10-23
1
-6/+1
*
Make the sqlite tests pass.
Gerhard Häring
2007-08-10
1
-2/+2
*
Kill remaining tp_print definitions.
Guido van Rossum
2007-08-07
1
-6/+1
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-3/+2
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
1
-22/+53
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+202