1. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 6 years ago
  2. e657624 bpo-30262: Don't expose private objects in sqlite3 (GH-1440) by Aviv Palivoda · 6 years ago
  3. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 7 years ago
  4. 7762e4d prefix internal sqlite symbols with _pysqlite_ (GH-8215) by Benjamin Peterson · 7 years ago
  5. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 7 years ago
  6. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 8 years ago
  7. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 8 years ago
  8. c8a6e5b sqlite: delete some bsddb cargo-culted code to work around Python 2.3/2.4 bugs by Benjamin Peterson · 8 years ago
  9. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  10. 0b3ec19 Use NULL rather than 0. (#778) by Serhiy Storchaka · 8 years ago
  11. 00b1ae0 Issue #28985: Update authorizer constants in sqlite3 module by Berker Peksag · 9 years ago
  12. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 9 years ago
  13. fe21de9 Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module by Berker Peksag · 9 years ago
  14. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 10 years ago
  15. 902fc8b Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options. by Antoine Pitrou · 12 years ago
  16. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 13 years ago
  17. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 14 years ago
  18. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 14 years ago
  19. e144507 There was a possibility that the initialization of _sqlite, when it failed, by Brett Cannon · 15 years ago
  20. c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 15 years ago
  21. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  22. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 15 years ago
  23. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 16 years ago
  24. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 17 years ago
  25. 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 · 17 years ago
  26. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 17 years ago
  27. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
  28. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 17 years ago
  29. e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 17 years ago
  30. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  31. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  32. efee9f5 Use unicode in more places. Fixes a problem with str8 + str in test. by Neal Norwitz · 18 years ago
  33. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
  34. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 19 years ago
  35. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  36. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
  37. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  38. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago