<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/tracer.c, branch coverage-3.7.1</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>Two calls with no error checking replaced by a more convenient Py_BuildValue</title>
<updated>2012-11-04T12:35:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-04T12:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0b42a659f8a8159c105d5e2cf11222aa7d80d744'/>
<id>0b42a659f8a8159c105d5e2cf11222aa7d80d744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>One more way to be picky: no final blank lines.</title>
<updated>2012-10-30T11:33:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-10-30T11:33:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9d6abb08c303e6a0cc2c08f71067c0b84977e4e6'/>
<id>9d6abb08c303e6a0cc2c08f71067c0b84977e4e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A compile error fixed, only shows with TRACE_LOG set.</title>
<updated>2012-09-02T11:45:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-09-02T11:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ac701aae0e6be902e4a53898418efda01631230d'/>
<id>ac701aae0e6be902e4a53898418efda01631230d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the py2 case of this macro.</title>
<updated>2012-09-01T14:36:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-09-01T14:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cc0ece18dc4b2b6a820943ddd8aa550f990226c1'/>
<id>cc0ece18dc4b2b6a820943ddd8aa550f990226c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Plug several memory leaks by no longer forgetting to DECREF calls to</title>
<updated>2012-08-31T19:25:29+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2012-08-31T19:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=38001d9a5cd756d61c94a340bcde83f57b635cdd'/>
<id>38001d9a5cd756d61c94a340bcde83f57b635cdd</id>
<content type='text'>
PyUnicode_AsASCIIString() under Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyUnicode_AsASCIIString() under Python 3.
</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>
<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.git/commit/?id=829215d157dca64cd1d88be27908e73a084715a7'/>
<id>829215d157dca64cd1d88be27908e73a084715a7</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.git/commit/?id=89a63e1f0e01ac7f8ce0cdeb343586f6c436aee2'/>
<id>89a63e1f0e01ac7f8ce0cdeb343586f6c436aee2</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.git/commit/?id=a243a6a2b34eb9ef5cba3346796160e06ba77930'/>
<id>a243a6a2b34eb9ef5cba3346796160e06ba77930</id>
<content type='text'>
--HG--
branch : bug_123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : bug_123
</pre>
</div>
</content>
</entry>
</feed>
