1. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  2. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  3. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  4. 22805ca Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  5. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  6. 59da4b3 Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually by Berker Peksag · 8 years ago
  7. 9af13ca Issue #28036: Remove unused pysqlite_flush_statement_cache function by Berker Peksag · 8 years ago
  8. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  9. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 8 years ago
  10. af0628e Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  11. 8631da6 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  12. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  13. 6ed442c Issue #10513: Merge from 3.5 by Berker Peksag · 8 years ago
  14. cc9afa9 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 8 years ago
  15. 0f355c0 Issue #27190: Merge from 3.5 by Berker Peksag · 8 years ago
  16. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  17. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  18. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  19. fe21de9 Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module by Berker Peksag · 8 years ago
  20. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  21. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  22. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  23. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  24. 3b12e95 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  25. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  26. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  27. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  28. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  29. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  30. 83ed42b sqlite: raise an OverflowError if the result is longer than INT_MAX bytes by Victor Stinner · 11 years ago
  31. e75fc14 Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. by Martin v. Löwis · 11 years ago
  32. b3e1ef1 Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when by Victor Stinner · 11 years ago
  33. 340f712 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  34. b84fc0f Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  35. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  36. ffff763 Issue #18519: Fix test_sqlite on old versions of libsqlite3 by Victor Stinner · 11 years ago
  37. d4095d9 Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions by Victor Stinner · 11 years ago
  38. 3a85732 Issue #18488: Fix _pysqlite_final_callback() by Victor Stinner · 11 years ago
  39. 41801f5 Issue #18519, #18408: Fix sqlite authorizer callback by Victor Stinner · 11 years ago
  40. e9af4cf Issue #18488: _pysqlite_final_callback() should not clear the exception set by by Victor Stinner · 11 years ago
  41. 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 · 11 years ago
  42. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  43. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  44. 8b24506 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  45. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  46. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  47. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  48. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  49. f17101a merge 3.2 by Benjamin Peterson · 13 years ago
  50. 5c2b09e be extra careful with a borrowed reference when the GIL could be released (closes #8578) by Benjamin Peterson · 13 years ago
  51. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 13 years ago
  52. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  53. c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 14 years ago
  54. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  55. 8699950 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite by Victor Stinner · 14 years ago
  56. 35466c5 Issue #8195: Fix a crash in sqlite Connection.create_collation() if the by Victor Stinner · 14 years ago
  57. 0201f44 Merged revisions 78898 via svnmerge from by Victor Stinner · 14 years ago
  58. ff27d6b sqlite3: Fix _PyUnicode_AsStringAndSize() error handler. by Victor Stinner · 14 years ago
  59. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 14 years ago
  60. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  61. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  62. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  63. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  64. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  65. 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
  66. 1839bac Forward port r64930. Fix one more case in cursor.c. by Alexandre Vassalotti · 16 years ago
  67. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  68. e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 16 years ago
  69. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  70. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  71. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  72. ceab610 #1480: fix refleak in the sqlite module. by Georg Brandl · 17 years ago
  73. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  74. efee9f5 Use unicode in more places. Fixes a problem with str8 + str in test. by Neal Norwitz · 17 years ago
  75. 14ef70b Remove unused variables by Neal Norwitz · 17 years ago
  76. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  77. 0eaa940 Fix automatic replacing mistake. by Georg Brandl · 17 years ago
  78. 10f07c4 A few sqlite files were still using RO instead of READONLY. by Guido van Rossum · 17 years ago
  79. 6e69f7f Fix a bit of code that wasn't converted properly, causing a segfault. by Guido van Rossum · 17 years ago
  80. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
  81. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  82. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 17 years ago
  83. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  84. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  85. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago