<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/collector.py, branch coverage-3.6b2</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>Clean up debugging stuff</title>
<updated>2012-12-21T12:55:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-21T12:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6977c8efd9438d063ac2d063cba2ebdd9560e609'/>
<id>6977c8efd9438d063ac2d063cba2ebdd9560e609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Debugging to understand why 'trace function changed' appears.</title>
<updated>2012-12-20T12:02:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-20T12:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=741e21203b77547906babf0f04edf7eb5dedf723'/>
<id>741e21203b77547906babf0f04edf7eb5dedf723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence the last of the pylint warnings.</title>
<updated>2012-11-20T10:41:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-20T10:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=00b6dd7817da35f361a94da903367a841bfdaed0'/>
<id>00b6dd7817da35f361a94da903367a841bfdaed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #201: wrong default for traces0 being missing.</title>
<updated>2012-10-13T17:51:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-10-13T17:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=78fb1561f7060b20ca527a8a7e7f9bd5018891cf'/>
<id>78fb1561f7060b20ca527a8a7e7f9bd5018891cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If fullcoverage is run with the wrong tracer, make it apparent.</title>
<updated>2012-08-31T03:16:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-08-31T03:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=79382fd0aef31418c91769b60ccfb7abd7775e06'/>
<id>79382fd0aef31418c91769b60ccfb7abd7775e06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Undo Brett's change to the fullcoverage feature: it should only be used with the C tracer.</title>
<updated>2012-08-31T03:13:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-08-31T03:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=eb190ff7bc2ed15ccb635e875e93e9e2ea356492'/>
<id>eb190ff7bc2ed15ccb635e875e93e9e2ea356492</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make fullcoverage at least run (doesn't work though).</title>
<updated>2012-08-17T21:20:58+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2012-08-17T21:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=503453e6915aa99efe52d06be9465bb6addc50c4'/>
<id>503453e6915aa99efe52d06be9465bb6addc50c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If the C tracer is missing during testing, make the problem immediately apparent.</title>
<updated>2012-07-07T13:53:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-07-07T13:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=07b188473f945262949a5ce0cf3ee7b1e943a6ee'/>
<id>07b188473f945262949a5ce0cf3ee7b1e943a6ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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.git/commit/?id=48e06cb85d8664f601ef30c8f56b661a72246e84'/>
<id>48e06cb85d8664f601ef30c8f56b661a72246e84</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.git/commit/?id=669a609f88de252d41cd5b8510160c87ef6e65ba'/>
<id>669a609f88de252d41cd5b8510160c87ef6e65ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
