<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/cmdline.py, branch coverage-4.3.2</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Expunge the last %()s formatting</title>
<updated>2017-01-16T11:24:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-01-16T11:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=06d0a928852eba71c60c750862777ad6a4041d27'/>
<id>06d0a928852eba71c60c750862777ad6a4041d27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement --skip-covered for html report #433</title>
<updated>2016-12-18T16:24:37+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-18T16:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=73c034283616600e78d82388a3891b5206ba5d39'/>
<id>73c034283616600e78d82388a3891b5206ba5d39</id>
<content type='text'>
close #433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #433
</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://git.baserock.org/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>
<entry>
<title>Combining twice shouldn't lose data. #412, #516</title>
<updated>2016-08-07T15:53:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-08-07T15:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=1035b301586737bd44d6a8a9739e3cce53406622'/>
<id>1035b301586737bd44d6a8a9739e3cce53406622</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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
<entry>
<title>Let the concurrency option be multi-valued. #484</title>
<updated>2016-07-04T12:20:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-04T12:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e7fdd272fe8780230ef3aee9910324a932ab1d43'/>
<id>e7fdd272fe8780230ef3aee9910324a932ab1d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the --append help description</title>
<updated>2016-07-02T11:18:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-02T11:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f475fb9891808fcd8926dc19599da8e03473af38'/>
<id>f475fb9891808fcd8926dc19599da8e03473af38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
