<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/execfile.py, branch coverage-3.5</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/'/>
<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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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>
<entry>
<title>Python source files that don't end with a newline can now be executed, fixing #47.</title>
<updated>2010-02-23T01:35:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-02-23T01:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b007d17e5e2da220c57920b84c7f337bc8b378d0'/>
<id>b007d17e5e2da220c57920b84c7f337bc8b378d0</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 product code throws an exception, 'coverage run' now produces the same traceback as 'python' would, without the coverage-internal frames distracting from your code.</title>
<updated>2010-02-20T04:08:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-02-20T04:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f70090edc42512d8c50d9629867645fff552b775'/>
<id>f70090edc42512d8c50d9629867645fff552b775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Massive eol whitespace clean-up.</title>
<updated>2009-12-02T12:27:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-12-02T12:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e2c55d3f8436cc91290897f9ef9d1a478b9d218d'/>
<id>e2c55d3f8436cc91290897f9ef9d1a478b9d218d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
