<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython.git/Modules/_sqlite, branch master</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/'/>
<entry>
<title>Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever</title>
<updated>2017-01-23T07:47:21+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-23T07:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=bfeec6d871e3db2e0ddfdef01387913bc19cadd4'/>
<id>bfeec6d871e3db2e0ddfdef01387913bc19cadd4</id>
<content type='text'>
possible.  Patch is writen with Coccinelle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
possible.  Patch is writen with Coccinelle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28985: Update authorizer constants in sqlite3 module</title>
<updated>2017-01-02T03:38:10+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2017-01-02T03:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=063159b7f20bc4a44fe64978638d4d03fc4f980b'/>
<id>063159b7f20bc4a44fe64978638d4d03fc4f980b</id>
<content type='text'>
Dates and version information from the changelog:

* 2006-08-12 (3.3.7) added SQLITE_CREATE_VTABLE, SQLITE_DROP_VTABLE
* 2006-10-09 (3.3.8) added SQLITE_FUNCTION
* 2009-01-12 (3.6.8) added SQLITE_SAVEPOINT
* 2014-02-03 (3.8.3) added SQLITE_RECURSIVE

Patch by Dingyuan Wang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dates and version information from the changelog:

* 2006-08-12 (3.3.7) added SQLITE_CREATE_VTABLE, SQLITE_DROP_VTABLE
* 2006-10-09 (3.3.8) added SQLITE_FUNCTION
* 2009-01-12 (3.6.8) added SQLITE_SAVEPOINT
* 2014-02-03 (3.8.3) added SQLITE_RECURSIVE

Patch by Dingyuan Wang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.</title>
<updated>2016-12-16T14:18:57+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-16T14:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=f22b56b777f7134b5c4e6c9caa9249e92c4f4fd9'/>
<id>f22b56b777f7134b5c4e6c9caa9249e92c4f4fd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28915: Use _PyObject_CallNoArg()</title>
<updated>2016-12-09T11:29:18+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-12-09T11:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=6974284a5631861776f49b2cd8c84aeb76b78e8c'/>
<id>6974284a5631861776f49b2cd8c84aeb76b78e8c</id>
<content type='text'>
Replace PyObject_CallFunction(func, NULL) with _PyObject_CallNoArg(func).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace PyObject_CallFunction(func, NULL) with _PyObject_CallNoArg(func).
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the const qualifier to char* variables that refer to readonly internal</title>
<updated>2016-11-20T08:16:47+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-20T08:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=5d858465b6ebdafa05f86309457848cc26913b6a'/>
<id>5d858465b6ebdafa05f86309457848cc26913b6a</id>
<content type='text'>
UTF-8 represenatation of Unicode objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UTF-8 represenatation of Unicode objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize</title>
<updated>2016-11-20T07:13:07+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-20T07:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=57c0f2e61c8a5893c37e576a3a03ba5e57c1132c'/>
<id>57c0f2e61c8a5893c37e576a3a03ba5e57c1132c</id>
<content type='text'>
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.</title>
<updated>2016-11-16T08:19:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-16T08:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=c0797803c0d4303489709f02078c8c6adc4eed36'/>
<id>c0797803c0d4303489709f02078c8c6adc4eed36</id>
<content type='text'>
The latter function is more readable, faster and doesn't raise exceptions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The latter function is more readable, faster and doesn't raise exceptions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.</title>
<updated>2016-11-16T08:17:58+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-16T08:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=78779b765c2d7f89fab3868b77b6a6522c55ee4c'/>
<id>78779b765c2d7f89fab3868b77b6a6522c55ee4c</id>
<content type='text'>
The latter function is more readable, faster and doesn't raise exceptions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The latter function is more readable, faster and doesn't raise exceptions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()</title>
<updated>2016-09-26T21:14:24+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-09-26T21:14:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=9ea9305d5ff067097c4504337464d8cb399d6011'/>
<id>9ea9305d5ff067097c4504337464d8cb399d6011</id>
<content type='text'>
if pass invalid string-like object as a name.  Patch by Xiang Zhang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if pass invalid string-like object as a name.  Patch by Xiang Zhang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()</title>
<updated>2016-09-26T21:10:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-09-26T21:10:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython.git/commit/?id=b170117367ce60f4104b877b3fee4c9c6049476c'/>
<id>b170117367ce60f4104b877b3fee4c9c6049476c</id>
<content type='text'>
if pass invalid string-like object as a name.  Patch by Xiang Zhang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if pass invalid string-like object as a name.  Patch by Xiang Zhang.
</pre>
</div>
</content>
</entry>
</feed>
