<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/tracer.c, branch coverage-3.5.2</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Change the name of the C tracer from Tracer to CTracer, as it always should have been.</title>
<updated>2011-09-04T01:06:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-09-04T01:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=216ab43d172c322ce0eb04a92b15936f8981a665'/>
<id>216ab43d172c322ce0eb04a92b15936f8981a665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Control the test better; don't use os when cleaning up the path</title>
<updated>2011-08-09T02:24:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-09T02:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=8799da89bd2ff281e95eb341d524d42f566532eb'/>
<id>8799da89bd2ff281e95eb341d524d42f566532eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A fullcoverage tracer that works.  Events are stashed, then replayed when coverage is started.</title>
<updated>2011-08-09T00:37:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-09T00:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=1966f545699490822117d66a86f2de91734a6ee9'/>
<id>1966f545699490822117d66a86f2de91734a6ee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the C code to streamline the __call__ path.</title>
<updated>2011-05-03T02:47:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-05-03T02:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e1897e38e8c0c6c2d38ae00ea1f6f8b168a97bb5'/>
<id>e1897e38e8c0c6c2d38ae00ea1f6f8b168a97bb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C trace function now roundtrips properly. Fixes #123 and #125.</title>
<updated>2011-04-27T13:42:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-04-27T13:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6c4465b4b6b56dcae5c658b1dee9376441876d5a'/>
<id>6c4465b4b6b56dcae5c658b1dee9376441876d5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A fix for bug #123, but it doesn't restore tracing properly yet, still want to get to the bottom of that.</title>
<updated>2011-04-26T01:29:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-04-26T01:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=71d861179873e6eef995fce2d7bb13dd1da14edf'/>
<id>71d861179873e6eef995fce2d7bb13dd1da14edf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect when our trace function is yanked out from under us, and warn the user. Finishes, but does not fix, issue #93.</title>
<updated>2010-11-06T20:49:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-11-06T20:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=226aa60227cc4e9e39d71dd1bbbcfe77c83f0280'/>
<id>226aa60227cc4e9e39d71dd1bbbcfe77c83f0280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up lint.</title>
<updated>2010-08-26T13:30:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-08-26T13:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=8db961c74630ca3ca8a389b6e96068e9a608f92a'/>
<id>8db961c74630ca3ca8a389b6e96068e9a608f92a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The thread-startup dance caused Thread.run() to not be measured.  This fixes it, I hope without introducing too much more new code.  Fixes #85.</title>
<updated>2010-08-26T12:12:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-08-26T12:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=aa75e73d926b6350da8336a46809a4406e187edd'/>
<id>aa75e73d926b6350da8336a46809a4406e187edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly record multiple exits separately.  Fixes #62.</title>
<updated>2010-04-28T02:00:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-04-28T02:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d790754b0905b17f34a77aa8e3b05e52561c15e1'/>
<id>d790754b0905b17f34a77aa8e3b05e52561c15e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
