<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/config.py, branch coverage-4.3</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>Clean up and credit the #265 work</title>
<updated>2016-12-17T02:15:55+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-17T02:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=35ad479aec70232e45da8983a8389451c72dba50'/>
<id>35ad479aec70232e45da8983a8389451c72dba50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>--source and --include are mutually exclusive #265</title>
<updated>2016-12-16T12:29:18+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-16T12:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fe5739b703c4f4171e998bee9ce2ad3dfd7959a2'/>
<id>fe5739b703c4f4171e998bee9ce2ad3dfd7959a2</id>
<content type='text'>
Add a sanity_check function to CoverageConfig to perform sanity checks
after configuration values have been collected from files, arguments
etc.

Raise an error if --source and --include are both set.

The config tests are amended because some of them have both source and
include set.

Based on the original patch from Nathan Land

close #265

--HG--
branch : issue-265
extra : amend_source : 2c0e1173285d07174bc632fb3a8df437201607a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a sanity_check function to CoverageConfig to perform sanity checks
after configuration values have been collected from files, arguments
etc.

Raise an error if --source and --include are both set.

The config tests are amended because some of them have both source and
include set.

Based on the original patch from Nathan Land

close #265

--HG--
branch : issue-265
extra : amend_source : 2c0e1173285d07174bc632fb3a8df437201607a6
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid flags in regexes we combine</title>
<updated>2016-11-27T13:43:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-27T13:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=32f87fbe9997e95f9b8837a4c449c9a32c9b1842'/>
<id>32f87fbe9997e95f9b8837a4c449c9a32c9b1842</id>
<content type='text'>
These regexes get piped together with other regexes, and flags not at the
beginning of the regex raise DeprecationWarnings. Also, I'm not sure what the
flag will do when combined with the other regexes.  Also also, do people really
use upper-case pragmas?

--HG--
extra : amend_source : 0123e985b9ddba0a7ef18276816a05bdb3f8d170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These regexes get piped together with other regexes, and flags not at the
beginning of the regex raise DeprecationWarnings. Also, I'm not sure what the
flag will do when combined with the other regexes.  Also also, do people really
use upper-case pragmas?

--HG--
extra : amend_source : 0123e985b9ddba0a7ef18276816a05bdb3f8d170
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the docstring</title>
<updated>2016-11-20T14:17:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-20T14:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=87e2fe503a813c2396b1a9ec6865013d0cfccd08'/>
<id>87e2fe503a813c2396b1a9ec6865013d0cfccd08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the config logic out of the Coverage constructor</title>
<updated>2016-11-20T13:21:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-20T13:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=afe3955c48db6c4ef6501e657ba7fc03a1b69d5d'/>
<id>afe3955c48db6c4ef6501e657ba7fc03a1b69d5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that an uninterested setup.cfg doesn't prevent tox.ini from working</title>
<updated>2016-11-19T22:46:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T22:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d524b6d7ea0cf363d5fd67b6a79994483f972425'/>
<id>d524b6d7ea0cf363d5fd67b6a79994483f972425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer need this pragma</title>
<updated>2016-11-09T00:21:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-09T00:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=29f0b9a4d9335ef80527cfe6e65a8a6b845b9b6b'/>
<id>29f0b9a4d9335ef80527cfe6e65a8a6b845b9b6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use latest pylint</title>
<updated>2016-08-07T21:20:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-08-07T21:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=93325dfb9d388c1a01f0e71b130afcabab74881c'/>
<id>93325dfb9d388c1a01f0e71b130afcabab74881c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the rcfile for multiprocessing subprocesses</title>
<updated>2016-07-24T13:39:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-24T13:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9ca201f512d16e542f8cd4e8b83f87fe1beac4d5'/>
<id>9ca201f512d16e542f8cd4e8b83f87fe1beac4d5</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.git/commit/?id=98539b47a2790255f633260bcd60243dc7b6647c'/>
<id>98539b47a2790255f633260bcd60243dc7b6647c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
