<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch coverage-3.7.1</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>More tests of Templite's sad-path behavior.</title>
<updated>2013-10-27T22:34:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-27T22:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=8c275cd9b8817d0a817ebce853c111d11ceb86e9'/>
<id>8c275cd9b8817d0a817ebce853c111d11ceb86e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now that this is a CoverageTest, need to shut off the temp dir.</title>
<updated>2013-10-26T18:41:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-26T18:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=191f41f43a2933ac921847f877d87c2594d727f0'/>
<id>191f41f43a2933ac921847f877d87c2594d727f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Templite now compiles to Python code for speed.</title>
<updated>2013-10-26T17:18:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-26T17:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=97c373346323a848d4d0547256a2e1fe06123267'/>
<id>97c373346323a848d4d0547256a2e1fe06123267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sets as much as possible to speed HTML reports.  Seems to be a 10% speedup.</title>
<updated>2013-10-24T02:19:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-24T02:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1404665ed8870771c47fb132273275b1f6a5ab7a'/>
<id>1404665ed8870771c47fb132273275b1f6a5ab7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the mechanism for HTML to find OS-installed resources.</title>
<updated>2013-10-11T01:14:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-11T01:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f828915df2b52095ea28fbc82e1219d55ae91998'/>
<id>f828915df2b52095ea28fbc82e1219d55ae91998</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the html gold files, where it really doesn't, but it's good to clean it all up.</title>
<updated>2013-10-06T11:20:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-06T11:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ad7bae46720187c6bea66b83b0368fa175e0bd32'/>
<id>ad7bae46720187c6bea66b83b0368fa175e0bd32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Can't just run 'python' in a subprocess from 3.x, since it doesn't install as 'python'.</title>
<updated>2013-10-05T18:36:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-05T18:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9bb2dc364c54ee72d02993f534532fce524bcdef'/>
<id>9bb2dc364c54ee72d02993f534532fce524bcdef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make everything work on py2.3 again (for the last time).</title>
<updated>2013-10-05T17:21:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-05T17:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7599c0d495353607155f336c8c7a9850f8ad4f55'/>
<id>7599c0d495353607155f336c8c7a9850f8ad4f55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't divide by zero if nothing to report. #250.</title>
<updated>2013-09-30T11:21:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-30T11:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ab66e906cc95988db26332d06f0bdae9d795349c'/>
<id>ab66e906cc95988db26332d06f0bdae9d795349c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Quiet pylint.</title>
<updated>2013-09-29T19:45:30+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-29T19:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ba336478d867bd7af3ee51c1c57ade638336bba0'/>
<id>ba336478d867bd7af3ee51c1c57ade638336bba0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
