<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/misc.py, branch issue-433-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>Prevent UnicodeErrors in HTML reports with Unicode configuration values</title>
<updated>2016-12-07T03:38:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-07T03:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=76e924a2b4268d9821c7fd6c69b6a092ddc936b1'/>
<id>76e924a2b4268d9821c7fd6c69b6a092ddc936b1</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>A SimpleRepr class to inherit a simple __repr__ implementation.</title>
<updated>2016-06-23T11:44:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-06-23T11:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b5300b44c019cb8e86ae1ba1eac7e8ced1376df5'/>
<id>b5300b44c019cb8e86ae1ba1eac7e8ced1376df5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some pylint</title>
<updated>2016-02-13T19:55:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-02-13T19:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=5518bb6c34eabc1d6c09dfb6827a53b6d2def7c1'/>
<id>5518bb6c34eabc1d6c09dfb6827a53b6d2def7c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PyContracts need protection from metacov, centralize that too.</title>
<updated>2016-02-07T18:03:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-02-07T18:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f0eb7f779f14cce5fc34581439c25cfa5c13d23a'/>
<id>f0eb7f779f14cce5fc34581439c25cfa5c13d23a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize the no-op-iness of contracts</title>
<updated>2016-02-07T16:51:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-02-07T16:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=19697bfa4ddeaacf971442d0bda71d948329f774'/>
<id>19697bfa4ddeaacf971442d0bda71d948329f774</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try a different strategy for setting and testing output encodings</title>
<updated>2015-10-31T16:02:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-10-31T16:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f3c5a81b391030a5bca0e5de3cea6efd36cc35cf'/>
<id>f3c5a81b391030a5bca0e5de3cea6efd36cc35cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect ourselves from mock'ed os. #416</title>
<updated>2015-10-06T11:14:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-10-06T11:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=56e61431209ac76911f25eee3374c9a0b7d7b8ed'/>
<id>56e61431209ac76911f25eee3374c9a0b7d7b8ed</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 FileReporters are called once for their data.</title>
<updated>2015-08-09T21:15:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-09T21:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=95b4df5cbbc474b3cd90adbbdbdbf70ae89001f1'/>
<id>95b4df5cbbc474b3cd90adbbdbdbf70ae89001f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing spelling</title>
<updated>2015-08-04T11:30:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-04T11:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d6ae810aaaf3a35d9f947428f3fc22f0d8750073'/>
<id>d6ae810aaaf3a35d9f947428f3fc22f0d8750073</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
