138 Commits (57a01d3a0ee20ee9eea69b658c6bac0f39541625)

Author SHA1 Message Date
Petri Lehtinen 023fe334bb sqlite3: Handle strings with embedded zeros correctly 14 years ago
Amaury Forgeot d'Arc 864741b2c7 Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. 14 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 14 years ago
Antoine Pitrou ace2ccf387 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. 14 years ago
Antoine Pitrou 1665d2c75f Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Brian Curtin dfc80e3d97 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
Benjamin Peterson 5c2b09e856 be extra careful with a borrowed reference when the GIL could be released (closes #8578) 15 years ago
Gerhard Haering 936d518dc8 #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 15 years ago
Antoine Pitrou 5bfa0622ec Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
Brett Cannon f7ef4de3d5 Merged revisions 88337 via svnmerge from 15 years ago
Brett Cannon e144507b09 There was a possibility that the initialization of _sqlite, when it failed, 15 years ago
Georg Brandl 016cec75bd Fix hash function type. 15 years ago
Martin v. Löwis a2e7d9bdc1 Fix T_BOOL bug of issue 8845. 15 years ago
Florent Xicluna c934f32e0a Welcome to the UTF-8 world. 16 years ago
R. David Murray d35251dc19 #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. 16 years ago
Victor Stinner 8699950b04 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Brett Cannon a1b562943b Remove an unnecessary variable. 16 years ago
Victor Stinner 9b05700ed3 Merged revisions 80349 via svnmerge from 16 years ago
Victor Stinner 35466c5bce Issue #8195: Fix a crash in sqlite Connection.create_collation() if the 16 years ago
Victor Stinner 09e4697ad1 Merged revisions 78899 via svnmerge from 16 years ago
Victor Stinner 8a685f7184 Merged revisions 78894 via svnmerge from 16 years ago
Victor Stinner 57d43b29f3 Merged revisions 78898 via svnmerge from 16 years ago
Victor Stinner 0201f443f6 Merged revisions 78898 via svnmerge from 16 years ago
Victor Stinner 6e055d78e1 sqlite3: Fix a segfault on calling a connection with something else than a 16 years ago
Victor Stinner ff27d6b747 sqlite3: Fix _PyUnicode_AsStringAndSize() error handler. 16 years ago
Gerhard Häring 7857650833 Issue #7670: sqlite3: Fixed crashes when operating on closed connections. 16 years ago
Gerhard Häring 924b571104 Issue #7670: sqlite3: Fixed crashes when operating on closed connections. 16 years ago
Gerhard Häring f9cee22446 Merged new pysqlite version 2.6.0 from trunk. 16 years ago
Gerhard Häring 3bbb67273a Merged code from pysqlite 2.6.0. 16 years ago
Jesus Cea 585ad8ae5e Merged revisions 69846 via svnmerge from 17 years ago
Georg Brandl e9b912164b Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from 17 years ago
Georg Brandl dfd734429e Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. 17 years ago
Georg Brandl d3eaa745a9 #5615: make it possible to configure --without-threads again. 17 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Mark Dickinson 3e4caeb3bf Issue #5341: Fix a variety of spelling errors. 17 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Gerhard Häring f80527679b Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3 17 years ago
Gerhard Häring 6117f423c4 Issue #3659: Values of string subclasses were not handled correctly when used 18 years ago
Benjamin Peterson d7b032841a Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from 18 years ago
Gerhard Häring e6872eb417 Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes. 18 years ago
Gerhard Häring 6e1afcf988 Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. 18 years ago
Gerhard Häring ef2276b60d sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API. 18 years ago
Christian Heimes e9cf5e3495 Merged revisions 65978 via svnmerge from 18 years ago