<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/codeunit.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>Get the flat_rootname right for nested CodeUnits.  Thanks, Christian Heimes.</title>
<updated>2009-06-13T00:49:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-06-13T00:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=569ed043579f08a7f6faf3b3770401c541cc0fc9'/>
<id>569ed043579f08a7f6faf3b3770401c541cc0fc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup: don't use the types module so much.</title>
<updated>2009-06-11T01:47:55+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-06-11T01:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f2e02da1647b1b8e676f46d4e72c33f396fea243'/>
<id>f2e02da1647b1b8e676f46d4e72c33f396fea243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The name of the project is Coverage, not coverage.py.</title>
<updated>2009-04-30T11:16:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-30T11:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=76ee7c3c78dd9ba8a0f4401b0501af3a2b4506a3'/>
<id>76ee7c3c78dd9ba8a0f4401b0501af3a2b4506a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML reporting, phase 0.</title>
<updated>2009-04-20T13:13:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-20T13:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6aae48656f456ec0cbdf7add2be7a26de63200af'/>
<id>6aae48656f456ec0cbdf7add2be7a26de63200af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The CodeUnit relative decision was wrong in the case that the module was specified relatively to begin with.</title>
<updated>2009-04-20T02:32:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-20T02:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=7955ee02d386a986102ef4c4e56d8afc6b1519ba'/>
<id>7955ee02d386a986102ef4c4e56d8afc6b1519ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Annotated files are only created for source files relative to the current directory.  When writing to a separate file, annotation file names include the directory hierarchy flattened, so that same-named files won't collide.</title>
<updated>2009-04-19T12:16:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T12:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ca1b25a3089a7db3d5a08c2a317a2f689f2ff34f'/>
<id>ca1b25a3089a7db3d5a08c2a317a2f689f2ff34f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If a module was loaded from a .pyc, report its file as .py</title>
<updated>2009-04-15T17:22:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-15T17:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=0b79941f37f6bd9a56afac0178713d082a0db0fb'/>
<id>0b79941f37f6bd9a56afac0178713d082a0db0fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FileLocator is a better name than FileWrangler.</title>
<updated>2009-03-11T14:01:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-03-11T14:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=42aaffe6e5bbed7a4cbb37e53820f4d7d79450fb'/>
<id>42aaffe6e5bbed7a4cbb37e53820f4d7d79450fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
