<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/ctracer, branch nedbat/plugin-error-handling</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>wip: more specific errors for plugin problems</title>
<updated>2021-06-12T12:26:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-06-12T12:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d8124a87a427728e1ee353fae55b2a9f47a04db6'/>
<id>d8124a87a427728e1ee353fae55b2a9f47a04db6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: get rid of My* version shims we don't need anymore</title>
<updated>2021-05-04T00:38:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-04T00:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=40c87e08a98dd06dde8781bad32876b01ce9ea3b'/>
<id>40c87e08a98dd06dde8781bad32876b01ce9ea3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove unneeded Py2 C code</title>
<updated>2021-05-02T11:38:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T23:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=540da6d02dc6f5f1e81ccb3dcb73257f47eb8f90'/>
<id>540da6d02dc6f5f1e81ccb3dcb73257f47eb8f90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: adapt to 3.10.0a7's f_lasti field</title>
<updated>2021-04-11T22:39:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-11T22:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3cd4db3248fe48c3a531855227a9b2a3846e0110'/>
<id>3cd4db3248fe48c3a531855227a9b2a3846e0110</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 supported way to get a C frame's lineno</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-06T15:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7e5e28f1aba87c10b96d0ae1244352f4c520aedc'/>
<id>7e5e28f1aba87c10b96d0ae1244352f4c520aedc</id>
<content type='text'>
See https://bugs.python.org/issue42823 for discussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bugs.python.org/issue42823 for discussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move disable_plugin to Python</title>
<updated>2020-09-13T17:58:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-09-13T17:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=24eb6fdc8495f969ffeb724f2e96d3941442dd2d'/>
<id>24eb6fdc8495f969ffeb724f2e96d3941442dd2d</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 missed exception handling for bad plugins</title>
<updated>2020-09-13T17:33:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-09-13T17:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=987ceb9300c9326e4932dd69d633e7bd7be04e16'/>
<id>987ceb9300c9326e4932dd69d633e7bd7be04e16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove a copy of a private macro, and just use it" #809</title>
<updated>2019-07-06T17:06:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-06T17:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0911fe5e8986dc63c3e9fce8815b4730d02f1d01'/>
<id>0911fe5e8986dc63c3e9fce8815b4730d02f1d01</id>
<content type='text'>
This reverts commit b777c96f885b8d91b5339940a31a6a8ec4bfa3f9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b777c96f885b8d91b5339940a31a6a8ec4bfa3f9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a copy of a private macro, and just use it</title>
<updated>2019-04-07T11:22:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-04-07T11:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b777c96f885b8d91b5339940a31a6a8ec4bfa3f9'/>
<id>b777c96f885b8d91b5339940a31a6a8ec4bfa3f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dynamic contexts</title>
<updated>2018-09-23T23:02:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-09-23T10:44:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=106828c2cc8bbce1e5fb31c6a89ea3ac025225c1'/>
<id>106828c2cc8bbce1e5fb31c6a89ea3ac025225c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
