<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch nedbat/close-data</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Make Analysis a context manager to properly close sqlite files</title>
<updated>2019-07-09T18:23:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-09T18:23:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fb2c6262c4964eba2d90a1ddd999fe5bc49827b4'/>
<id>fb2c6262c4964eba2d90a1ddd999fe5bc49827b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly close the sqldata object</title>
<updated>2019-07-09T15:58:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-09T15:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e16eb5245857db6574a0c0fdcf76879708a316c4'/>
<id>e16eb5245857db6574a0c0fdcf76879708a316c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep the SQLite database open as long as possible.</title>
<updated>2019-07-08T12:38:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-08T11:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=190d8257ec9c4b2e13561edce02dacdaa8a658f2'/>
<id>190d8257ec9c4b2e13561edce02dacdaa8a658f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SQLite will keep comments that are inside, not outside</title>
<updated>2019-07-08T11:51:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-08T11:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9bc6b93805a5f20a87211a315d00503eddab66dc'/>
<id>9bc6b93805a5f20a87211a315d00503eddab66dc</id>
<content type='text'>
This way, ".schema" in the SQLite prompt will show the comments for the
tables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way, ".schema" in the SQLite prompt will show the comments for the
tables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #820 from minho42/Fix-typo</title>
<updated>2019-07-07T17:48:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-07T17:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d55714a22e15226cf0ecdf5276b11125d88aec4d'/>
<id>d55714a22e15226cf0ecdf5276b11125d88aec4d</id>
<content type='text'>
Fix typo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into Fix-typo</title>
<updated>2019-07-07T17:47:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-07T17:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a9c49fbbd4fe7429936a8cc2cb50ec834c9aeb8b'/>
<id>a9c49fbbd4fe7429936a8cc2cb50ec834c9aeb8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid useless or redundant db operations. Faster.</title>
<updated>2019-07-07T17:39:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-07T11:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dade9db58673d4f712ba5c50ed66d1c67a7e1d5d'/>
<id>dade9db58673d4f712ba5c50ed66d1c67a7e1d5d</id>
<content type='text'>
Moving operations into the "with self._connect" means less opening and
closing of the database.  Returning early if there is no data to write
avoids writing empty contexts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moving operations into the "with self._connect" means less opening and
closing of the database.  Returning early if there is no data to write
avoids writing empty contexts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Log connections properly</title>
<updated>2019-07-07T17:39:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-07T13:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4b43eff1377e818db2c42521d98bf2a0973b1cb6'/>
<id>4b43eff1377e818db2c42521d98bf2a0973b1cb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify SqliteDb</title>
<updated>2019-07-07T17:39:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-07T11:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0fc49e317fefef7ce745d98a1454651ae535e2ac'/>
<id>0fc49e317fefef7ce745d98a1454651ae535e2ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rough-hewn use of ox_profile</title>
<updated>2019-07-07T17:39:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-07T11:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9c160feb307c85e8fbc4aae10ff7f33311c5f8d6'/>
<id>9c160feb307c85e8fbc4aae10ff7f33311c5f8d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
