<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch coverage-5.0.4</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>Correct the readme</title>
<updated>2020-03-16T20:41:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-03-16T20:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d10f4b1f87caadf9e93100ec614bbe247346556e'/>
<id>d10f4b1f87caadf9e93100ec614bbe247346556e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Latest sample HTML</title>
<updated>2020-03-16T19:55:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-03-16T19:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b774e2799c650e069c3c1adcbe9a11784166bcd7'/>
<id>b774e2799c650e069c3c1adcbe9a11784166bcd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Getting ready for 5.0.4</title>
<updated>2020-03-16T14:29:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-03-16T14:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b1dd5a22ca7dff56e6b6eb9e718ac69ad00ca137'/>
<id>b1dd5a22ca7dff56e6b6eb9e718ac69ad00ca137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>relative_files makes XML store relative paths. #948.</title>
<updated>2020-03-15T22:48:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-03-15T22:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f668d6f32e2d0864ee84e5f556860a085bc6ecfb'/>
<id>f668d6f32e2d0864ee84e5f556860a085bc6ecfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the changelog</title>
<updated>2020-03-01T02:09:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-03-01T02:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fa2e0e49fea9f6cbaab9e2dc3a203dc59b8fb2c2'/>
<id>fa2e0e49fea9f6cbaab9e2dc3a203dc59b8fb2c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysconfig has been available since 2.7</title>
<updated>2020-02-29T19:39:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-02-29T19:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ee2d1f6a5405f768c81cb2daa6b0a7fe21e4b4de'/>
<id>ee2d1f6a5405f768c81cb2daa6b0a7fe21e4b4de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>htmlfiles: Handle localStorage not accessible</title>
<updated>2020-02-29T13:08:08+00:00</updated>
<author>
<name>AbdealiJK</name>
<email>abdealikothari@gmail.com</email>
</author>
<published>2020-02-24T19:36:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=48c73b88bf2f3a5cdb404b20afa34cb2cb940e0f'/>
<id>48c73b88bf2f3a5cdb404b20afa34cb2cb940e0f</id>
<content type='text'>
In some cases, if based on the browser's settings - localStorage
is not accessible, fallback and don't save the sort-columns into
localStorage.
While the UX is a little inconvenient, at least the page doesn't
break - sorting on columns is still possible, but not retained
between pages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some cases, if based on the browser's settings - localStorage
is not accessible, fallback and don't save the sort-columns into
localStorage.
While the UX is a little inconvenient, at least the page doesn't
break - sorting on columns is still possible, but not retained
between pages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sphinx to handle 308 redirects</title>
<updated>2020-02-29T12:45:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-02-29T12:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0f82d27e07e96ce3e840779e8bd8c53a1ed34eea'/>
<id>0f82d27e07e96ce3e840779e8bd8c53a1ed34eea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use latest wheel to make Windows 3.8 work. #949</title>
<updated>2020-02-29T12:45:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-02-29T00:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=907f0e8ba91d80c55e0e460fb514b9f4bb03badf'/>
<id>907f0e8ba91d80c55e0e460fb514b9f4bb03badf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: doc/config.rst:243: D001 Line too long</title>
<updated>2020-02-26T14:48:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-02-26T14:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1148bf9118f9df3458cae933601a2638e0684218'/>
<id>1148bf9118f9df3458cae933601a2638e0684218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
