<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/lab, branch coverage-4.1b1</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 lab/parser.py, which wasn't showing enough arcs</title>
<updated>2016-01-10T19:18:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-10T19:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=edc07992a17eb5c2c1afa84d6423cc8534d9fee2'/>
<id>edc07992a17eb5c2c1afa84d6423cc8534d9fee2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Funcdecfs went away</title>
<updated>2016-01-09T16:28:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-09T16:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=772b6c10ff3346350ba97c1e82231feb48edb23c'/>
<id>772b6c10ff3346350ba97c1e82231feb48edb23c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update lab/parser.py for the bytecode-less world</title>
<updated>2016-01-09T14:32:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-09T14:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ee231ce67e2d8a24241db79dca1d8855bd1ae0e7'/>
<id>ee231ce67e2d8a24241db79dca1d8855bd1ae0e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When extracting snippets, also need to undo backslashing</title>
<updated>2016-01-08T00:46:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-08T00:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=7650c3d69c945fc204b60267bf88bcd77b52f13b'/>
<id>7650c3d69c945fc204b60267bf88bcd77b52f13b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make lab/parser.py usable on snippets within larger Python files.</title>
<updated>2016-01-08T00:42:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-08T00:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=0e58be3b9eefb65cb6e2dcabbc1934fa5cb00872'/>
<id>0e58be3b9eefb65cb6e2dcabbc1934fa5cb00872</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bytecode not byte code</title>
<updated>2016-01-07T13:46:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-07T13:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=fd524de906c72855360f05f5a80cc1b540895829'/>
<id>fd524de906c72855360f05f5a80cc1b540895829</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lab/parser.py shows arcs more usefully</title>
<updated>2016-01-05T00:40:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-05T00:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=6af5abfa10d75cc735057749a68f1f6808491aaf'/>
<id>6af5abfa10d75cc735057749a68f1f6808491aaf</id>
<content type='text'>
One-plus lines (that just go to the next line) now show +

Raw statements (-) and official statements (=) don't collide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One-plus lines (that just go to the next line) now show +

Raw statements (-) and official statements (=) don't collide.
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP: measure branches with ast instead of bytecode</title>
<updated>2015-12-24T13:49:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-12-24T13:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=fbe278c8bc9f3355a23dd68ad53a8a0201004f0b'/>
<id>fbe278c8bc9f3355a23dd68ad53a8a0201004f0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More compact arcs in lab/parser.py</title>
<updated>2015-11-29T15:11:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-11-29T15:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=941f04d3a7f26d958f422aa72e209c1bc26a943f'/>
<id>941f04d3a7f26d958f422aa72e209c1bc26a943f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pragmas on decorators apply to the entire function or class. #131</title>
<updated>2015-11-28T19:45:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-11-28T19:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ed73d02203e0096a7fcec28506a23cc860c506f5'/>
<id>ed73d02203e0096a7fcec28506a23cc860c506f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
