<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/cmdline.py, branch coverage-3.5.2</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>A different (better) way to avoid warnings when no code has been run.</title>
<updated>2011-02-13T04:07:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-02-13T04:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=12c3dd51679344f4173e82552af7515db46453ee'/>
<id>12c3dd51679344f4173e82552af7515db46453ee</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 warn about not collecting data if we never ran any code in the first place.</title>
<updated>2011-02-07T13:37:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-02-07T13:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2419ccf5218042b6caf9e972873d4815490c2690'/>
<id>2419ccf5218042b6caf9e972873d4815490c2690</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2afc485b2724f496c67e0660c9c3683c52634515'/>
<id>2afc485b2724f496c67e0660c9c3683c52634515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added an actual "-m" command line option to turn on the module loader.</title>
<updated>2011-02-03T01:19:14+00:00</updated>
<author>
<name>Brandon Craig Rhodes</name>
<email>brandon@rhodesmill.org</email>
</author>
<published>2011-02-03T01:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fbf6a2d0b35c5b159ec7bc076aba1c37fabf72ef'/>
<id>fbf6a2d0b35c5b159ec7bc076aba1c37fabf72ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrote the basic logic for running a Python module or package as __main__.</title>
<updated>2011-02-03T01:02:38+00:00</updated>
<author>
<name>Brandon Craig Rhodes</name>
<email>brandon@rhodesmill.org</email>
</author>
<published>2011-02-03T01:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f54a25d6627d344ca297f36b1de377f142c606cf'/>
<id>f54a25d6627d344ca297f36b1de377f142c606cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint 0.23.0 'deprecated' disable-msg.</title>
<updated>2011-02-02T03:46:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-02-02T03:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=67749e288dbb41ac63ab257f1be54856ecf279db'/>
<id>67749e288dbb41ac63ab257f1be54856ecf279db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If you called sys.exit() with no argument, coverage.py got tangled.  Thanks, Brodie Rao.</title>
<updated>2010-09-18T23:11:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-09-18T23:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=43a2b30a875e14bdead28bbd819548d09e2bce8c'/>
<id>43a2b30a875e14bdead28bbd819548d09e2bce8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When showing debug data, do something visible with empty lists.</title>
<updated>2010-09-12T19:31:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-09-12T19:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d841d4604223d8ed3db3777750a397d0c4dafd15'/>
<id>d841d4604223d8ed3db3777750a397d0c4dafd15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Conform to recommended optparse use.</title>
<updated>2010-06-14T02:38:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-06-14T02:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=985f7fc0126120e2eb0fab1727d2aab1a8a43f38'/>
<id>985f7fc0126120e2eb0fab1727d2aab1a8a43f38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The 'source' option is a list of directories or packages to limit coverage's attention.</title>
<updated>2010-06-14T01:46:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-06-14T01:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cf7fa58279cf644c47864485260a7139d9608b2d'/>
<id>cf7fa58279cf644c47864485260a7139d9608b2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
