<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/report.py, branch coverage-3.3</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>Massive eol whitespace clean-up.</title>
<updated>2009-12-02T12:27:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-12-02T12:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=968fc008e4c0453ef05aa211e85e202e7b1d2342'/>
<id>968fc008e4c0453ef05aa211e85e202e7b1d2342</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When reporting, don't fall over if there's no data to report on. Fixes issue #37.</title>
<updated>2009-11-26T13:37:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-11-26T13:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=484647dc3a3d649543ebb6fcd62701fc84e0ddba'/>
<id>484647dc3a3d649543ebb6fcd62701fc84e0ddba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat missing source files nicer.</title>
<updated>2009-10-25T13:38:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-10-25T13:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a7f4c6c633a1ff02412f4f3e6695c12e2ba87808'/>
<id>a7f4c6c633a1ff02412f4f3e6695c12e2ba87808</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the analysis results so we aren't passing so many tuples around.</title>
<updated>2009-10-15T10:38:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-10-15T10:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=19e52a9bdcfc3318efb2cdcbf1e9cf3343b3dbf8'/>
<id>19e52a9bdcfc3318efb2cdcbf1e9cf3343b3dbf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML report includes non-relative code units also.  Fixes issue #11, though the paths displayed in the HTML are kind of heinous.</title>
<updated>2009-09-27T00:08:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-27T00:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ecf5b0dfcf5b15d8325666beed0c101efc35ec23'/>
<id>ecf5b0dfcf5b15d8325666beed0c101efc35ec23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some XML report fixes, and a very basic test.</title>
<updated>2009-09-24T00:47:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-24T00:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c0f54c80150b65d650e85339e98c17d025625d24'/>
<id>c0f54c80150b65d650e85339e98c17d025625d24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coverage._analyze is a non-public function.</title>
<updated>2009-05-17T18:55:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-17T18:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9aa4928ff2c7bcae4d3bf928cdf036e393bd4257'/>
<id>9aa4928ff2c7bcae4d3bf928cdf036e393bd4257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how data is harvested from the collector to simplify api use.</title>
<updated>2009-05-06T00:44:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-06T00:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6799d42aa4fc14d5f0fe9de2ca1c8af1b9042173'/>
<id>6799d42aa4fc14d5f0fe9de2ca1c8af1b9042173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The name of the project is Coverage, not coverage.py.</title>
<updated>2009-04-30T11:16:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-30T11:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c39a187ef78bf7049c8e53016c162c721d100595'/>
<id>c39a187ef78bf7049c8e53016c162c721d100595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up.</title>
<updated>2009-04-21T11:53:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-21T11:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=19ef69b1cb73c6364af2c536371cd9986f4b4499'/>
<id>19ef69b1cb73c6364af2c536371cd9986f4b4499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
