<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git, branch check-source-isdir</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>control.Coverage._init: check "source" is a directory, not just it exists; there could be a file with that name</title>
<updated>2016-12-25T16:40:49+00:00</updated>
<author>
<name>Cosimo Lupo</name>
<email>cosimo.lupo@daltonmaag.com</email>
</author>
<published>2016-12-25T16:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c64f7b8622c936859a9e006b6f4a2f5e2c33ee1b'/>
<id>c64f7b8622c936859a9e006b6f4a2f5e2c33ee1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gevent 1.2.0 didn't work well, let's stick with 1.1.2 for now</title>
<updated>2016-12-25T02:53:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-25T02:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e9d029b78194764caee109c434d887ab36413000'/>
<id>e9d029b78194764caee109c434d887ab36413000</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the latest of everything</title>
<updated>2016-12-25T02:00:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-25T02:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=fb990eb1d0ac66cfabae9d14fa6b2afe4b82236f'/>
<id>fb990eb1d0ac66cfabae9d14fa6b2afe4b82236f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The name of the section is 'Specifying source files'</title>
<updated>2016-12-24T22:46:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T22:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=9c906cf9de57e817be6625e48bbf9f35f6f37552'/>
<id>9c906cf9de57e817be6625e48bbf9f35f6f37552</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in dachary/coverage.py/issue-425 (pull request #113)</title>
<updated>2016-12-24T22:45:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-24T22:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ce764c1f6cc86777687e28f4b5b66964db3036a5'/>
<id>ce764c1f6cc86777687e28f4b5b66964db3036a5</id>
<content type='text'>
sources that do not end with .py\w? are ignored #425
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sources that do not end with .py\w? are ignored #425
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for subprocesses to test HTML reporting</title>
<updated>2016-12-24T22:42:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T22:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f9a0784c8b62833ef53a2337489cb4ebdb0ee18d'/>
<id>f9a0784c8b62833ef53a2337489cb4ebdb0ee18d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add html --skip-covered to the changes</title>
<updated>2016-12-24T22:23:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T22:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=4c9cced77b881d8bf07279c213e7edd438b37e27'/>
<id>4c9cced77b881d8bf07279c213e7edd438b37e27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in dachary/coverage.py/issue-433-2 (pull request #112)</title>
<updated>2016-12-24T22:05:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-24T22:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=5b71841fe7b172115051357d9d237ab8d523c593'/>
<id>5b71841fe7b172115051357d9d237ab8d523c593</id>
<content type='text'>
implement --skip-covered for html report #433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implement --skip-covered for html report #433
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changes and contributors for #502</title>
<updated>2016-12-24T22:00:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T22:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=a020b6d03226f3c1bf2f6e92ce4ae8999b9187ea'/>
<id>a020b6d03226f3c1bf2f6e92ce4ae8999b9187ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.6 and 2.7 are not different wrt constants in while loops</title>
<updated>2016-12-24T21:56:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=601204cb27420d35446e9ad07eb25944d120849b'/>
<id>601204cb27420d35446e9ad07eb25944d120849b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
