<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage, branch fix_init_name</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 name for module in __init__.py file</title>
<updated>2016-10-17T21:12:10+00:00</updated>
<author>
<name>Dirk Thomas</name>
<email>dthomas@osrfoundation.org</email>
</author>
<published>2016-10-17T21:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=b2f19c1ed21629d5383532cfb2a77be9a7389ea4'/>
<id>b2f19c1ed21629d5383532cfb2a77be9a7389ea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use explicit integer division where we need integer division</title>
<updated>2016-09-28T12:01:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-28T12:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ed1683c10de01fa5fd497d6249f1ac03ab858d2f'/>
<id>ed1683c10de01fa5fd497d6249f1ac03ab858d2f</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 way to prevent call stacks during multi-line output</title>
<updated>2016-09-25T13:47:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-25T13:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=92db04203fbf4d58e64d262123f9e4b5bc6b7da7'/>
<id>92db04203fbf4d58e64d262123f9e4b5bc6b7da7</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 debug=callers test to something that will be coverable</title>
<updated>2016-09-25T00:39:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-25T00:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=2e09bd04887216b4f0438efd9ee0169b0ca49503'/>
<id>2e09bd04887216b4f0438efd9ee0169b0ca49503</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 and test the callers debugging info</title>
<updated>2016-09-24T23:08:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-24T23:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=813bf6c33bc33f171efde49047b766c407f0c9e8'/>
<id>813bf6c33bc33f171efde49047b766c407f0c9e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test short_stack, and give it a skip parameter for better output.</title>
<updated>2016-09-24T22:39:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-24T22:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=72c2df9297550e92dd85493dcfada7020340ff6c'/>
<id>72c2df9297550e92dd85493dcfada7020340ff6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Derp: actually make config not write a call stack for each line</title>
<updated>2016-09-24T18:12:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-24T18:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=b7165a97a82eba631c70486a1e0e8910c631593f'/>
<id>b7165a97a82eba631c70486a1e0e8910c631593f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't print a call stack for each line in multi-line debug output</title>
<updated>2016-09-24T11:50:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-24T11:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=f7e159775d3d854d2fe512287fdb02c072bedcb4'/>
<id>f7e159775d3d854d2fe512287fdb02c072bedcb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more debugging for thorny multiprocessing issues</title>
<updated>2016-09-23T11:52:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-23T11:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=44049333cb1c2550fe5a5e9d54d57c5c3589ee3b'/>
<id>44049333cb1c2550fe5a5e9d54d57c5c3589ee3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be absolutely explicit about non-hashability of some objects.</title>
<updated>2016-09-23T10:55:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-09-23T10:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=91b64953450626476278737bc2c480189901c2fb'/>
<id>91b64953450626476278737bc2c480189901c2fb</id>
<content type='text'>
From https://github.com/nedbat/coveragepy/pull/17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From https://github.com/nedbat/coveragepy/pull/17
</pre>
</div>
</content>
</entry>
</feed>
