<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/test/test_process.py, branch coverage-3.5.2</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>Make the tests pass on 3.3.0a1</title>
<updated>2012-03-25T04:04:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-03-25T04:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6180169621750597a47dd34a176d0eaedcc09eac'/>
<id>6180169621750597a47dd34a176d0eaedcc09eac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, and pypy inserts an extra stack frame into tracebacks.</title>
<updated>2012-03-20T13:43:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-03-20T13:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d0ee1989ec56dc039ad880c1d554e66dd4caddd8'/>
<id>d0ee1989ec56dc039ad880c1d554e66dd4caddd8</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>Fix the [paths] feature to actually work for reporting.</title>
<updated>2011-09-03T19:43:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-09-03T19:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d9b1cc04cde71e2f830dfa91f9a8fa3bcee09b34'/>
<id>d9b1cc04cde71e2f830dfa91f9a8fa3bcee09b34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>And also keep Py3.x happy...</title>
<updated>2011-08-24T03:18:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-24T03:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3b4fd38f14ad2677213308bd3ed6c076162cfcc0'/>
<id>3b4fd38f14ad2677213308bd3ed6c076162cfcc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More windows tweaking.</title>
<updated>2011-08-24T03:10:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-24T03:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=12860c24734a2d7e05ea6402c7ddcf5bfc470e75'/>
<id>12860c24734a2d7e05ea6402c7ddcf5bfc470e75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finished implementation of path aliases for combining data files. #17.</title>
<updated>2011-08-24T02:51:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-24T02:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f408a8834b0be15d7ecb11e2f491106da12629a1'/>
<id>f408a8834b0be15d7ecb11e2f491106da12629a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Control the test better; don't use os when cleaning up the path</title>
<updated>2011-08-09T02:24:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-09T02:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=669a609f88de252d41cd5b8510160c87ef6e65ba'/>
<id>669a609f88de252d41cd5b8510160c87ef6e65ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A fullcoverage tracer that works.  Events are stashed, then replayed when coverage is started.</title>
<updated>2011-08-09T00:37:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-09T00:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=829215d157dca64cd1d88be27908e73a084715a7'/>
<id>829215d157dca64cd1d88be27908e73a084715a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
