<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/ctracer, branch nedbat/nested-tracing</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<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://trove.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>
<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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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>
<entry>
<title>Properly round-trip the trace function even when not measuring coverage. #575</title>
<updated>2017-05-02T17:05:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-05-02T17:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=95d4c66f44392a89a2e02637908f5ca0793f2916'/>
<id>95d4c66f44392a89a2e02637908f5ca0793f2916</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Collecting continues after saving data. #79 #448</title>
<updated>2017-03-04T03:28:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-04T03:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d679d5442ea8d39111e02b8d3251e34418287e50'/>
<id>d679d5442ea8d39111e02b8d3251e34418287e50</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 little English</title>
<updated>2017-03-03T12:24:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-03T12:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c2b922448ac753630c3170eb2a5bd3a00016aa79'/>
<id>c2b922448ac753630c3170eb2a5bd3a00016aa79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify stack management in CTracer</title>
<updated>2017-03-03T11:56:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-03T11:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=68fb56eb803283f7df9caf2d47c0d39e7be95cbb'/>
<id>68fb56eb803283f7df9caf2d47c0d39e7be95cbb</id>
<content type='text'>
"file_data" used to be borrowed from data, but that was confusing. Now it's
owned.  We used to have a struct member which was a copy of the current stack
entry.  That just made it harder to reason about reference counting.  Now we
have a pointer to the entry on the stack.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"file_data" used to be borrowed from data, but that was confusing. Now it's
owned.  We used to have a struct member which was a copy of the current stack
entry.  That just made it harder to reason about reference counting.  Now we
have a pointer to the entry on the stack.
</pre>
</div>
</content>
</entry>
</feed>
