- c6a2320 bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) by Victor Stinner · 6 years ago
- 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 7 years ago
- a22a127 bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) by Anders Lorentsen · 8 years ago
- a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
- 3580b03 Issue #21250: Merge from 3.5 by Berker Peksag · 9 years ago
- 4bf580d Issue #21250: Add tests for SQLite's ON CONFLICT clause by Berker Peksag · 9 years ago
- e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 9 years ago
- f85bce7 Mark tests as skipped when a SQLite version is not supported by Berker Peksag · 9 years ago
- 2b50899 Remove empty setUp and tearDown methods from sqlite3 tests by Berker Peksag · 9 years ago
- 48b5c98 Replace more boilerplate code with modern unittest features in sqlite3 tests by Berker Peksag · 9 years ago
- 1003b34 Modernize sqlite3 tests by Berker Peksag · 9 years ago
- 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 9 years ago
- c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 9 years ago
- cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 12 years ago
- 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 12 years ago
- 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
- f854799 Make sqlite3 tests editable with Emacs by Petri Lehtinen · 13 years ago
- 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 13 years ago
- b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
- d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 15 years ago
- 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 15 years ago
- f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 15 years ago
- 04cecaf change deprecated unittest method calls into their proper names. by Gregory P. Smith · 16 years ago
- f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 17 years ago
- e7ea745 Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally by Gerhard Häring · 17 years ago
- bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 18 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago