<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/execfile.py, branch coverage-3.6</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>A work-in-progress for #207, a minor improvement, and a commented-out test that shows the problem.</title>
<updated>2012-11-09T03:16:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-09T03:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=c978c92c7325aa52659f65e904e50e72a4e67e99'/>
<id>c978c92c7325aa52659f65e904e50e72a4e67e99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make stuff work in other Python versions.  Some stuff isn't *quite* right &lt;2.6.  #155</title>
<updated>2011-10-31T03:09:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-10-31T03:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=bb50b8d5c6c50feb676bb5b5f6aecc247c94d7c5'/>
<id>bb50b8d5c6c50feb676bb5b5f6aecc247c94d7c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make execution with -m match Python more closely.</title>
<updated>2011-10-31T02:31:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-10-31T02:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=8f059350fda7801522e38e34c1e5851d2975fc7f'/>
<id>8f059350fda7801522e38e34c1e5851d2975fc7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The current directory auto-inserted into sys.path is now absolute, to better mimic Python execution.</title>
<updated>2011-05-22T01:18:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-05-22T01:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=15d0c81172f7c7cd972aac85538bc5259427fd78'/>
<id>15d0c81172f7c7cd972aac85538bc5259427fd78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Got 2.3 to build, so now this is tested and works against 2.3</title>
<updated>2011-03-25T16:22:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-03-25T16:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=4f76c17167a2e216ed736691bc9bbe0db0adfed4'/>
<id>4f76c17167a2e216ed736691bc9bbe0db0adfed4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests and doc for Brandon's -m flag.</title>
<updated>2011-02-07T04:02:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-02-07T04:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=ef9729d54c9c8b0a0e81affabfaa5ce396931b67'/>
<id>ef9729d54c9c8b0a0e81affabfaa5ce396931b67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrote the basic logic for running a Python module or package as __main__.</title>
<updated>2011-02-03T01:02:38+00:00</updated>
<author>
<name>Brandon Craig Rhodes</name>
<email>brandon@rhodesmill.org</email>
</author>
<published>2011-02-03T01:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=128be32140d9b7f5feb1f9722a0e9e7a5aad0a37'/>
<id>128be32140d9b7f5feb1f9722a0e9e7a5aad0a37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A couple more places to use open_source instead of open(fname, 'rU')</title>
<updated>2011-01-30T16:56:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-01-30T16:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=71a76ea9db424bd5532fcf9d226f552ec290554c'/>
<id>71a76ea9db424bd5532fcf9d226f552ec290554c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Open source files with the proper encoding.</title>
<updated>2011-01-28T21:53:20+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2011-01-28T21:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=9681a8f11e84ae57abc7cbfba807ca847884e5a5'/>
<id>9681a8f11e84ae57abc7cbfba807ca847884e5a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If the user's code calls sys.exit(), honor the request and exit with that status. Fixes issue #50.</title>
<updated>2010-02-28T18:11:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-02-28T18:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy.git/commit/?id=99d5e7491a3b73a44de306b9735c26e4d63c0f20'/>
<id>99d5e7491a3b73a44de306b9735c26e4d63c0f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
