<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/ctracer, branch fix-thread-safety</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=a829cf02cc65287727784e5390088ec820b8ba1f'/>
<id>a829cf02cc65287727784e5390088ec820b8ba1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/commit/?id=dfdec3b7437374d9472cfb2d4322a18e797c3dfa'/>
<id>dfdec3b7437374d9472cfb2d4322a18e797c3dfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/commit/?id=a7c7cdf0dd73c44b68ded37e2a7feb1e8f3e03db'/>
<id>a7c7cdf0dd73c44b68ded37e2a7feb1e8f3e03db</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=20dc040e7a10632c90015f6211cafab5d66fd6a2'/>
<id>20dc040e7a10632c90015f6211cafab5d66fd6a2</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=04099ca4f3585eae83de43ca7a2da96625234029'/>
<id>04099ca4f3585eae83de43ca7a2da96625234029</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=0dfb8c8275918b8a31c75ab9e8f45828b9698036'/>
<id>0dfb8c8275918b8a31c75ab9e8f45828b9698036</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=31c8dbfcf45cd6bbb0f7d47c5b0e69d5948c122c'/>
<id>31c8dbfcf45cd6bbb0f7d47c5b0e69d5948c122c</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=c1fb25db7855b9269fb907651f6f4efb60364438'/>
<id>c1fb25db7855b9269fb907651f6f4efb60364438</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=65040fe1b7f9b1a121d1817cdd241a3782369076'/>
<id>65040fe1b7f9b1a121d1817cdd241a3782369076</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=cb5c0ffe6bef8b43bb1e22a3576e535dd0bf89fd'/>
<id>cb5c0ffe6bef8b43bb1e22a3576e535dd0bf89fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
