<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage, branch html-filter</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>Speed up HTML filtering</title>
<updated>2016-07-20T07:15:18+00:00</updated>
<author>
<name>Ville Skytt?</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-07-20T07:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=109f1fdb78e6409f83e680ed301c38490dfe2e14'/>
<id>109f1fdb78e6409f83e680ed301c38490dfe2e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Multiprocessing needs to communicate the rcfile down to the subprocesses</title>
<updated>2016-07-13T16:08:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-13T16:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=a003fc65c5a0904894bd16fab351a4459348f70e'/>
<id>a003fc65c5a0904894bd16fab351a4459348f70e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename to multiproc.py, since it only does one thing.</title>
<updated>2016-07-13T00:04:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-13T00:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=133e9c52399fee7b0fca457779b5aa9bea45fcc6'/>
<id>133e9c52399fee7b0fca457779b5aa9bea45fcc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cover a few more lines in cmdline.py</title>
<updated>2016-07-10T21:15:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-10T21:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=119b0a4c7cf20240bc3d302045c23175b2805f57'/>
<id>119b0a4c7cf20240bc3d302045c23175b2805f57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify debug.log by using an existing helper</title>
<updated>2016-07-10T19:56:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-10T19:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=8ff9ef8f25be766990309f56a944985fd844db59'/>
<id>8ff9ef8f25be766990309f56a944985fd844db59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix metacov after a recent change</title>
<updated>2016-07-10T15:12:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-10T15:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ccdb17186e45454391477f21d93fbe46c06a6d11'/>
<id>ccdb17186e45454391477f21d93fbe46c06a6d11</id>
<content type='text'>
The fix for subprocess measurement affecting coverage commands also made it so
that metacoverage wouldn't record coverage for subprocesses. I have a feeling
this isn't over yet...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix for subprocess measurement affecting coverage commands also made it so
that metacoverage wouldn't record coverage for subprocesses. I have a feeling
this isn't over yet...
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a helper function for debugging deep problems</title>
<updated>2016-07-10T15:09:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-10T15:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=d72eeb7c98f1da4bf170ece51f6211be5359e6d0'/>
<id>d72eeb7c98f1da4bf170ece51f6211be5359e6d0</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 check for default values of run-affecting options, and add a test</title>
<updated>2016-07-09T23:30:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-09T23:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=a8e492ea611720996df4322a5f47e7a71f22b6c4'/>
<id>a8e492ea611720996df4322a5f47e7a71f22b6c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail command lines that use multiprocessing and other options together. #495</title>
<updated>2016-07-09T16:36:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-09T16:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=f471a289d9677daf8978b15997bd1667e8681661'/>
<id>f471a289d9677daf8978b15997bd1667e8681661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of args_ok, it shrank to almost nothing.</title>
<updated>2016-07-09T15:34:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-09T15:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=a87bfb11160fc30eebaa08375ff263a503c8887d'/>
<id>a87bfb11160fc30eebaa08375ff263a503c8887d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
