summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/statement.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-3/+1
* Welcome to the UTF-8 world.Florent Xicluna2010-09-031-1/+1
* Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqliteVictor Stinner2010-05-191-1/+4
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Issue #3659: Values of string subclasses were not handled correctly when usedGerhard Häring2008-09-221-14/+1
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-131-2/+6
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-3/+3
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-7/+0
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-67/+158
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-141-1/+5
* Remove an unused local variable.Brett Cannon2007-11-061-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-6/+1
* #1316: remove redundant PyLong_Check calls when PyInt_Check was already called.Georg Brandl2007-10-231-4/+7
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-7/+7
* Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() butGuido van Rossum2007-08-291-4/+2
* "Fix" a few places that were using PyObject_AsCharBuffer() to convert a stringGuido van Rossum2007-08-291-2/+6
* Make the sqlite tests pass.Gerhard Häring2007-08-101-1/+2
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+2
* Use AsCharBuffer to get C strings out of Python strings.Guido van Rossum2007-05-091-17/+11
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-27/+27
* Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.Guido van Rossum2007-01-151-1/+1
* 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-2/+7
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+427