<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/execfile.py, branch coverage-5.0a1</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Adapt to the 3.7.0b3 change in -m sys.path[0] behavior</title>
<updated>2018-03-31T10:45:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-03-31T10:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=16f8ce06ed8f3db7c284db5946179c6f58942f2f'/>
<id>16f8ce06ed8f3db7c284db5946179c6f58942f2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fine tune some more</title>
<updated>2018-01-14T01:12:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-14T01:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=a74c5f030fec0d6779ed8f49ac416378c647a4be'/>
<id>a74c5f030fec0d6779ed8f49ac416378c647a4be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fine-tune the 3.7 decisions</title>
<updated>2018-01-14T01:00:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-14T01:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=3087929f4b2ef91950e31e4ec76e77210bb34e79'/>
<id>3087929f4b2ef91950e31e4ec76e77210bb34e79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.7 tweaked the layout of .pyc files</title>
<updated>2018-01-11T02:47:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-11T02:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=392d901aba3930243c516ee2a9ef00a090357ac6'/>
<id>392d901aba3930243c516ee2a9ef00a090357ac6</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=8ea587ab6a390051153bc8465040025f28cea79b'/>
<id>8ea587ab6a390051153bc8465040025f28cea79b</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=8ccdedf3ec46cb51130af886be36b85b9e3015b7'/>
<id>8ccdedf3ec46cb51130af886be36b85b9e3015b7</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://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=d1da15f12e248954adc1d6bf222304ba1e16f9d9'/>
<id>d1da15f12e248954adc1d6bf222304ba1e16f9d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
