index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
sqlite3.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-8145: Improve isolation_level documentation (GH-8499)
Berker Peksag
2018-07-29
1
-14/+22
*
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
Marcin Niemira
2018-07-08
1
-1/+8
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
1
-2/+9
*
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (...
Sergey Fedoseev
2018-07-03
1
-2/+2
*
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
*
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-29121: Remove outdated documentation about transactions (#313)
Berker Peksag
2017-02-26
1
-8/+3
*
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
*
|
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
|
\
\
|
|
/
|
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-4/+4
*
|
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
*
|
Issue #16864: Cursor.lastrowid now supports REPLACE statement
Berker Peksag
2016-06-14
1
-3/+10
|
/
*
Delete outdated paragraph about OptimizedUnicode again
Berker Peksag
2016-06-14
1
-4/+0
*
Issue #27188: Fix various sqlite3 documentation errors
Berker Peksag
2016-06-12
1
-18/+19
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+4
*
issue27113 - Document "check_same_thread" parameter in sqlite3.connect api.
Senthil Kumaran
2016-06-03
1
-0/+5
*
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
*
Document sqlite3.Cursor.close()
Berker Peksag
2016-03-27
1
-0/+6
*
sqlite3 documentation: Connection.iterdump() is a method
Berker Peksag
2016-03-27
1
-2/+2
*
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by...
Ezio Melotti
2016-03-18
1
-0/+12
*
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
*
|
Issue #13583: sqlite3.Row now supports slice indexing.
Serhiy Storchaka
2015-03-31
1
-0/+3
|
/
*
#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
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-4/+4
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-4/+4
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-1/+1
|
\
\
|
|
/
|
*
Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on ...
Georg Brandl
2013-10-06
1
-1/+1
*
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen
2013-02-26
1
-0/+4
|
\
\
|
|
/
|
*
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen
2013-02-26
1
-0/+4
|
|
\
|
|
*
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen
2013-02-26
1
-0/+4
*
|
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen
2013-02-23
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen
2013-02-23
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen
2013-02-23
1
-2/+2
*
|
|
Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...
Antoine Pitrou
2013-02-09
1
-1/+13
|
/
/
[next]