<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch coverage-5.0a6</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Bitmaps for line numbers, 10% of the size.</title>
<updated>2019-07-16T00:18:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-15T12:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=496e8c1a0efdf24dfa0430751362511aedd736f6'/>
<id>496e8c1a0efdf24dfa0430751362511aedd736f6</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://git.baserock.org/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>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://git.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>Can't run the delete-my-directory tests on Windows</title>
<updated>2019-07-06T22:34:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-06T22:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2c4c254a32e27c24b7714d541bd41eef97c375b5'/>
<id>2c4c254a32e27c24b7714d541bd41eef97c375b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests of bug #806, and ensure it's fixed even if the program ends with an exception</title>
<updated>2019-07-06T21:21:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-06T21:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9ae35a5f6a4fed487ef6c14edd6b4eb4f5c1b7f0'/>
<id>9ae35a5f6a4fed487ef6c14edd6b4eb4f5c1b7f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML: Mark things to show instead of to hide.</title>
<updated>2019-07-06T14:04:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-04T21:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cfdcacea473dede9fb779256c812ff6a098a0714'/>
<id>cfdcacea473dede9fb779256c812ff6a098a0714</id>
<content type='text'>
Also made some other changes along the way:

* Scroll bar markers change as the selected categories change.

* We don't use css class 'stm' for anything, get rid of it.

* Better sass use all around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also made some other changes along the way:

* Scroll bar markers change as the selected categories change.

* We don't use css class 'stm' for anything, get rid of it.

* Better sass use all around.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up and test filtering contexts for reporting</title>
<updated>2019-07-02T03:14:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-02T03:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=25aff80d444a6b1fa87173ffd8026f69be7ae0d0'/>
<id>25aff80d444a6b1fa87173ffd8026f69be7ae0d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Context reporting improvements and test</title>
<updated>2019-07-01T02:36:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-06-18T21:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=57e762c85d767eba791782596665d3e6980c83a7'/>
<id>57e762c85d767eba791782596665d3e6980c83a7</id>
<content type='text'>
Contexts should only be reported on lines that are marked as executed.
The empty outer context is now reported as "(empty)".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contexts should only be reported on lines that are marked as executed.
The empty outer context is now reported as "(empty)".
</pre>
</div>
</content>
</entry>
<entry>
<title>Make a Unicode character more apparent in the source</title>
<updated>2019-06-30T11:06:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-06-29T23:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=612d6600e5381527e028a8541c477ad6e8a3bb65'/>
<id>612d6600e5381527e028a8541c477ad6e8a3bb65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2019-06-29T22:36:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-06-29T22:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=8e66333ede129ab68b3f5a928899f7e87ceeec2d'/>
<id>8e66333ede129ab68b3f5a928899f7e87ceeec2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
