<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/test/modules, branch coverage3</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>--omit and --include now interpret their values more usefully.  Fixes #121.</title>
<updated>2011-03-22T01:40:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-03-22T01:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=43167860f5d36940bd56b0a55d4694ab27fff182'/>
<id>43167860f5d36940bd56b0a55d4694ab27fff182</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 and doc for Brandon's -m flag.</title>
<updated>2011-02-07T04:02:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-02-07T04:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ef9729d54c9c8b0a0e81affabfaa5ce396931b67'/>
<id>ef9729d54c9c8b0a0e81affabfaa5ce396931b67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some prep work for finding completely uncovered files.</title>
<updated>2010-08-31T03:08:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-08-31T03:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=1ea2b87c872b8ae92f0b89f14c93786fcf1b87e2'/>
<id>1ea2b87c872b8ae92f0b89f14c93786fcf1b87e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Empty python files (like __init__.py) are shown as having zero statements, not one. Fixes #1.</title>
<updated>2010-06-27T22:19:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-06-27T22:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=04c37320f567bc3331af3428726ae963186f39f9'/>
<id>04c37320f567bc3331af3428726ae963186f39f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-vamp the tests for omit and include, and add source.</title>
<updated>2010-06-22T03:09:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-06-22T03:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=d0755b95a5f3c1745a20644d4c0703bc639e518d'/>
<id>d0755b95a5f3c1745a20644d4c0703bc639e518d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Source files can have more than one dot in them. Fixes issue #46.</title>
<updated>2010-03-15T02:35:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-03-15T02:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=0a5c64e929a0a3b13d2264e2e383752add381a29'/>
<id>0a5c64e929a0a3b13d2264e2e383752add381a29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k: unify subprocess and popen4.</title>
<updated>2009-07-08T18:05:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-07-08T18:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=9c7324f1e57909a83d145ee6d0826c8cf7d1a62e'/>
<id>9c7324f1e57909a83d145ee6d0826c8cf7d1a62e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get the flat_rootname right for nested CodeUnits.  Thanks, Christian Heimes.</title>
<updated>2009-06-13T00:49:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-06-13T00:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=569ed043579f08a7f6faf3b3770401c541cc0fc9'/>
<id>569ed043579f08a7f6faf3b3770401c541cc0fc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial coverage.py 3.0 beta 1</title>
<updated>2009-03-06T02:21:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-03-06T02:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=0cc8fd18714cb214327a0a58b704401a9efdf8dc'/>
<id>0cc8fd18714cb214327a0a58b704401a9efdf8dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
