<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/includes/sqlite3, branch fix-traceback-syntax-error</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-34580: Update sqlite3 examples to call close() explicitly (GH-9079)</title>
<updated>2019-05-19T21:52:20+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-05-19T21:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=287b84de939db47aa8c6f30734ceb8aba9d1db29'/>
<id>287b84de939db47aa8c6f30734ceb8aba9d1db29</id>
<content type='text'>
The sqlit3.Connection object doesn't call its close() method when it's used
as a context manager.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sqlit3.Connection object doesn't call its close() method when it's used
as a context manager.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31923: Fix spelling in sqlite3 docs (GH-4227)</title>
<updated>2017-11-04T23:00:51+00:00</updated>
<author>
<name>davy wybiral</name>
<email>davy.wybiral@gmail.com</email>
</author>
<published>2017-11-04T23:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aafece7a9e010075fff4420cfbb16f1ec0342698'/>
<id>aafece7a9e010075fff4420cfbb16f1ec0342698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sqlite3: Fix documentation errors concerning Cursor.rowcount</title>
<updated>2012-02-16T19:39:03+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2012-02-16T19:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b3890226b33f86d485dccac309d442b15e766270'/>
<id>b3890226b33f86d485dccac309d442b15e766270</id>
<content type='text'>
Closes #13995.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #13995.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13491: Fix many errors in sqlite3 documentation</title>
<updated>2012-02-15T20:21:01+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2012-02-15T20:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1ca93954e17e4f6f1230306997badbda3e5c68bc'/>
<id>1ca93954e17e4f6f1230306997badbda3e5c68bc</id>
<content type='text'>
Initial patch by Johannes Vogel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial patch by Johannes Vogel.
</pre>
</div>
</content>
</entry>
<entry>
<title>caught is the right pp of catch; thanks to Don Bennett from docs@</title>
<updated>2011-10-31T01:41:06+00:00</updated>
<author>
<name>Sandro Tosi</name>
<email>sandro.tosi@gmail.com</email>
</author>
<published>2011-10-31T01:41:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=567493fe263e4e4ee50fcb0648ce3f2bbfc84db7'/>
<id>567493fe263e4e4ee50fcb0648ce3f2bbfc84db7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 11929: Minor whitespace clean-ups.</title>
<updated>2011-04-26T20:55:55+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2011-04-26T20:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=40fc59d98b70902f140aaf3c3e4c2b0739a9f1bc'/>
<id>40fc59d98b70902f140aaf3c3e4c2b0739a9f1bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.baserock.org/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://git.baserock.org/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>Merged revisions 86670 via svnmerge from</title>
<updated>2010-11-22T03:18:24+00:00</updated>
<author>
<name>Éric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2010-11-22T03:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=da825ab2ddf7d8c7a4c6672c75a2ea907af8dfe9'/>
<id>da825ab2ddf7d8c7a4c6672c75a2ea907af8dfe9</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86670 | eric.araujo | 2010-11-22 04:09:19 +0100 (lun., 22 nov. 2010) | 5 lines


  Remove unnecessary `object` base class in docs (#10366).

  Also add a note about inheritance from `object` being default.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86670 | eric.araujo | 2010-11-22 04:09:19 +0100 (lun., 22 nov. 2010) | 5 lines


  Remove unnecessary `object` base class in docs (#10366).

  Also add a note about inheritance from `object` being default.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary `object` base class in docs (#10366).</title>
<updated>2010-11-22T03:09:19+00:00</updated>
<author>
<name>Éric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2010-11-22T03:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=28053fb174cd548629b8c94cba02ce837aeb9e5b'/>
<id>28053fb174cd548629b8c94cba02ce837aeb9e5b</id>
<content type='text'>
Also add a note about inheritance from `object` being default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add a note about inheritance from `object` being default.
</pre>
</div>
</content>
</entry>
</feed>
