<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/env.py, branch 6.2</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>test(fix): skip tests that trip a specific Mac 3.9 eventlet bug</title>
<updated>2021-11-24T12:41:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-24T12:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f0c8797846290e3fc466793aa0930eb79e1eeffc'/>
<id>f0c8797846290e3fc466793aa0930eb79e1eeffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(test): don't even import contracts if not using PyContracts</title>
<updated>2021-11-04T11:20:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-04T11:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c7c32846ea2af9863fa921c5f5735ff3958b775f'/>
<id>c7c32846ea2af9863fa921c5f5735ff3958b775f</id>
<content type='text'>
On CPython 3.11, PyContracts fails on import, so we need to shut it off more
completely.

PyContracts is unmaintained these days, so we'll probably get rid of it
completely soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On CPython 3.11, PyContracts fails on import, so we need to shut it off more
completely.

PyContracts is unmaintained these days, so we'll probably get rid of it
completely soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: changes for PyPy3.8</title>
<updated>2021-10-25T23:01:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-21T12:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=fbb3533295cfcefc6574fb2186d4e8f4e2a20dd3'/>
<id>fbb3533295cfcefc6574fb2186d4e8f4e2a20dd3</id>
<content type='text'>
- Update tox.ini to let us run against PyPy3.8

- Some 3.8 behavior is (apparently) only on CPython

- PyPy3.8 doesn't get along with virtualenv yet
  (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our
  virtualenv tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update tox.ini to let us run against PyPy3.8

- Some 3.8 behavior is (apparently) only on CPython

- PyPy3.8 doesn't get along with virtualenv yet
  (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our
  virtualenv tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: soft keywords are shown in bold in the HTML report</title>
<updated>2021-06-06T16:42:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-06-06T16:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=cb09207f6f291696714f5550aacd1e9a3a0e81e1'/>
<id>cb09207f6f291696714f5550aacd1e9a3a0e81e1</id>
<content type='text'>
The match and case soft keywords are shown in bold when they are
keywords, and not when they are not.

The underscore soft keyword is ignored, because it is harder to get
right, and because it doesn't look that much different in bold anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The match and case soft keywords are shown in bold when they are
keywords, and not when they are not.

The underscore soft keyword is ignored, because it is harder to get
right, and because it doesn't look that much different in bold anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for Python 3.10 match-case statements</title>
<updated>2021-06-06T16:42:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-06-06T16:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=95c582fd8038a7158ff96baff4186f5fb601afd4'/>
<id>95c582fd8038a7158ff96baff4186f5fb601afd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: in Python 3.10, leaving a with block exits through the with statement.</title>
<updated>2021-06-05T23:51:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-31T23:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d7a37bf8cfabac27698a2159a367b9e640581e86'/>
<id>d7a37bf8cfabac27698a2159a367b9e640581e86</id>
<content type='text'>
This need 3.10.0b3 (not yet released) to fully pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This need 3.10.0b3 (not yet released) to fully pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove a few more version checks</title>
<updated>2021-05-02T11:38:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T23:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c6ba56c68b2a3850f530cc1fdbf9856a90559a1f'/>
<id>c6ba56c68b2a3850f530cc1fdbf9856a90559a1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: pyupgrade --py36-plus coverage/*.py</title>
<updated>2021-05-02T11:38:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T22:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4c4ba2e0bc9ec663fa3772d2b088f736345a65a1'/>
<id>4c4ba2e0bc9ec663fa3772d2b088f736345a65a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove some unneeded behavior conditionals</title>
<updated>2021-05-01T20:24:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T18:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3d43c74cd2dd8c66c29572bc04a4b0de3e206364'/>
<id>3d43c74cd2dd8c66c29572bc04a4b0de3e206364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove code explicitly choosing between py2 and py3</title>
<updated>2021-05-01T17:30:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9df434550a499c16e9fd26cfb9627837bfdc02a5'/>
<id>9df434550a499c16e9fd26cfb9627837bfdc02a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
