<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/execfile.py, branch coverage-3.5.2</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>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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cd9f3feac10f6c6b50909f58a645c471a9d4101e'/>
<id>cd9f3feac10f6c6b50909f58a645c471a9d4101e</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7fccd4a00e8f9b4b76e59df68f30fd2ac0315c0d'/>
<id>7fccd4a00e8f9b4b76e59df68f30fd2ac0315c0d</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=511abdd3a251eb2d5c9a0dd8912c9c52c6fb52b8'/>
<id>511abdd3a251eb2d5c9a0dd8912c9c52c6fb52b8</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c4529f26a601c1a267f1a1ce29410880b30c68e6'/>
<id>c4529f26a601c1a267f1a1ce29410880b30c68e6</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2afc485b2724f496c67e0660c9c3683c52634515'/>
<id>2afc485b2724f496c67e0660c9c3683c52634515</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f54a25d6627d344ca297f36b1de377f142c606cf'/>
<id>f54a25d6627d344ca297f36b1de377f142c606cf</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6b681beaf701b1eb76d446fa4ef8894464441835'/>
<id>6b681beaf701b1eb76d446fa4ef8894464441835</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d9d71888f36367da112fe867416d3127f3cb7da7'/>
<id>d9d71888f36367da112fe867416d3127f3cb7da7</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3e012725e07941841bb4213fa9bb8b56abd01f18'/>
<id>3e012725e07941841bb4213fa9bb8b56abd01f18</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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9eafa7dbc952c0249903d48ee5e511ce747f639a'/>
<id>9eafa7dbc952c0249903d48ee5e511ce747f639a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
