1. 1ba82bb bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341) by Erlend Egeberg Aasland · 4 years, 8 months ago
  2. 256e54a bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478) by Erlend Egeberg Aasland · 4 years, 10 months ago
  3. 9031bd4 bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444) by Erlend Egeberg Aasland · 4 years, 10 months ago
  4. a937ab4 bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417) by Erlend Egeberg Aasland · 4 years, 11 months ago
  5. bfee9fa bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Peter McCormick · 4 years, 11 months ago
  6. 207c321 bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) by Erlend Egeberg Aasland · 5 years ago
  7. 7f331c8 bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581) by Erlend Egeberg Aasland · 5 years ago
  8. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 5 years ago
  9. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 5 years ago
  10. 8f87eef bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472) by Serhiy Storchaka · 5 years ago
  11. cd8295f bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345) by Serhiy Storchaka · 5 years ago
  12. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 5 years ago
  13. b6f5b9d Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882) by Sergey Fedoseev · 6 years ago
  14. b9a0376 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by gescheit · 6 years ago
  15. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 6 years ago
  16. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 6 years ago
  17. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 6 years ago
  18. c6a2320 bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) by Victor Stinner · 6 years ago
  19. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
  20. 842acaa bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) by Zackery Spytz · 7 years ago
  21. fc662ac bpo-32788: Better error handling in sqlite3. (GH-3723) by Serhiy Storchaka · 7 years ago
  22. 5b25f1d bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113) by Sergey Fedoseev · 7 years ago
  23. d4f9cf5 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Serhiy Storchaka · 7 years ago
  24. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 7 years ago
  25. b10a64d bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426) by Berker Peksag · 7 years ago
  26. 7762e4d prefix internal sqlite symbols with _pysqlite_ (GH-8215) by Benjamin Peterson · 7 years ago
  27. 0830858 bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) by Sergey Fedoseev · 7 years ago
  28. ca40501 bpo-27645, sqlite: Fix integer overflow on sleep (#6594) by Victor Stinner · 7 years ago
  29. 030345c Fix error message in sqlite connection thread check. (GH-6028) by Takuya Akiba · 7 years ago
  30. bbf7bb7 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Aviv Palivoda · 7 years ago
  31. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 7 years ago
  32. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 8 years ago
  33. a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 8 years ago
  34. 93c5a5d bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more than once (GH-3944) by Oren Milman · 8 years ago
  35. 5252694 closes bpo-31525: require sqlite3_prepare_v2 (#3666) by Benjamin Peterson · 8 years ago
  36. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  37. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 8 years ago
  38. 0b3ec19 Use NULL rather than 0. (#778) by Serhiy Storchaka · 8 years ago
  39. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 8 years ago
  40. 86a6705 bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) by Aviv Palivoda · 8 years ago
  41. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 9 years ago
  42. 070c4d7 Issue #28915: Use _PyObject_CallNoArg() by Victor Stinner · 9 years ago
  43. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 9 years ago
  44. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
  45. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  46. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  47. 22805ca Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 9 years ago
  48. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 9 years ago
  49. 59da4b3 Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually by Berker Peksag · 9 years ago
  50. 9af13ca Issue #28036: Remove unused pysqlite_flush_statement_cache function by Berker Peksag · 9 years ago
  51. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 9 years ago
  52. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 9 years ago
  53. af0628e Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 9 years ago
  54. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 9 years ago
  55. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 9 years ago
  56. 6ed442c Issue #10513: Merge from 3.5 by Berker Peksag · 9 years ago
  57. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 9 years ago
  58. 0f355c0 Issue #27190: Merge from 3.5 by Berker Peksag · 9 years ago
  59. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 9 years ago
  60. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  61. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  62. fe21de9 Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module by Berker Peksag · 9 years ago
  63. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  64. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  65. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 10 years ago
  66. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 10 years ago
  67. 3b12e95 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 10 years ago
  68. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 10 years ago
  69. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 11 years ago
  70. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 11 years ago
  71. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 12 years ago
  72. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 12 years ago
  73. 83ed42b sqlite: raise an OverflowError if the result is longer than INT_MAX bytes by Victor Stinner · 12 years ago
  74. e75fc14 Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. by Martin v. Löwis · 12 years ago
  75. b3e1ef1 Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when by Victor Stinner · 12 years ago
  76. 340f712 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 12 years ago
  77. b84fc0f Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 12 years ago
  78. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 12 years ago
  79. ffff763 Issue #18519: Fix test_sqlite on old versions of libsqlite3 by Victor Stinner · 12 years ago
  80. d4095d9 Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions by Victor Stinner · 12 years ago
  81. 3a85732 Issue #18488: Fix _pysqlite_final_callback() by Victor Stinner · 12 years ago
  82. 41801f5 Issue #18519, #18408: Fix sqlite authorizer callback by Victor Stinner · 12 years ago
  83. e9af4cf Issue #18488: _pysqlite_final_callback() should not clear the exception set by by Victor Stinner · 12 years ago
  84. 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
  85. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 13 years ago
  86. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 13 years ago
  87. 8b24506 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  88. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  89. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 14 years ago
  90. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 14 years ago
  91. d63a3b8 Implement PEP 393. by Martin v. Löwis · 14 years ago
  92. f17101a merge 3.2 by Benjamin Peterson · 14 years ago
  93. 5c2b09e be extra careful with a borrowed reference when the GIL could be released (closes #8578) by Benjamin Peterson · 14 years ago
  94. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 14 years ago
  95. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
  96. c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 15 years ago
  97. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 15 years ago
  98. 8699950 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite by Victor Stinner · 15 years ago
  99. 35466c5 Issue #8195: Fix a crash in sqlite Connection.create_collation() if the by Victor Stinner · 15 years ago
  100. 0201f44 Merged revisions 78898 via svnmerge from by Victor Stinner · 15 years ago