<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch coverage-4.0a5</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>Ship 4.0a5</title>
<updated>2015-02-17T01:42:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-17T01:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e0ad5837194a4a8cd1a2ddf392c5b0db6a80e705'/>
<id>e0ad5837194a4a8cd1a2ddf392c5b0db6a80e705</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect against misbehaving plugins.</title>
<updated>2015-02-15T20:06:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-15T20:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=80036ce3f4b82b3911e10b7d28226048dc8a56c0'/>
<id>80036ce3f4b82b3911e10b7d28226048dc8a56c0</id>
<content type='text'>
Also, test some misbehavior, and move our own annotations of plugins
into prefixed attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, test some misbehavior, and move our own annotations of plugins
into prefixed attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some code to where it belongs</title>
<updated>2015-02-14T14:27:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-14T14:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e25a505dfece0b60c22ea871796d7159a300d771'/>
<id>e25a505dfece0b60c22ea871796d7159a300d771</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint</title>
<updated>2015-02-14T13:13:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-14T13:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=21d67b2b01d6daa5c29dc7aca336d5491e4096de'/>
<id>21d67b2b01d6daa5c29dc7aca336d5491e4096de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>addCleanup cleanup</title>
<updated>2015-02-13T15:09:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-13T15:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ccc84c5a7fbaece36ae0d1a9a994efcc40cf0641'/>
<id>ccc84c5a7fbaece36ae0d1a9a994efcc40cf0641</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always make the current directory importable. #358</title>
<updated>2015-02-13T11:28:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-13T11:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e93531e45438d632a55c570cdcaac7c93fe1814e'/>
<id>e93531e45438d632a55c570cdcaac7c93fe1814e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat config_file=".coveragerc" the same as config_file=True. #357</title>
<updated>2015-02-12T02:41:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-12T02:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=bcfbd8d2fdc724fa3cff945d4d6d19a36a2d0312'/>
<id>bcfbd8d2fdc724fa3cff945d4d6d19a36a2d0312</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bad check that was causing mysterious py2/py3 differences</title>
<updated>2015-02-10T14:36:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-10T14:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=08c37202cb992865e502e6f80e430b5125be1afc'/>
<id>08c37202cb992865e502e6f80e430b5125be1afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vertical imports</title>
<updated>2015-02-09T20:54:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-09T20:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cf081d5e1fe6b1e753995f982f0c0a07c5d200b8'/>
<id>cf081d5e1fe6b1e753995f982f0c0a07c5d200b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove (most) tearDown functions in favor of addCleanup</title>
<updated>2015-02-09T15:55:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-09T15:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c241ca7e844eafc5f06bdac8852c8b026cfa0c83'/>
<id>c241ca7e844eafc5f06bdac8852c8b026cfa0c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
