<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_sqlite/row.c, branch v3.6.7</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>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://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=06515833fef7b8b5c7968edf72367d94ff7eb1e0'/>
<id>06515833fef7b8b5c7968edf72367d94ff7eb1e0</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 #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 #23450: Fixed possible integer overflows.</title>
<updated>2015-02-16T18:52:17+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-16T18:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=26861b0b29fdf64fba8cd120183408495f2c80e2'/>
<id>26861b0b29fdf64fba8cd120183408495f2c80e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular</title>
<updated>2014-08-06T14:50:39+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-08-06T14:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3d4b2d4df25aafdfce52e20fc1cb9976671023c2'/>
<id>3d4b2d4df25aafdfce52e20fc1cb9976671023c2</id>
<content type='text'>
when unpickling pickled sqlite3.Row).  sqlite3.Row is now initialized in the
__new__() method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when unpickling pickled sqlite3.Row).  sqlite3.Row is now initialized in the
__new__() method.
</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>Fix a compiler warning on Windows 64-bit: _sqlite module</title>
<updated>2013-11-18T00:27:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-18T00:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=83e30bf4bda30153bb2e5dc881fb540e7411deb1'/>
<id>83e30bf4bda30153bb2e5dc881fb540e7411deb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18701: Remove support of old CPython versions (&lt;3.0) from C code.</title>
<updated>2013-08-16T21:48:02+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-08-16T21:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8fa8ee3970f095f47f045891afe118836280e551'/>
<id>8fa8ee3970f095f47f045891afe118836280e551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.</title>
<updated>2011-08-11T01:28:54+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian@python.org</email>
</author>
<published>2011-08-11T01:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dfc80e3d97680ee26e509daba4a08502fefe22ee'/>
<id>dfc80e3d97680ee26e509daba4a08502fefe22ee</id>
<content type='text'>
The macro was introduced in #12724.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The macro was introduced in #12724.
</pre>
</div>
</content>
</entry>
</feed>
