<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/ctracer, branch coverage-4.4.2</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>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://git.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://git.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://git.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://git.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://git.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://git.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://git.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>
<entry>
<title>Prevent a hard crash when starting coverage thousands of times</title>
<updated>2016-12-29T11:58:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-29T11:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=246474f2fd7d4e2de09a0627341873aa0eb16059'/>
<id>246474f2fd7d4e2de09a0627341873aa0eb16059</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A better name for a stat</title>
<updated>2016-11-12T22:53:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-12T22:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5d53cad3c136fd66011db5fb95eac3d51845ceb6'/>
<id>5d53cad3c136fd66011db5fb95eac3d51845ceb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for the possibility of null-testing</title>
<updated>2016-11-12T21:22:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-12T21:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a3cb2f42aae5392c1a957e6522b0339733ec66cc'/>
<id>a3cb2f42aae5392c1a957e6522b0339733ec66cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
