- 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
- 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
- e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
- 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
- 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 10 years ago
- 26861b0 Issue #23450: Fixed possible integer overflows. by Serhiy Storchaka · 10 years ago
- 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
- 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
- 83e30bf Fix a compiler warning on Windows 64-bit: _sqlite module by Victor Stinner · 11 years ago
- 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
- dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
- 016cec7 Fix hash function type. by Georg Brandl · 14 years ago
- c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 14 years ago
- 8699950 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite by Victor Stinner · 14 years ago
- f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 15 years ago
- e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
- e9cf5e3 Merged revisions 65978 via svnmerge from by Christian Heimes · 16 years ago
- 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
- 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
- e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 17 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- e1a0d11 #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. by Georg Brandl · 17 years ago
- 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
- 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 17 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago