1. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  2. 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
  3. 297d104 Issue #21858: Better handling of Python exceptions in the sqlite3 module. by Victor Stinner · 10 years ago
  4. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  5. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  6. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  7. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  8. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  9. afccb0a sqlite: Use Py_ssize_t to store a size instead of an int by Victor Stinner · 11 years ago
  10. 3f658be sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX by Victor Stinner · 11 years ago
  11. 83e30bf Fix a compiler warning on Windows 64-bit: _sqlite module by Victor Stinner · 11 years ago
  12. 83ed42b sqlite: raise an OverflowError if the result is longer than INT_MAX bytes by Victor Stinner · 11 years ago
  13. e75fc14 Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. by Martin v. Löwis · 11 years ago
  14. 85a12a8 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory by Victor Stinner · 11 years ago
  15. b3e1ef1 Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when by Victor Stinner · 11 years ago
  16. dd4b299 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handle by Victor Stinner · 11 years ago
  17. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  18. 340f712 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  19. b84fc0f Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  20. cbad3a3 Issue #18701: Remove sqlitecompat.h. by Serhiy Storchaka · 11 years ago
  21. 8fa8ee3 Issue #18701: Remove support of old CPython versions (<3.0) from C code. by Serhiy Storchaka · 11 years ago
  22. ffff763 Issue #18519: Fix test_sqlite on old versions of libsqlite3 by Victor Stinner · 11 years ago
  23. d4095d9 Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions by Victor Stinner · 11 years ago
  24. 3a85732 Issue #18488: Fix _pysqlite_final_callback() by Victor Stinner · 11 years ago
  25. 41801f5 Issue #18519, #18408: Fix sqlite authorizer callback by Victor Stinner · 11 years ago
  26. 4abda5d Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call by Victor Stinner · 11 years ago
  27. e9af4cf Issue #18488: _pysqlite_final_callback() should not clear the exception set by by Victor Stinner · 11 years ago
  28. 725e421 Fix compilater warnings on Windows 64-bit by Victor Stinner · 11 years ago
  29. 5f99fa7 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  30. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  31. 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
  32. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  33. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  34. 8b24506 Merge branch '3.2' by Petri Lehtinen · 12 years ago
  35. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  36. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 12 years ago
  37. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  38. 8940f62 Merge branch 3.2 by Petri Lehtinen · 12 years ago
  39. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  40. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  41. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  42. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  43. 8e4dd08 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  44. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  45. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  46. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  47. f17101a merge 3.2 by Benjamin Peterson · 13 years ago
  48. 5c2b09e be extra careful with a borrowed reference when the GIL could be released (closes #8578) by Benjamin Peterson · 13 years ago
  49. 936d518 #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Gerhard Haering · 13 years ago
  50. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 13 years ago
  51. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  52. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  53. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  54. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  55. f7ef4de Merged revisions 88337 via svnmerge from by Brett Cannon · 13 years ago
  56. e144507 There was a possibility that the initialization of _sqlite, when it failed, by Brett Cannon · 13 years ago
  57. 016cec7 Fix hash function type. by Georg Brandl · 14 years ago
  58. a2e7d9b Fix T_BOOL bug of issue 8845. by Martin v. Löwis · 14 years ago
  59. c934f32 Welcome to the UTF-8 world. by Florent Xicluna · 14 years ago
  60. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  61. 8699950 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite by Victor Stinner · 14 years ago
  62. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  63. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  64. 9b05700 Merged revisions 80349 via svnmerge from by Victor Stinner · 14 years ago
  65. 35466c5 Issue #8195: Fix a crash in sqlite Connection.create_collation() if the by Victor Stinner · 14 years ago
  66. 09e4697 Merged revisions 78899 via svnmerge from by Victor Stinner · 14 years ago
  67. 8a685f7 Merged revisions 78894 via svnmerge from by Victor Stinner · 14 years ago
  68. 0201f44 Merged revisions 78898 via svnmerge from by Victor Stinner · 14 years ago
  69. ff27d6b sqlite3: Fix _PyUnicode_AsStringAndSize() error handler. by Victor Stinner · 14 years ago
  70. 7857650 Issue #7670: sqlite3: Fixed crashes when operating on closed connections. by Gerhard Häring · 14 years ago
  71. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 14 years ago
  72. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  73. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  74. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  75. 6117f42 Issue #3659: Values of string subclasses were not handled correctly when used by Gerhard Häring · 16 years ago
  76. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  77. e9cf5e3 Merged revisions 65978 via svnmerge from by Christian Heimes · 16 years ago
  78. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  79. 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
  80. 1839bac Forward port r64930. Fix one more case in cursor.c. by Alexandre Vassalotti · 16 years ago
  81. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  82. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  83. 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
  84. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  85. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  86. 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
  87. e871ad59 Moved DECREF to correct place to get rid of leaked references. by Gerhard Häring · 16 years ago
  88. e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 16 years ago
  89. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  90. 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
  91. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  92. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  93. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  94. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  95. ceab610 #1480: fix refleak in the sqlite module. by Georg Brandl · 17 years ago
  96. c6f6008 Remove an unused local variable. by Brett Cannon · 17 years ago
  97. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  98. efee9f5 Use unicode in more places. Fixes a problem with str8 + str in test. by Neal Norwitz · 17 years ago
  99. e1a0d11 #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. by Georg Brandl · 17 years ago
  100. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago