1. 4abda5d Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call by Victor Stinner · 11 years ago
  2. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  3. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  4. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  5. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 12 years ago
  6. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  7. 8940f62 Merge branch 3.2 by Petri Lehtinen · 12 years ago
  8. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  9. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  10. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  11. 8e4dd08 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  12. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  13. 936d518 #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Gerhard Haering · 13 years ago
  14. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  15. 8699950 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite by Victor Stinner · 14 years ago
  16. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 14 years ago
  17. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  18. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  20. 1839bac Forward port r64930. Fix one more case in cursor.c. by Alexandre Vassalotti · 16 years ago
  21. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  22. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  23. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  24. 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 · 16 years ago
  25. e871ad59 Moved DECREF to correct place to get rid of leaked references. by Gerhard Häring · 16 years ago
  26. e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 16 years ago
  27. 873d9ff Make sure we get usable error messages when text could not be decoded when fetched from the database. by Gerhard Häring · 16 years ago
  28. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 16 years ago
  29. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  30. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  31. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  32. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  33. 14ef70b Remove unused variables by Neal Norwitz · 17 years ago
  34. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  35. ec9a4af Straggler (forgot to save this earlier). by Guido van Rossum · 17 years ago
  36. fa9a121 "Fix" a few places that were using PyObject_AsCharBuffer() to convert a string by Guido van Rossum · 17 years ago
  37. 10f07c4 A few sqlite files were still using RO instead of READONLY. by Guido van Rossum · 17 years ago
  38. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
  39. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  40. 6374bb5 Shut up compiler warnings. by Guido van Rossum · 17 years ago
  41. 83857e3 Use AsCharBuffer to get C strings out of Python strings. by Guido van Rossum · 17 years ago
  42. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 17 years ago
  43. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  44. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  45. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  46. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago