<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/control.py, 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>Use sets as much as possible to speed HTML reports.  Seems to be a 10% speedup.</title>
<updated>2013-10-24T02:19:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-24T02:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1404665ed8870771c47fb132273275b1f6a5ab7a'/>
<id>1404665ed8870771c47fb132273275b1f6a5ab7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More --debug options, split code into separate objects.</title>
<updated>2013-09-08T18:49:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-08T18:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=603be79c849af9fa01ec520e9bcce4692f1e2092'/>
<id>603be79c849af9fa01ec520e9bcce4692f1e2092</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make debug=trace trace all the yes/no tracing decisions.</title>
<updated>2013-09-07T00:50:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-07T00:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=059fdf7e6f58dc6708f5023b95e4d4365a7b6225'/>
<id>059fdf7e6f58dc6708f5023b95e4d4365a7b6225</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New flag for run: --debug, can trace why files aren't being traced.</title>
<updated>2013-09-04T13:25:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-04T13:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2c65a4291733ff2612c97f0801dee6b341f3a53d'/>
<id>2c65a4291733ff2612c97f0801dee6b341f3a53d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep things working on PyPy 2.1</title>
<updated>2013-08-17T01:59:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-08-17T01:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=79282728f4200919e9444e7789d45e3af03e86cf'/>
<id>79282728f4200919e9444e7789d45e3af03e86cf</id>
<content type='text'>
_structseq is in the lib_pypy directory on sys.path, but for some reason
when imported, it claims to be from
    /opt/pypy//pypy-c-jit-linux-x86-64/build/lib_pypy/_structseq.py

I don't know why that is, but importing _structseq and treating its
directory as part of the stdlib makes the tests pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_structseq is in the lib_pypy directory on sys.path, but for some reason
when imported, it claims to be from
    /opt/pypy//pypy-c-jit-linux-x86-64/build/lib_pypy/_structseq.py

I don't know why that is, but importing _structseq and treating its
directory as part of the stdlib makes the tests pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>I like it better like this.</title>
<updated>2013-04-22T03:13:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-04-22T03:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1b09f2f466398691582173238fbb90c96e49641f'/>
<id>1b09f2f466398691582173238fbb90c96e49641f</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 touch files as unexecuted if they were omitted.  Fixes #218.</title>
<updated>2013-04-21T17:38:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-04-21T17:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=70f663dc0ae6f8e663c0e048796f837cf0ef2983'/>
<id>70f663dc0ae6f8e663c0e048796f837cf0ef2983</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This is the correct fix for #224.  Data gets collected, and doesn't incur crazy harvesting during reporting.</title>
<updated>2012-12-29T15:28:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-29T15:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dd644abc9c6eb722fdf5c646342d75324ef433cc'/>
<id>dd644abc9c6eb722fdf5c646342d75324ef433cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preventing double harvesting was keeping the nose plugin from working.  Not sure what it was meant to solve in the first place.  Fixes #224.  Maybe allows double warnings now?</title>
<updated>2012-12-28T11:02:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-28T11:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3ef81fc93546470e2e1158bef547a1194e5cb67f'/>
<id>3ef81fc93546470e2e1158bef547a1194e5cb67f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Retro-fit onto 2.3 and 2.4 again.</title>
<updated>2012-12-20T02:20:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-12-20T02:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fc38bf8526cb1717968a1958439da5fae4768375'/>
<id>fc38bf8526cb1717968a1958439da5fae4768375</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
