summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/cursor.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-6/+3
|\
| * Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-6/+3
* | Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factoryVictor Stinner2013-11-051-0/+5
* | Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handleVictor Stinner2013-11-051-0/+6
* | Issue #18701: Remove support of old CPython versions (<3.0) from C code.Serhiy Storchaka2013-08-161-1/+0
* | Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't callVictor Stinner2013-07-171-0/+5
|/
* Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-281-1/+1
* Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-071-17/+3
|\
| * Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-071-17/+3
| * Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-061-10/+19
* | Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-17/+3
* | Merge branch 3.2Petri Lehtinen2012-02-011-6/+7
|\ \ | |/
| * sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-6/+7
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-1/+2
* | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-041-2/+2
|\ \ | |/
| * Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-041-2/+2
* | #10811: Fix recursive usage of cursors. Instead of crashing, raise a Programm...Gerhard Haering2011-05-091-10/+19
* | Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-5/+3
|/
* Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqliteVictor Stinner2010-05-191-2/+2
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-64/+64
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-131-3/+5
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-2/+2
* Forward port r64930.Alexandre Vassalotti2008-07-131-7/+5
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-14/+10
* Renamed PyString to PyBytesChristian Heimes2008-05-261-4/+4
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-3/+3
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+5
* Moved DECREF to correct place to get rid of leaked references.Gerhard Häring2008-03-291-1/+1
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-42/+84
* Make sure we get usable error messages when text could not be decoded when fe...Gerhard Häring2008-02-291-1/+15
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-3/+3
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-6/+6
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-10/+6
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-2/+2
* Remove unused variablesNeal Norwitz2007-10-081-1/+0
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-5/+2
* Straggler (forgot to save this earlier).Guido van Rossum2007-08-291-2/+1
* "Fix" a few places that were using PyObject_AsCharBuffer() to convert a stringGuido van Rossum2007-08-291-1/+3
* A few sqlite files were still using RO instead of READONLY.Guido van Rossum2007-08-111-4/+4
* Make the sqlite tests pass.Gerhard Häring2007-08-101-10/+8
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+2
* Shut up compiler warnings.Guido van Rossum2007-06-131-2/+2
* Use AsCharBuffer to get C strings out of Python strings.Guido van Rossum2007-05-091-13/+4
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-104/+116
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-13/+43
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-31/+31