<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage, branch coverage-4.3</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>A better way to get good random numbers</title>
<updated>2016-12-27T19:02:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-27T19:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6f2a1889efeb953378e23ebf340d609e75f6ec0c'/>
<id>6f2a1889efeb953378e23ebf340d609e75f6ec0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows Python 3.6 doesn't seed well. Hack around it.</title>
<updated>2016-12-27T18:38:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-27T18:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=0409c9f40ff2813c5e9391b3fa06efa2e3d05aa0'/>
<id>0409c9f40ff2813c5e9391b3fa06efa2e3d05aa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc updates for 4.3</title>
<updated>2016-12-26T21:15:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-26T21:15:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=70d4c044d9c2cf7e45c86c2d26fd2f848057539a'/>
<id>70d4c044d9c2cf7e45c86c2d26fd2f848057539a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress the coverage.py frame when reporting exceptions</title>
<updated>2016-12-26T15:25:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-26T15:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6bd501ea9137ff82f0d2212fb29451161a61e1cf'/>
<id>6bd501ea9137ff82f0d2212fb29451161a61e1cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make excepthook execution more accurate. Pypy tests failing</title>
<updated>2016-12-26T14:37:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-26T14:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=cab19c985170aa63675ee12dcc7d8a467578fa7a'/>
<id>cab19c985170aa63675ee12dcc7d8a467578fa7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in andrewhoos/coverage.py (pull request #93)</title>
<updated>2016-12-26T12:14:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-26T12:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=680d6642f1b05a3011be30b490ff6fa0c6875f09'/>
<id>680d6642f1b05a3011be30b490ff6fa0c6875f09</id>
<content type='text'>
Explicitely call sys.excepthook
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicitely call sys.excepthook
</pre>
</div>
</content>
</entry>
<entry>
<title>control.Coverage._init: check "source" is a directory, not just it exists; there could be a file with that name</title>
<updated>2016-12-25T16:40:49+00:00</updated>
<author>
<name>Cosimo Lupo</name>
<email>cosimo.lupo@daltonmaag.com</email>
</author>
<published>2016-12-25T16:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c64f7b8622c936859a9e006b6f4a2f5e2c33ee1b'/>
<id>c64f7b8622c936859a9e006b6f4a2f5e2c33ee1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in dachary/coverage.py/issue-433-2 (pull request #112)</title>
<updated>2016-12-24T22:05:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-24T22:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=5b71841fe7b172115051357d9d237ab8d523c593'/>
<id>5b71841fe7b172115051357d9d237ab8d523c593</id>
<content type='text'>
implement --skip-covered for html report #433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implement --skip-covered for html report #433
</pre>
</div>
</content>
</entry>
<entry>
<title>2.6 and 2.7 are not different wrt constants in while loops</title>
<updated>2016-12-24T21:56:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=601204cb27420d35446e9ad07eb25944d120849b'/>
<id>601204cb27420d35446e9ad07eb25944d120849b</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 test program into the test</title>
<updated>2016-12-24T20:21:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T20:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ce4b335a2ac7783479d8a0bdee21358a8d6c743d'/>
<id>ce4b335a2ac7783479d8a0bdee21358a8d6c743d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
