<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/sqlite3, branch master</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)</title>
<updated>2021-10-07T19:48:13+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-10-07T19:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8deb7afbaaaad847656842375119f8dbef8aea54'/>
<id>8deb7afbaaaad847656842375119f8dbef8aea54</id>
<content type='text'>
Automerge-Triggered-By: GH:pablogsal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: GH:pablogsal</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH-28509)</title>
<updated>2021-10-07T09:16:45+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-10-07T09:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3f2c433da560d7999a52f9fcba4bbd0898848520'/>
<id>3f2c433da560d7999a52f9fcba4bbd0898848520</id>
<content type='text'>
* bpo-45041: Restore sqlite3 executescript behaviour for select queries

* Add regression test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-45041: Restore sqlite3 executescript behaviour for select queries

* Add regression test</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in the Lib directory (GH-28775)</title>
<updated>2021-10-06T23:13:48+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-10-06T23:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be'/>
<id>745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be</id>
<content type='text'>
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44958: Fix ref. leak introduced in GH-27844 (GH-28490)</title>
<updated>2021-09-21T13:15:54+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-09-21T13:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3e3ff09058a71b92c32d1d7dc32470c0cf49300c'/>
<id>3e3ff09058a71b92c32d1d7dc32470c0cf49300c</id>
<content type='text'>
Modify managed_connect() helper to support in-memory databases. Use it
for the regression tests added in GH-27844.

Automerge-Triggered-By: GH:pablogsal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify managed_connect() helper to support in-memory databases. Use it
for the regression tests added in GH-27844.

Automerge-Triggered-By: GH:pablogsal</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44958: Only reset `sqlite3` statements when needed (GH-27844)</title>
<updated>2021-09-21T11:20:34+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-09-21T11:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=050d1035957379d70e8601e6f5636637716a264b'/>
<id>050d1035957379d70e8601e6f5636637716a264b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in Lib/sqlite3/test/test_types.py (GH-28226)</title>
<updated>2021-09-15T20:09:08+00:00</updated>
<author>
<name>Konstantin Popov</name>
<email>konst.hardy@gmail.com</email>
</author>
<published>2021-09-15T20:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d081eab7df176453c9834b852a579e1ada0354b2'/>
<id>d081eab7df176453c9834b852a579e1ada0354b2</id>
<content type='text'>
preceeding -&gt; preceding

Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
preceeding -&gt; preceding

Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45181: Simplify loading sqlite3 tests (GH-28304)</title>
<updated>2021-09-13T11:16:26+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-09-13T11:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3e19409d6443c66a6a7d62f58b2bb4e8330e56c4'/>
<id>3e19409d6443c66a6a7d62f58b2bb4e8330e56c4</id>
<content type='text'>
Use unittest discover instead of manually enumerating all
test modules and classes.
Also add support for filtering them by pattern.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use unittest discover instead of manually enumerating all
test modules and classes.
Also add support for filtering them by pattern.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45041: Increase coverage for sqlite3.Cursor.executescript() (GH-28074)</title>
<updated>2021-08-30T21:14:27+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-08-30T21:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e34bb409197d72711ae2c6197f9d8305533034d4'/>
<id>e34bb409197d72711ae2c6197f9d8305533034d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)</title>
<updated>2021-08-30T18:32:21+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-08-30T18:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=86d8b465231473f850cc5e906013ba8581ddb503'/>
<id>86d8b465231473f850cc5e906013ba8581ddb503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-43398: Add test for defect connection factories (GH-27966)</title>
<updated>2021-08-30T17:49:34+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-08-30T17:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f62763d26755260c31c717fb396550e00eb6b2a0'/>
<id>f62763d26755260c31c717fb396550e00eb6b2a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
