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
/
Modules
/
_sqlite
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
Erlend Egeberg Aasland
2022-04-30
1
-18/+44
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
1
-22/+113
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-22
1
-5/+202
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-16
2
-1/+95
*
gh-69093: improve sqlite3.Connection.blobopen() error handling (GH-91571)
Erlend Egeberg Aasland
2022-04-15
1
-1/+5
*
gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)
Erlend Egeberg Aasland
2022-04-15
1
-1/+1
*
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
Jelle Zijlstra
2022-04-15
1
-0/+1
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
8
-6/+739
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
4
-8/+230
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
2
-1/+280
*
bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
Erlend Egeberg Aasland
2022-03-17
2
-5/+7
*
sqlite3: normalise pre-acronym determiners (GH-31772)
Erlend Egeberg Aasland
2022-03-11
2
-7/+7
*
bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
Erlend Egeberg Aasland
2022-03-09
1
-35/+14
*
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Erlend Egeberg Aasland
2022-03-09
1
-14/+35
*
Docstring: replace pysqlite with sqlite3 (GH-31758)
Erlend Egeberg Aasland
2022-03-09
2
-7/+7
*
bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612)
Erlend Egeberg Aasland
2022-03-08
6
-69/+67
*
bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
Erlend Egeberg Aasland
2022-03-03
3
-4/+9
*
bpo-46541: Remove unneeded visits from sqlite3 (GH-31609)
Erlend Egeberg Aasland
2022-02-28
1
-7/+0
*
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
Erlend Egeberg Aasland
2022-02-16
5
-39/+61
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-1/+1
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
4
-0/+8
*
bpo-43853: Expand test suite for SQLite UDF's (GH-27642)
Erlend Egeberg Aasland
2022-01-26
2
-3/+14
*
bpo-46249: Move set lastrowid out of the sqlite3 query loop (GH-30489)
Erlend Egeberg Aasland
2022-01-22
1
-11/+11
*
bpo-44092: Remove unused member `reset` from `sqlite3.Cursor` (GH-30377)
Erlend Egeberg Aasland
2022-01-03
2
-20/+0
*
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
Erlend Egeberg Aasland
2022-01-03
1
-24/+0
*
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
Erlend Egeberg Aasland
2021-11-29
1
-1/+1
*
bpo-45512: Use Argument Clinic to set sqlite3 isolation level (GH-29593)
Erlend Egeberg Aasland
2021-11-18
2
-72/+67
*
bpo-45512: Simplify manage isolation level (GH-29562)
Dong-hee Na
2021-11-17
3
-41/+33
*
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
Erlend Egeberg Aasland
2021-11-16
2
-62/+72
*
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad ...
Erlend Egeberg Aasland
2021-11-15
1
-3/+3
*
bpo-45512: Simplify isolation_level handling in `sqlite3` (GH-29053)
Erlend Egeberg Aasland
2021-11-15
3
-63/+84
*
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
Erlend Egeberg Aasland
2021-11-10
2
-4/+4
*
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Christian Heimes
2021-11-06
2
-6/+6
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
1
-0/+30
*
bpo-24139: Add support for SQLite extended result codes (GH-28076)
Erlend Egeberg Aasland
2021-11-02
2
-3/+131
*
bpo-42064: Adapt `sqlite3` to multi-phase init (PEP 489) (GH-29234)
Erlend Egeberg Aasland
2021-11-02
1
-20/+99
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
3
-1/+146
*
bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH...
Erlend Egeberg Aasland
2021-10-31
1
-41/+48
*
bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory ...
Erlend Egeberg Aasland
2021-10-29
1
-0/+4
*
bpo-42064: Convert `sqlite3` global state to module state (GH-29073)
Erlend Egeberg Aasland
2021-10-27
8
-55/+36
*
bpo-42064: Add module backref to `sqlite3` callback context (GH-28242)
Erlend Egeberg Aasland
2021-10-19
3
-125/+91
*
bpo-44991: Normalise function and collation callback naming (GH-28209)
Erlend Egeberg Aasland
2021-10-12
1
-7/+5
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-2/+2
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-2/+2
*
bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH...
Erlend Egeberg Aasland
2021-10-07
1
-1/+1
*
bpo-44958: Revert GH-27844 (GH-28574)
Erlend Egeberg Aasland
2021-09-26
3
-40/+39
*
bpo-44958: Only reset `sqlite3` statements when needed (GH-27844)
Erlend Egeberg Aasland
2021-09-21
3
-39/+40
*
bpo-45041: Simplify `sqlite3.Cursor.executescript()` (GH-28020)
Erlend Egeberg Aasland
2021-09-19
1
-42/+25
*
bpo-45040: Simplify sqlite3 transaction control functions (GH-28019)
Erlend Egeberg Aasland
2021-09-19
2
-63/+28
*
bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231)
Erlend Egeberg Aasland
2021-09-12
2
-13/+49
[prev]
[next]