<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/plugin.py, branch coverage-4.5</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>A new kind of plug-in: configurers.  #563</title>
<updated>2018-01-06T22:06:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-06T22:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=db260dc3feb931947309e88fa93063a0a37b6eda'/>
<id>db260dc3feb931947309e88fa93063a0a37b6eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up of the new plugin method. Thanks, Emil Madsen</title>
<updated>2017-03-28T10:38:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-28T10:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=db04ffdd2c7305243728cd662c11d49714068b8f'/>
<id>db04ffdd2c7305243728cd662c11d49714068b8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow plugins to report files they haven't executed.</title>
<updated>2017-03-28T10:21:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-28T10:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b536b6c77c943eb95a0fe27705d842070027b407'/>
<id>b536b6c77c943eb95a0fe27705d842070027b407</id>
<content type='text'>
By Emil Madsen, from: https://github.com/nedbat/coveragepy/pull/28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By Emil Madsen, from: https://github.com/nedbat/coveragepy/pull/28
</pre>
</div>
</content>
</entry>
<entry>
<title>Be absolutely explicit about non-hashability of some objects.</title>
<updated>2016-09-23T10:55:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-23T10:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=91b64953450626476278737bc2c480189901c2fb'/>
<id>91b64953450626476278737bc2c480189901c2fb</id>
<content type='text'>
From https://github.com/nedbat/coveragepy/pull/17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From https://github.com/nedbat/coveragepy/pull/17
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify a plea</title>
<updated>2016-05-07T18:24:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-05-07T18:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=9fb44c1e19572d3aec12353f4a481535dc61e994'/>
<id>9fb44c1e19572d3aec12353f4a481535dc61e994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better descriptions of missing one-line executables. Part of #475</title>
<updated>2016-03-27T17:44:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-03-27T17:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=928b6cd61a2aca930574b4bc2d731975a14d6603'/>
<id>928b6cd61a2aca930574b4bc2d731975a14d6603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pick off some lint</title>
<updated>2016-02-15T17:30:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-02-15T17:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=1f0e50cdf60d38aa73e9eac8d3fdaf71061749ff'/>
<id>1f0e50cdf60d38aa73e9eac8d3fdaf71061749ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>missing_arc_description is better than arc_destination_description. One test broken.</title>
<updated>2016-02-08T14:54:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-02-08T14:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=429d6ecbc19bf4e742170828e0433481ee0d3b19'/>
<id>429d6ecbc19bf4e742170828e0433481ee0d3b19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add arc_destination_description so we can next make better descriptions</title>
<updated>2016-02-05T03:56:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-02-05T03:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ad8321bd6d874ce43666c9cb69a7a664776a07fa'/>
<id>ad8321bd6d874ce43666c9cb69a7a664776a07fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc tweaks</title>
<updated>2015-08-21T15:40:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-21T15:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=858bf438d4d85eded78b58018ad3e016724b997e'/>
<id>858bf438d4d85eded78b58018ad3e016724b997e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
