<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage, branch coverage-4.5.3</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>Paperwork for 4.5.3</title>
<updated>2019-03-09T13:33:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-03-09T13:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9885b6e9a7ecff71b0e9d988365a0529ca1b71b0'/>
<id>9885b6e9a7ecff71b0e9d988365a0529ca1b71b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2018-11-12T15:51:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-12T15:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b17d9f781f9e8a95510b19e712a82ccb2f3179f3'/>
<id>b17d9f781f9e8a95510b19e712a82ccb2f3179f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making 4.5.2</title>
<updated>2018-11-12T14:09:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-12T14:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=edca804de8c64d66532cbcf8ef57861a9ebbd398'/>
<id>edca804de8c64d66532cbcf8ef57861a9ebbd398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.8 will optimize away "while True:"</title>
<updated>2018-11-12T11:50:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-09T12:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=24c5d84084622669739e285ecb893dfa0d7e4cc0'/>
<id>24c5d84084622669739e285ecb893dfa0d7e4cc0</id>
<content type='text'>
(cherry picked from commit e5dcb933ab791206040a849eacd726ffe40c348a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit e5dcb933ab791206040a849eacd726ffe40c348a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Canonicalize the XML output</title>
<updated>2018-11-12T11:40:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-10T19:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=50e1a681905aacefda8a2897345a4a739d2416d8'/>
<id>50e1a681905aacefda8a2897345a4a739d2416d8</id>
<content type='text'>
https://bugs.python.org/issue34160 added retaining the user's attribute
order to the XML output, which removed the sorting that used to happen.
This broke our XML tests, which compare against saved gold files. This
adds in a rough-and-ready canonicalization to avoid the problem.

Maybe the core devs will eventually support a sort_attributes option,
and I can get rid of this.

(cherry picked from commit c376209f35331b358e59c79ed3537a2ed920d677)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue34160 added retaining the user's attribute
order to the XML output, which removed the sorting that used to happen.
This broke our XML tests, which compare against saved gold files. This
adds in a rough-and-ready canonicalization to avoid the problem.

Maybe the core devs will eventually support a sort_attributes option,
and I can get rid of this.

(cherry picked from commit c376209f35331b358e59c79ed3537a2ed920d677)
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to 3.8's way of tracing decorated functions</title>
<updated>2018-11-03T21:48:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-03T21:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6b9a2319e10d01704da723f33ddd864517ae13be'/>
<id>6b9a2319e10d01704da723f33ddd864517ae13be</id>
<content type='text'>
(cherry picked from commit d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fiddly fnmatch logic into its own testable function</title>
<updated>2018-11-01T11:18:16+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://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cbaab12d77982a0339cd1aa5ea41aa7de9e0ce89'/>
<id>cbaab12d77982a0339cd1aa5ea41aa7de9e0ce89</id>
<content type='text'>
(cherry picked from commit 56b9c7e4db40df6515d4ca5d913cb4678da2b753)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 56b9c7e4db40df6515d4ca5d913cb4678da2b753)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update/fix help for --rcfile</title>
<updated>2018-10-31T09:49:36+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2018-04-11T15:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=42a4aa8c0ab8a25f4ba9cbfd64a074122cc05c82'/>
<id>42a4aa8c0ab8a25f4ba9cbfd64a074122cc05c82</id>
<content type='text'>
(cherry picked from commit ef5e1e4ba8200a9ff0656ece40e11ed3be67ac92)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit ef5e1e4ba8200a9ff0656ece40e11ed3be67ac92)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the version number</title>
<updated>2018-10-06T17:19:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-10-06T17:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=58b210ad8998a9270f4ee6ff0c9054785f579b43'/>
<id>58b210ad8998a9270f4ee6ff0c9054785f579b43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finally jumps back to exiting lines</title>
<updated>2018-10-06T16:20:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-10-05T14:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f12f8559c16ea172aac1f35fbe4f1b0232570df0'/>
<id>f12f8559c16ea172aac1f35fbe4f1b0232570df0</id>
<content type='text'>
In Python 3.8, when a finally clause is run because a line in the try
block is exiting the block, the exiting line is visited again after the
finally block.

(cherry picked from commit 04ff188349df84f73167108314e9698059830279)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.8, when a finally clause is run because a line in the try
block is exiting the block, the exiting line is visited again after the
finally block.

(cherry picked from commit 04ff188349df84f73167108314e9698059830279)
</pre>
</div>
</content>
</entry>
</feed>
