<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/execfile.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>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.git/commit/?id=8068cffe518bbacb8ca6cb43fbd14c475b4b3af6'/>
<id>8068cffe518bbacb8ca6cb43fbd14c475b4b3af6</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.git/commit/?id=a110edeb6485fffa3accc4202e6b587f7def85ec'/>
<id>a110edeb6485fffa3accc4202e6b587f7def85ec</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.git/commit/?id=481c27ae93b627e3f7704bd2ba652c60f61fabdd'/>
<id>481c27ae93b627e3f7704bd2ba652c60f61fabdd</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>Provide a more useful error message if failing to run a non-Python file. #514</title>
<updated>2016-12-17T21:14:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-17T21:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3f320139291a93beccea0089c5a843c1e38bd356'/>
<id>3f320139291a93beccea0089c5a843c1e38bd356</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update change with tests and fixes for tests</title>
<updated>2016-11-30T23:07:51+00:00</updated>
<author>
<name>Andrew Hoos</name>
<email>andrewjhoos@gmail.com</email>
</author>
<published>2016-11-30T23:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f807c4271e59a8016f15c8ba4763b0c2d92645a9'/>
<id>f807c4271e59a8016f15c8ba4763b0c2d92645a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the unused import</title>
<updated>2016-11-30T01:57:49+00:00</updated>
<author>
<name>Andrew Hoos</name>
<email>andrewjhoos@gmail.com</email>
</author>
<published>2016-11-30T01:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e3bbbfdc30432af2a58e6e8b3f503d213d77c60b'/>
<id>e3bbbfdc30432af2a58e6e8b3f503d213d77c60b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit changes to only execfile.py</title>
<updated>2016-11-30T01:56:47+00:00</updated>
<author>
<name>Andrew Hoos</name>
<email>andrewjhoos@gmail.com</email>
</author>
<published>2016-11-30T01:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=677eebd87677680128acad6445715356932f9ddc'/>
<id>677eebd87677680128acad6445715356932f9ddc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update code to better handle calling sys.excepthook when it throws</title>
<updated>2016-11-30T01:52:50+00:00</updated>
<author>
<name>Andrew Hoos</name>
<email>andrewjhoos@gmail.com</email>
</author>
<published>2016-11-30T01:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b5acf8c95b4c1060a9bc646dcb9cf52137c8df92'/>
<id>b5acf8c95b4c1060a9bc646dcb9cf52137c8df92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update handling of sys.excepthook to only call custom excepthooks and re-raise exceptions</title>
<updated>2016-11-29T16:07:05+00:00</updated>
<author>
<name>Andrew Hoos</name>
<email>andrewjhoos@gmail.com</email>
</author>
<published>2016-11-29T16:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9379e9870e64e49cdbaf80df6b2d9c5e932048bd'/>
<id>9379e9870e64e49cdbaf80df6b2d9c5e932048bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitely call sys.excepthook</title>
<updated>2016-11-29T15:01:48+00:00</updated>
<author>
<name>Andrew Hoos</name>
<email>andrewjhoos@gmail.com</email>
</author>
<published>2016-11-29T15:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ce23a42661b1b8f28e31255534c55047a004ecab'/>
<id>ce23a42661b1b8f28e31255534c55047a004ecab</id>
<content type='text'>
https://bitbucket.org/ned/coveragepy/issues/535/sysexcepthook-is-not-called
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bitbucket.org/ned/coveragepy/issues/535/sysexcepthook-is-not-called
</pre>
</div>
</content>
</entry>
</feed>
