<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch nedbat/data-modes</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>WIP</title>
<updated>2019-07-12T20:13:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-12T20:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=48dc3a8936da7aa48ed88cc42265343a0d5f3d8a'/>
<id>48dc3a8936da7aa48ed88cc42265343a0d5f3d8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document another environment variable</title>
<updated>2019-07-10T13:55:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-10T13:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=04a675ab3b115cd7b6d197341cb4a78087534773'/>
<id>04a675ab3b115cd7b6d197341cb4a78087534773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #821 from Bachmann1234/isolate_os</title>
<updated>2019-07-10T12:22:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-10T12:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=35925e2bd1fbbc40c1f1bf2996e930db0f00cfed'/>
<id>35925e2bd1fbbc40c1f1bf2996e930db0f00cfed</id>
<content type='text'>
Isolate os in the db module</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Isolate os in the db module</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into isolate_os</title>
<updated>2019-07-10T12:22:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-10T12:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6cbd78e000e539bee39375264afdb9f29a89c681'/>
<id>6cbd78e000e539bee39375264afdb9f29a89c681</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the JSON data code</title>
<updated>2019-07-10T10:57:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-09T20:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6b226d85f5191cd27b20ad27caded8b407772a02'/>
<id>6b226d85f5191cd27b20ad27caded8b407772a02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Isolate the os module to protect from aggressive mocking interfearing with database operations</title>
<updated>2019-07-10T03:16:46+00:00</updated>
<author>
<name>Matt Bachmann</name>
<email>bachmann.matt@gmail.com</email>
</author>
<published>2019-07-10T03:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e1e474f5dda602551fbc0cbd30e441e194d9421f'/>
<id>e1e474f5dda602551fbc0cbd30e441e194d9421f</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
