<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_sqlite/connection.h, branch misc-acks-comment</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)</title>
<updated>2019-07-13T03:15:48+00:00</updated>
<author>
<name>gescheit</name>
<email>gescheit@yandex-team.ru</email>
</author>
<published>2019-07-13T03:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b9a0376b0dedf16a2f82fa43d851119d1f7a2707'/>
<id>b9a0376b0dedf16a2f82fa43d851119d1f7a2707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)</title>
<updated>2019-03-19T13:10:18+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-03-19T13:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=29198ea1c6d58f87389136b0ac0b8b2318dbac24'/>
<id>29198ea1c6d58f87389136b0ac0b8b2318dbac24</id>
<content type='text'>
Modules/_sqlite/cursor.c uses "y#" format.
It didn't declare PY_SSIZE_T_CLEAN, but the argument is Py_ssize_t already.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modules/_sqlite/cursor.c uses "y#" format.
It didn't declare PY_SSIZE_T_CLEAN, but the argument is Py_ssize_t already.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-6532: Make the thread id an unsigned integer. (#781)</title>
<updated>2017-03-23T13:48:39+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-03-23T13:48:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=aefa7ebf0ff0f73feee7ab24f4cdcb2014d83ee5'/>
<id>aefa7ebf0ff0f73feee7ab24f4cdcb2014d83ee5</id>
<content type='text'>
* bpo-6532: Make the thread id an unsigned integer.

From C API side the type of results of PyThread_start_new_thread() and
PyThread_get_thread_ident(), the id parameter of
PyThreadState_SetAsyncExc(), and the thread_id field of PyThreadState
changed from "long" to "unsigned long".

* Restore a check in thread_get_ident().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-6532: Make the thread id an unsigned integer.

From C API side the type of results of PyThread_start_new_thread() and
PyThread_get_thread_ident(), the id parameter of
PyThreadState_SetAsyncExc(), and the thread_id field of PyThreadState
changed from "long" to "unsigned long".

* Restore a check in thread_get_ident().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection-&gt;inTransaction manually</title>
<updated>2016-09-12T04:16:43+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2016-09-12T04:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=59da4b324f08247d389a4c89e1e84243f41c489f'/>
<id>59da4b324f08247d389a4c89e1e84243f41c489f</id>
<content type='text'>
Patch adapted from https://github.com/ghaering/pysqlite/commit/9b79188edbc50faa24dc178afe24a10454f3fcad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch adapted from https://github.com/ghaering/pysqlite/commit/9b79188edbc50faa24dc178afe24a10454f3fcad
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.</title>
<updated>2016-09-01T19:18:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-09-01T19:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=2891492d2357253fd832485023c78e593660319d'/>
<id>2891492d2357253fd832485023c78e593660319d</id>
<content type='text'>
Based on patch by Xiang Zhang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Xiang Zhang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22883: Got rid of outdated references to PyInt and PyString in comments.</title>
<updated>2015-02-17T08:14:30+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-17T08:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=483405bcca9f371bc6910dda7f9b5ba74395682c'/>
<id>483405bcca9f371bc6910dda7f9b5ba74395682c</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://91.123.203.49/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>
<entry>
<title>#11565: Merge with 3.1.</title>
<updated>2011-03-16T09:35:38+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2011-03-16T09:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=3b3499ba69341a49fc842ce0d4a2f66fcb249a04'/>
<id>3b3499ba69341a49fc842ce0d4a2f66fcb249a04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#11565: Fix several typos. Patch by Piotr Kasprzyk.</title>
<updated>2011-03-16T09:05:33+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2011-03-16T09:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=13925008dc11f2a235627dc8c0440c0ce99171d9'/>
<id>13925008dc11f2a235627dc8c0440c0ce99171d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix T_BOOL bug of issue 8845.</title>
<updated>2010-10-17T19:48:29+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2010-10-17T19:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=a2e7d9bdc12b451da58d6660abfb6a80d34defb5'/>
<id>a2e7d9bdc12b451da58d6660abfb6a80d34defb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
