<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git, branch coverage-3.3.1</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>Latest sample HTML (only version number changed).</title>
<updated>2010-03-06T23:18:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-03-06T23:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d0441f1f54ab07d6445301bbc8da536b20961622'/>
<id>d0441f1f54ab07d6445301bbc8da536b20961622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make a real 3.3.1 release</title>
<updated>2010-03-06T23:17:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-03-06T23:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=763472abd3f3c0fd83498f29f392dcec5a6229db'/>
<id>763472abd3f3c0fd83498f29f392dcec5a6229db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't let parallel=True prevent reporting. Fixes #49.</title>
<updated>2010-03-06T17:27:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-03-06T17:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=9571a2d5913761b97f945282c5f570c9f047dbcb'/>
<id>9571a2d5913761b97f945282c5f570c9f047dbcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The niggling errors cleaning directories on Windows 7 seem to be fixed by this function which was only meant to help diagnose the problem.  A heisenbug!</title>
<updated>2010-03-06T16:46:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-03-06T16:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=7c404dae7e4e45bdaa3c93ba459945f8ae2b7654'/>
<id>7c404dae7e4e45bdaa3c93ba459945f8ae2b7654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some tweaks to mock.py to get patching to work on 2.3 and 3.1, though 2.3 is kind of useless for this...</title>
<updated>2010-02-28T18:38:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-02-28T18:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=187c90b1d900be6105f3338f92097c93c4a498b4'/>
<id>187c90b1d900be6105f3338f92097c93c4a498b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't test 2.7 yet, 'setup.py develop' doesn't seem to work yet.</title>
<updated>2010-02-28T18:30:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-02-28T18:30:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=a81d709f0d843406d1c60514108db333bb40bb25'/>
<id>a81d709f0d843406d1c60514108db333bb40bb25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We'll call this 3.3.1</title>
<updated>2010-02-28T18:25:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-02-28T18:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=99216526df076c90e110074b4b5e8bfe681cf673'/>
<id>99216526df076c90e110074b4b5e8bfe681cf673</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/commit/?id=99d5e7491a3b73a44de306b9735c26e4d63c0f20'/>
<id>99d5e7491a3b73a44de306b9735c26e4d63c0f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some other resources, but commented out.</title>
<updated>2010-02-27T01:18:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-02-27T01:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6dda195647a19a94a88c299ef4521626ebd044e1'/>
<id>6dda195647a19a94a88c299ef4521626ebd044e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spaces</title>
<updated>2010-02-25T03:19:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2010-02-25T03:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=3479b5e9a0059965cbbcbdd4e1a7ca94025aa99c'/>
<id>3479b5e9a0059965cbbcbdd4e1a7ca94025aa99c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
