<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage, branch latest-pytest</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>status.json file is more compact</title>
<updated>2016-11-30T01:22:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-30T01:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=29257d4d11ec8475776a218e3cf31378adc18140'/>
<id>29257d4d11ec8475776a218e3cf31378adc18140</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More-accurate pragmas</title>
<updated>2016-11-29T11:18:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-29T11:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=998b4e07d8af4d241e70c7cca18a0f72f8ca74dd'/>
<id>998b4e07d8af4d241e70c7cca18a0f72f8ca74dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/commit/?id=92d02ded76ebc769dd555e5e3db6f932b8b60a83'/>
<id>92d02ded76ebc769dd555e5e3db6f932b8b60a83</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?
</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?
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a 2/3 name for unicode</title>
<updated>2016-11-23T11:43:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-23T11:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ff212b66ddbdbf123cc0c43811fa7a331ce7de92'/>
<id>ff212b66ddbdbf123cc0c43811fa7a331ce7de92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Conditionalize the ast_dump code</title>
<updated>2016-11-22T21:50:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-22T21:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c444cd6af97d12a43805d20000e3811734da27f4'/>
<id>c444cd6af97d12a43805d20000e3811734da27f4</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 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/commit/?id=8aee57ccb388674d49d0f7278c9ced247eb0872d'/>
<id>8aee57ccb388674d49d0f7278c9ced247eb0872d</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/commit/?id=52f7bb335ce25063cd33a91c4f9e757adb18e99c'/>
<id>52f7bb335ce25063cd33a91c4f9e757adb18e99c</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/commit/?id=8c19329691ba161715c8f7b464ff1f080f3e3671'/>
<id>8c19329691ba161715c8f7b464ff1f080f3e3671</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the docs about reading tox.ini</title>
<updated>2016-11-19T22:04:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T22:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=5d51fc47edb6a2b32ac6a8673cfe0a5799293d84'/>
<id>5d51fc47edb6a2b32ac6a8673cfe0a5799293d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up line wraps and leftover prints</title>
<updated>2016-11-19T21:28:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-19T21:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e1775b405a4ed1b80c694c727cea849bff217296'/>
<id>e1775b405a4ed1b80c694c727cea849bff217296</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
