<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/ctracer, branch nedbat/pythons</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Update NOTICE link to GitHub.</title>
<updated>2018-06-24T15:43:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-06-24T15:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=11998ee5ee43b334744123f820b488091728ae52'/>
<id>11998ee5ee43b334744123f820b488091728ae52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=62699a318754c6811622d31cfab195b4dbc3775e'/>
<id>62699a318754c6811622d31cfab195b4dbc3775e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX always remove the callback from the callback itself</title>
<updated>2017-09-04T12:22:19+00:00</updated>
<author>
<name>Olivier Grisel</name>
<email>olivier.grisel@ensta.org</email>
</author>
<published>2017-09-04T12:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6f79cf1d20452bfd6222410165e13a1b75e1b5bb'/>
<id>6f79cf1d20452bfd6222410165e13a1b75e1b5bb</id>
<content type='text'>
--HG--
branch : fix-thread-safety
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : fix-thread-safety
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX thread-safe Collector.save_data()</title>
<updated>2017-08-10T13:52:35+00:00</updated>
<author>
<name>Olivier Grisel</name>
<email>olivier.grisel@ensta.org</email>
</author>
<published>2017-08-10T13:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bfee14ab8788b6c97f58308ec5c5b14e57d06cb7'/>
<id>bfee14ab8788b6c97f58308ec5c5b14e57d06cb7</id>
<content type='text'>
--HG--
branch : fix-thread-safety
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : fix-thread-safety
</pre>
</div>
</content>
</entry>
<entry>
<title>Update URLs so link-checker doesn't spew red.</title>
<updated>2017-06-14T12:31:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-06-14T12:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=03b7b258014e300f1974b9f5832ccd74e692cc29'/>
<id>03b7b258014e300f1974b9f5832ccd74e692cc29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
