<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/sqlite3/test/factory.py, branch misc-acks-comment</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-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)</title>
<updated>2019-09-17T06:20:56+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-09-17T06:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f669581a9527afb0d2325f9845a86715c0ba365d'/>
<id>f669581a9527afb0d2325f9845a86715c0ba365d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)</title>
<updated>2019-09-16T17:15:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-09-16T17:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8debfa50407107ff2329d01081cdc12d359f1d12'/>
<id>8debfa50407107ff2329d01081cdc12d359f1d12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory</title>
<updated>2016-08-29T11:29:55+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-08-29T11:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ef113cd4cc2c16fa0ce59e325ee587698d62e1ae'/>
<id>ef113cd4cc2c16fa0ce59e325ee587698d62e1ae</id>
<content type='text'>
creates not a cursor.  Patch by Xiang Zhang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
creates not a cursor.  Patch by Xiang Zhang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24257: Fixed incorrect uses of PyObject_IsInstance().</title>
<updated>2015-05-22T08:13:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-22T08:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e79ec70801e410de9c3110ffe78f98e08114ae16'/>
<id>e79ec70801e410de9c3110ffe78f98e08114ae16</id>
<content type='text'>
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type.
Fixed system error in the comparison of faked types.SimpleNamespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type.
Fixed system error in the comparison of faked types.SimpleNamespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24257: Fixed incorrect uses of PyObject_IsInstance().</title>
<updated>2015-05-22T08:02:49+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-22T08:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=08d230a5408e9fac3adbb357f5fb4a43958991d4'/>
<id>08d230a5408e9fac3adbb357f5fb4a43958991d4</id>
<content type='text'>
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type.
Fixed system error in the comparison of faked types.SimpleNamespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type.
Fixed system error in the comparison of faked types.SimpleNamespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13583: sqlite3.Row now supports slice indexing.</title>
<updated>2015-03-31T10:33:11+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-31T10:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=72e731cc03f29cdb8bf17bd9ea34c8448954c798'/>
<id>72e731cc03f29cdb8bf17bd9ea34c8448954c798</id>
<content type='text'>
Tests by Jessica McKellar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests by Jessica McKellar.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10203: sqlite3.Row now truly supports sequence protocol.  In particulr</title>
<updated>2014-05-28T09:58:34+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-05-28T09:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=47a981337a8f3898482a1c0c51ad2d91c7a6bc2f'/>
<id>47a981337a8f3898482a1c0c51ad2d91c7a6bc2f</id>
<content type='text'>
it supports reverse() and negative indices.  Original patch by Claudiu Popa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it supports reverse() and negative indices.  Original patch by Claudiu Popa.
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing test assertion (closes #20080)</title>
<updated>2014-02-15T18:19:59+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-02-15T18:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=29352c436cc2489c76736cb1cff00fbdcf7bb0cd'/>
<id>29352c436cc2489c76736cb1cff00fbdcf7bb0cd</id>
<content type='text'>
Patch by Vajrasky Kok.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Vajrasky Kok.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19601: Use specific asserts in sqlite3 tests.</title>
<updated>2013-11-16T22:39:12+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-11-16T22:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=78ee0784058f52e31626fff63b56d2a991717b10'/>
<id>78ee0784058f52e31626fff63b56d2a991717b10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Undocument and clean up sqlite3.OptimizedUnicode</title>
<updated>2012-02-09T19:09:03+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2012-02-09T19:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bc35bebb458c6d3ad74adaf0d75f5156ab89fec9'/>
<id>bc35bebb458c6d3ad74adaf0d75f5156ab89fec9</id>
<content type='text'>
Closes #13921.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #13921.
</pre>
</div>
</content>
</entry>
</feed>
