<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/execfile.py, branch coverage-3.1b1</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>The best way to get py3k support: same source runs on both, with some contortions.</title>
<updated>2009-09-22T11:22:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-22T11:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d18c4a8ca50361893eaa7ba86821a136ba7a4807'/>
<id>d18c4a8ca50361893eaa7ba86821a136ba7a4807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various Py3k fixes: remove gratuitous print, don't test the print statement, deal with __cmp__ ugliness, etc.</title>
<updated>2009-07-08T13:24:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-07-08T13:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=cf8104fc6f89f930c9ed73aa5fcb26d719c34c8c'/>
<id>cf8104fc6f89f930c9ed73aa5fcb26d719c34c8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Builtins moved in Py 3.x</title>
<updated>2009-07-08T11:18:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-07-08T11:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=7543acc020bcf956c95396b234b26f0b26783243'/>
<id>7543acc020bcf956c95396b234b26f0b26783243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When executing files, open them in Universal Newline mode, just as Python itself does.  Makes it possible to run Python from Windows on Mac, for example.</title>
<updated>2009-06-27T21:36:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-06-27T21:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c42de28315ba31847441fcb90393545c87bcd641'/>
<id>c42de28315ba31847441fcb90393545c87bcd641</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also make __builtins__ available in main programs.</title>
<updated>2009-05-09T14:40:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-09T14:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f77eb761dcfb51dacdc94ccd089a10b298e78c13'/>
<id>f77eb761dcfb51dacdc94ccd089a10b298e78c13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the construction of the __main__ module in run_python_file.</title>
<updated>2009-05-09T14:25:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-09T14:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=bd0921599e5c93271806fb7699f1e786c8dad6ac'/>
<id>bd0921599e5c93271806fb7699f1e786c8dad6ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change run_python_file again so that it doesn't produce compiled turds in the file system.</title>
<updated>2009-05-09T14:02:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-09T14:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6425cd30f957b28f72e9bab10a9aec087089ba3f'/>
<id>6425cd30f957b28f72e9bab10a9aec087089ba3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Line length &lt; 80.</title>
<updated>2009-04-19T20:24:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T20:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=9f8fc4e8f9bf1da99728c87ce3118168085b76a1'/>
<id>9f8fc4e8f9bf1da99728c87ce3118168085b76a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the open outside the try, since the finally is only needed once the file is successfully opened.</title>
<updated>2009-04-07T12:00:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-07T12:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6fe8bb4d867aada8990ecaf36c63008a220a55a1'/>
<id>6fe8bb4d867aada8990ecaf36c63008a220a55a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Even better execution of main files.</title>
<updated>2009-04-04T12:34:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-04T12:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f5a01de3a45fa06cdc35c863d8829c8c7083b1ce'/>
<id>f5a01de3a45fa06cdc35c863d8829c8c7083b1ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
