| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-43446: Fix markup in sqlite3 footnote (GH-24806) | Miss Islington (bot) | 2021-03-09 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit 62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e) Co-authored-by: Kamil Turek <kamil.turek@hotmail.com> | ||||
| * | bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746) | Miss Islington (bot) | 2021-03-04 | 1 | -25/+25 |
| | | | | | | (cherry picked from commit 40d1b831ecd1b5b6a4fce9a908a6e61b50b360a0) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> | ||||
| * | bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) | Miss Islington (bot) | 2021-01-31 | 1 | -4/+0 |
| | | | | | | (cherry picked from commit e60344364245a23a7a1b25d5ebce6833652a656c) Co-authored-by: L <3177243+LukeLR@users.noreply.github.com> | ||||
| * | bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) | Miss Islington (bot) | 2021-01-06 | 1 | -1/+1 |
| | | | | | | | The `pages` argument default value now reflects the implementation. (cherry picked from commit abba83b4b91f78dc556dc0b7700ecb46cba22c01) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> | ||||
| * | bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) | Miss Islington (bot) | 2021-01-06 | 1 | -13/+0 |
| | | | | | | (cherry picked from commit f9949f82e17c88609adb53eff3a7d5cd63a645bd) Co-authored-by: Vladimir <greatvovan@gmail.com> | ||||
| * | bpo-41724: Explain when the conversion is not possible with detect_types ↵ | Miss Islington (bot) | 2020-12-20 | 1 | -1/+3 |
| | | | | | | | | | enabled (GH-23855) (GH-23863) * Explain when the conversion is not possible with detect_types enabled (cherry picked from commit 09a36cdfb7c22f44df45b44e5561776206bcedfb) Co-authored-by: sblondon <sblondon@users.noreply.github.com> | ||||
| * | bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ↵ | Miss Islington (bot) | 2020-03-21 | 1 | -3/+4 |
| | | | | | | | | (GH-18942) (cherry picked from commit b146568dfcbcd7409c724f8917e4f77433dd56e4) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
| * | bpo-37390: Add audit event table to documentations (GH-14406) | Miss Islington (bot) | 2019-06-27 | 1 | -1/+1 |
| | | | | | | | Also updates some (unreleased) event names to be consistent with the others. (cherry picked from commit 44f91c388a6f4da9ed3300df32ca290b8aa104ea) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
| * | bpo-37363: Add audit events for a range of modules (GH-14301) | Miss Islington (bot) | 2019-06-24 | 1 | -0/+2 |
| | | | | | | (cherry picked from commit 60419a7e96577cf783b3b45bf3984f9fb0d7ddff) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
| * | bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) | Xtreak | 2019-05-19 | 1 | -1/+5 |
| | | | | | | The sqlit3.Connection object doesn't call its close() method when it's used as a context manager. | ||||
| * | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -0/+3 |
| | | |||||
| * | bpo-8145: Improve isolation_level documentation (GH-8499) | Berker Peksag | 2018-07-29 | 1 | -14/+22 |
| | | | | Initial patch by R. David Murray. | ||||
| * | bpo-34061: Document sqlite3.NotSupportedError (GH-8172) | Marcin Niemira | 2018-07-08 | 1 | -1/+8 |
| | | |||||
| * | bpo-34041: Allow creating deterministic functions in ↵ | Sergey Fedoseev | 2018-07-08 | 1 | -2/+9 |
| | | | | | Connection.create_function() (GH-8086) | ||||
| * | bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. ↵ | Sergey Fedoseev | 2018-07-03 | 1 | -2/+2 |
| | | | | | (GH-8042) | ||||
| * | bpo-31378: Document sqlite3.OperationalError exception (GH-7677) | Zackery Spytz | 2018-06-13 | 1 | -0/+7 |
| | | |||||
| * | bpo-27645: Add support for native backup facility of SQLite (GH-4238) | Emanuele Gaifas | 2018-03-10 | 1 | -0/+50 |
| | | |||||
| * | bpo-25910: Fixes redirection from http to https (#4674) | Sanyam Khurana | 2017-12-06 | 1 | -1/+1 |
| | | |||||
| * | bpo-31843: sqlite3.connect() now accepts PathLike objects as database name ↵ | Anders Lorentsen | 2017-11-07 | 1 | -3/+10 |
| | | | | | (#4299) | ||||
| * | Returning 1 from the set_progress_handler handler cancels query (GH-4120) | Simon Willison | 2017-11-02 | 1 | -0/+4 |
| | | |||||
| * | bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) | csabella | 2017-04-04 | 1 | -0/+5 |
| | | | | * bpo-29725: DOC: add text for arraysize in sqlite3.Cursor | ||||
| * | bpo-29121: Remove outdated documentation about transactions (#313) | Berker Peksag | 2017-02-26 | 1 | -8/+3 |
| | | | | | Patch by Aviv Palivoda. | ||||
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -4/+4 |
| |\ | |||||
| | * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -4/+4 |
| | | | |||||
| * | | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ↵ | Berker Peksag | 2016-09-11 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DDL statements This commit contains the following commits from ghaering/pysqlite: * https://github.com/ghaering/pysqlite/commit/f254c534948c41c0ceb8cbabf0d4a2f547754739 * https://github.com/ghaering/pysqlite/commit/796b3afe38cfdac5d7d5ec260826b0a596554631 * https://github.com/ghaering/pysqlite/commit/cae87ee68613697a5f4947b4a0941f59a28da1b6 * https://github.com/ghaering/pysqlite/commit/3567b31bb5e5b226ba006213a9c69dde3f155faf With the following additions: * Fixed a refcount error * Fixed a compiler warning * Made the string comparison a little more robust * Added a whatsnew entry | ||||
| * | | Merge from 3.5 | Berker Peksag | 2016-09-07 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Use shorter version of Connection.isolation_level in sqlite3.rst | Berker Peksag | 2016-09-07 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 1 | -4/+4 |
| |\ \ | |/ | | | | | creates not a cursor. Patch by Xiang Zhang. | ||||
| | * | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 1 | -4/+4 |
| | | | | | | | | | creates not a cursor. Patch by Xiang Zhang. | ||||
| * | | Merge from 3.5 | Berker Peksag | 2016-08-24 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix typo in Cursor.execute(). | Berker Peksag | 2016-08-24 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #6057: Merge from 3.5 | Berker Peksag | 2016-08-24 | 1 | -2/+32 |
| |\ \ | |/ | |||||
| | * | Issue #6057: Document exceptions in sqlite3 module | Berker Peksag | 2016-08-24 | 1 | -2/+32 |
| | | | | | | | | | Patch by Jaysinh Shukla and Stéphane Wirtel. | ||||
| * | | Issue #16864: Cursor.lastrowid now supports REPLACE statement | Berker Peksag | 2016-06-14 | 1 | -3/+10 |
| |/ | | | | Initial patch by Alex LordThorsen. | ||||
| * | Delete outdated paragraph about OptimizedUnicode again | Berker Peksag | 2016-06-14 | 1 | -4/+0 |
| | | | | | | | | | | sqlite3.OptimizedUnicode is an alias for str in Python 3 and its behavior is already tested in CheckOptimizedUnicode in Lib/sqlite3/test/factory.py. sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and probably added back with the result of a bad merge. | ||||
| * | Issue #27188: Fix various sqlite3 documentation errors | Berker Peksag | 2016-06-12 | 1 | -18/+19 |
| | | | | | | | | | | | | * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer. | ||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
| | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
| * | issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. | Senthil Kumaran | 2016-06-03 | 1 | -0/+5 |
| | | | | | Patch contributed by Dave Sawyer. | ||||
| * | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -3/+3 |
| | | |||||
| * | Issue #23758: Improve num_params docs of create_{function,aggregate} functions | Berker Peksag | 2016-03-27 | 1 | -3/+5 |
| | | | | | | | | | If you pass -1, the callable can take any number of arguments. Added tests to verify the behavior. Initial patch by Cédric Krier. | ||||
| * | Document sqlite3.Cursor.close() | Berker Peksag | 2016-03-27 | 1 | -0/+6 |
| | | | | | | | | The behaviour of the close method is tested by ClosedCurTests in Lib/sqlite3/test/dbapi.py. This is basically a backport of https://github.com/ghaering/pysqlite/issues/73. | ||||
| * | sqlite3 documentation: Connection.iterdump() is a method | Berker Peksag | 2016-03-27 | 1 | -2/+2 |
| | | |||||
| * | #26250: document the sqlite3.Cursor.connection attribute. Initial patches ↵ | Ezio Melotti | 2016-03-18 | 1 | -0/+12 |
| | | | | | by Aviv Palivoda and Varpu Rantala. | ||||
| * | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
| * | | Issue #13583: sqlite3.Row now supports slice indexing. | Serhiy Storchaka | 2015-03-31 | 1 | -0/+3 |
| |/ | | | | Tests by Jessica McKellar. | ||||
| * | #21653: fix doc for return type of sqlite3.Row.keys(). | R David Murray | 2014-06-05 | 1 | -1/+1 |
| | | |||||
| * | Issue #15067: Port 2.7 sqlite3 docs to 3.4 | Zachary Ware | 2014-04-01 | 1 | -46/+51 |
| | | |||||
| * | merge 3.3 (#20278) | Benjamin Peterson | 2014-01-16 | 1 | -1/+1 |
| |\ | |||||
| | * | update pysqlite website (closes #20278) | Benjamin Peterson | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
