<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/execfile.py, branch coverage-3.7.1</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>Line too long.</title>
<updated>2013-09-28T16:48:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-28T16:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e2cbb486679425403c3a3298ddad887e952fc72e'/>
<id>e2cbb486679425403c3a3298ddad887e952fc72e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Thanks, Windows, for reminding me to close my files!</title>
<updated>2013-09-28T15:52:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-28T15:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a5af8925195b8ca6b37365f26210e98425cac864'/>
<id>a5af8925195b8ca6b37365f26210e98425cac864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now we can run .pyc files directly.  Closes #264.</title>
<updated>2013-09-28T15:07:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-28T15:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=aafd82cc752bb16fe217656a2cae4e531cfc611f'/>
<id>aafd82cc752bb16fe217656a2cae4e531cfc611f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get sys.path right when running modules with -m, fixes #207 and #242.</title>
<updated>2013-04-20T23:10:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-04-20T23:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f5cfe193a73b08990fddd888167b6c6336b6803c'/>
<id>f5cfe193a73b08990fddd888167b6c6336b6803c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=48bcf7bb7f6d52ea0672fbadd3bd4b05a43960c1'/>
<id>48bcf7bb7f6d52ea0672fbadd3bd4b05a43960c1</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://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>
</feed>
