<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage, branch nedbat/html-skip-covered</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>skip_covered and skip_empty for HTML. #1090</title>
<updated>2021-01-11T02:11:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-11T02:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=46f4b1204f7dd270c96087bbbe351d842881096e'/>
<id>46f4b1204f7dd270c96087bbbe351d842881096e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the modern way to load modules by file name.</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-09T13:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=474847081a11b0f643df5950f4763ac29a1524b0'/>
<id>474847081a11b0f643df5950f4763ac29a1524b0</id>
<content type='text'>
Python 3.10 finally got super-noisy about load_module, which has been
deprecated since 3.4!

https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.10 finally got super-noisy about load_module, which has been
deprecated since 3.4!

https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module
</pre>
</div>
</content>
</entry>
<entry>
<title>A better test for 'if not __debug__'</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-07T00:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9a6248090ba51ab8aedaa0ed69363f58d4100cfb'/>
<id>9a6248090ba51ab8aedaa0ed69363f58d4100cfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the supported way to get a C frame's lineno</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-06T15:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7e5e28f1aba87c10b96d0ae1244352f4c520aedc'/>
<id>7e5e28f1aba87c10b96d0ae1244352f4c520aedc</id>
<content type='text'>
See https://bugs.python.org/issue42823 for discussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bugs.python.org/issue42823 for discussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 626: Docstring-only functions changed again</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-05T12:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5c3d0946821118ad11f5b10753c638a446f24bfe'/>
<id>5c3d0946821118ad11f5b10753c638a446f24bfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 626: constant tests are kept as no-ops</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-02T15:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e3f8053d805f8930ffc8424ac098576457c5f506'/>
<id>e3f8053d805f8930ffc8424ac098576457c5f506</id>
<content type='text'>
The conditionals are now getting unwieldy, perhaps we can simplify them
in the future?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The conditionals are now getting unwieldy, perhaps we can simplify them
in the future?
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the platform constants in env.py</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-10T13:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=0ac78b400e6d45debc626748c1c94b9e1868c645'/>
<id>0ac78b400e6d45debc626748c1c94b9e1868c645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In 3.10, modules always have firstlineno==1</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-12-31T23:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bd90b202587dd9f1e2e1319c1c542545c7263dd3'/>
<id>bd90b202587dd9f1e2e1319c1c542545c7263dd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py 3.10 doesn't jump back from finally any more</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-12-23T22:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=13f15b0e4316865287d4b5ae1d4f856dac9f9ecb'/>
<id>13f15b0e4316865287d4b5ae1d4f856dac9f9ecb</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.10 doesn't compile statments after unconditional jumps.</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-12-23T21:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=0482302f1b2afbf9e638db713a7aa11cb272792d'/>
<id>0482302f1b2afbf9e638db713a7aa11cb272792d</id>
<content type='text'>
This includes break/continue/return/raise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes break/continue/return/raise.
</pre>
</div>
</content>
</entry>
</feed>
