1. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  2. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  3. 8b24506 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  4. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  5. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  6. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  7. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  8. f17101a merge 3.2 by Benjamin Peterson · 13 years ago
  9. 5c2b09e be extra careful with a borrowed reference when the GIL could be released (closes #8578) by Benjamin Peterson · 13 years ago
  10. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 14 years ago
  11. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
  12. c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 14 years ago
  13. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  14. 8699950 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite by Victor Stinner · 14 years ago
  15. 35466c5 Issue #8195: Fix a crash in sqlite Connection.create_collation() if the by Victor Stinner · 14 years ago
  16. 0201f44 Merged revisions 78898 via svnmerge from by Victor Stinner · 15 years ago
  17. ff27d6b sqlite3: Fix _PyUnicode_AsStringAndSize() error handler. by Victor Stinner · 15 years ago
  18. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 15 years ago
  19. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  20. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  21. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  22. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  23. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  24. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  25. 1839bac Forward port r64930. Fix one more case in cursor.c. by Alexandre Vassalotti · 16 years ago
  26. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  27. e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 17 years ago
  28. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 17 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. ceab610 #1480: fix refleak in the sqlite module. by Georg Brandl · 17 years ago
  32. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  33. efee9f5 Use unicode in more places. Fixes a problem with str8 + str in test. by Neal Norwitz · 17 years ago
  34. 14ef70b Remove unused variables by Neal Norwitz · 17 years ago
  35. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  36. 0eaa940 Fix automatic replacing mistake. by Georg Brandl · 17 years ago
  37. 10f07c4 A few sqlite files were still using RO instead of READONLY. by Guido van Rossum · 17 years ago
  38. 6e69f7f Fix a bit of code that wasn't converted properly, causing a segfault. by Guido van Rossum · 17 years ago
  39. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
  40. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  41. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  42. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  43. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  44. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago