<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/cmdline.py, branch coverage-3.5.2b1</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>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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=c10db096fe1d02d29d1cedb6a35decb049a87052'/>
<id>c10db096fe1d02d29d1cedb6a35decb049a87052</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=6ec3302004a2293535e5c3814c1c19e2f141e972'/>
<id>6ec3302004a2293535e5c3814c1c19e2f141e972</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>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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=0bfd923b7c05f5b28ffcc3de7781895972fc32a7'/>
<id>0bfd923b7c05f5b28ffcc3de7781895972fc32a7</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=128be32140d9b7f5feb1f9722a0e9e7a5aad0a37'/>
<id>128be32140d9b7f5feb1f9722a0e9e7a5aad0a37</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ed554fe8552d3810252d485dd7ae4d4302822681'/>
<id>ed554fe8552d3810252d485dd7ae4d4302822681</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=f4405db0cbc5d265b8ac8846596a9e3fab285305'/>
<id>f4405db0cbc5d265b8ac8846596a9e3fab285305</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ecc8c0ecbb57a4294a94e316db12e1f5d34d5f40'/>
<id>ecc8c0ecbb57a4294a94e316db12e1f5d34d5f40</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=6b5a130eb611f40e5b1f4fdbc1a46e561684b03b'/>
<id>6b5a130eb611f40e5b1f4fdbc1a46e561684b03b</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=42afb74959d043efa3d30873703736d3552aebfa'/>
<id>42afb74959d043efa3d30873703736d3552aebfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
