<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coverage-test-runner.git, branch trunk</title>
<subtitle>git.liw.fi: coverage-test-runner
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/'/>
<entry>
<title>Revert patch from Jannis</title>
<updated>2013-10-06T16:41:21+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-10-06T16:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=3ff1e3d62896b4775320eb38149c775909fe6ce4'/>
<id>3ff1e3d62896b4775320eb38149c775909fe6ce4</id>
<content type='text'>
Merging this breaks test suite for cliapp. I don't know why.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merging this breaks test suite for cliapp. I don't know why.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix importing of modules with the same basename</title>
<updated>2013-10-06T16:26:09+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-10-06T16:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=1470c3296f6a28c3dd95c786552702af5a241682'/>
<id>1470c3296f6a28c3dd95c786552702af5a241682</id>
<content type='text'>
By Jannis Pohlmann
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By Jannis Pohlmann
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix importing submodules with the same basenames</title>
<updated>2013-09-27T17:35:15+00:00</updated>
<author>
<name>Jannis Pohlmann</name>
<email>jannis.pohlmann@codethink.co.uk</email>
</author>
<published>2013-09-27T17:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=0a3b1a065257109295f9322f5a7e199d157acfe6'/>
<id>0a3b1a065257109295f9322f5a7e199d157acfe6</id>
<content type='text'>
This patch fixes a bug in CoverageTestRunner.py, where submodules
with the same basenames were not loaded into separate module
objects. Because the module names passed to imp.load_module() were
the same, previously loaded modules would be reloaded in place,
causing different problems:

1. Imports of the affected modules in the test and tested code
   would sometimes import a different module and cause
   AttributeError exceptions when expected symbols were not
   present in the imported module.

2. Sometimes, all but one of the imported modules would incorrectly
   be considered to have zero test coverage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes a bug in CoverageTestRunner.py, where submodules
with the same basenames were not loaded into separate module
objects. Because the module names passed to imp.load_module() were
the same, previously loaded modules would be reloaded in place,
causing different problems:

1. Imports of the affected modules in the test and tested code
   would sometimes import a different module and cause
   AttributeError exceptions when expected symbols were not
   present in the imported module.

2. Sometimes, all but one of the imported modules would incorrectly
   be considered to have zero test coverage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number for release</title>
<updated>2013-04-17T16:05:07+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-04-17T16:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=d7b5706244fca58d8a2564ba6394cb460d2ca2c6'/>
<id>d7b5706244fca58d8a2564ba6394cb460d2ca2c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release version 1.9.1</title>
<updated>2013-04-17T13:26:50+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-04-17T13:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=aacd7fd78926a97961f2bc48b141301de80e7e0b'/>
<id>aacd7fd78926a97961f2bc48b141301de80e7e0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outdated project.meta file</title>
<updated>2013-04-17T11:52:56+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-04-17T11:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=cb6467b8d716bbaadfb333cb50236dccd2179c83'/>
<id>cb6467b8d716bbaadfb333cb50236dccd2179c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license summaries</title>
<updated>2013-04-16T17:39:45+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-04-16T17:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=714a46623a6275e96c8d6580522e2070f51965a5'/>
<id>714a46623a6275e96c8d6580522e2070f51965a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix license summary shortnames</title>
<updated>2013-04-16T17:39:00+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-04-16T17:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=d40d9183655db0b633986c9aa8c98e852f1aaca8'/>
<id>d40d9183655db0b633986c9aa8c98e852f1aaca8</id>
<content type='text'>
GPL-3+, not GPL3+. The dash is significant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GPL-3+, not GPL3+. The dash is significant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license summaries and update copyright info</title>
<updated>2013-04-16T17:28:34+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2013-04-16T17:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=1a90194e706c7876546a4bc30839311b18da6483'/>
<id>1a90194e706c7876546a4bc30839311b18da6483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix home page URL and copyright years in README</title>
<updated>2012-09-25T22:36:21+00:00</updated>
<author>
<name>Lars Wirzenius</name>
<email>liw@liw.fi</email>
</author>
<published>2012-09-25T22:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coverage-test-runner.git/commit/?id=5d3acd71f3586256a7f9792b60c7f31e14cbfa5f'/>
<id>5d3acd71f3586256a7f9792b60c7f31e14cbfa5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
