<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/files.py, branch coverage-5.1</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Don't do vars and users in abs_file</title>
<updated>2019-11-28T21:17:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-28T21:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5901967e95ae72ec2b5be05bc08e1924e08a604b'/>
<id>5901967e95ae72ec2b5be05bc08e1924e08a604b</id>
<content type='text'>
It meant file names could be incorrectly expanded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It meant file names could be incorrectly expanded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to 3.9's way of reporting files using absolute paths.</title>
<updated>2019-11-25T20:54:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-25T20:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a28e873891003ad31762e1214d32f54ec423fd62'/>
<id>a28e873891003ad31762e1214d32f54ec423fd62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for format indexes (mostly)</title>
<updated>2019-09-01T22:20:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-09-01T22:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ada27a855934588cf753f8712bd72d41eadb1058'/>
<id>ada27a855934588cf753f8712bd72d41eadb1058</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that the cache is properly filled. (25x speedup on our system that has a large sys.path.)</title>
<updated>2019-01-29T02:37:24+00:00</updated>
<author>
<name>Stephan Richter</name>
<email>stephan.richter@gmail.com</email>
</author>
<published>2019-01-27T19:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1655796d48cb67d7247b41a09fe5c2463b32d47a'/>
<id>1655796d48cb67d7247b41a09fe5c2463b32d47a</id>
<content type='text'>
It is always a bad idea to reassign the cachekey during the computation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is always a bad idea to reassign the cachekey during the computation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep windows working in the face of bizarre errors</title>
<updated>2018-09-09T11:42:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-09-09T11:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d8da2b9a6cf5c127c9ba9393c716d9dc4dd50cbe'/>
<id>d8da2b9a6cf5c127c9ba9393c716d9dc4dd50cbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fiddly fnmatch logic into its own testable function</title>
<updated>2018-09-02T14:03:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-09-02T13:04:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=56b9c7e4db40df6515d4ca5d913cb4678da2b753'/>
<id>56b9c7e4db40df6515d4ca5d913cb4678da2b753</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NOTICE link to GitHub.</title>
<updated>2018-06-24T15:43:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-06-24T15:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=11998ee5ee43b334744123f820b488091728ae52'/>
<id>11998ee5ee43b334744123f820b488091728ae52</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 aliases structure</title>
<updated>2018-01-23T12:22:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-23T12:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f9bb5d754a7ef193b78e98f74f8cf2d85dee613b'/>
<id>f9bb5d754a7ef193b78e98f74f8cf2d85dee613b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure mapped paths use the separator of the result. #618</title>
<updated>2018-01-23T01:36:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-23T01:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=69debd440daab9155cc2b2243f29a8a48f4404f9'/>
<id>69debd440daab9155cc2b2243f29a8a48f4404f9</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 ever create HTML filenames longer than ~200 chars. Fixes #627.</title>
<updated>2018-01-20T15:01:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-20T15:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=46b123e14ba35db22282c124337b21e8d10f480f'/>
<id>46b123e14ba35db22282c124337b21e8d10f480f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
