<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch nedbat/python-dev</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: test against 3.11-dev, regularly</title>
<updated>2022-01-17T11:13:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-17T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d1fd473426fcd555c9a61f38bc8e65b8e802e911'/>
<id>d1fd473426fcd555c9a61f38bc8e65b8e802e911</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add an issue reference for the 3.11.0a4 support</title>
<updated>2022-01-16T11:31:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-16T11:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c84315f3c20f2d7ad921d2ac6600ba3d420147aa'/>
<id>c84315f3c20f2d7ad921d2ac6600ba3d420147aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: provide hints about how to fix cog-check quality failures.</title>
<updated>2022-01-15T22:16:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T22:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e52d616a065da649494f37112cadfde0c646a0b9'/>
<id>e52d616a065da649494f37112cadfde0c646a0b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: minor cleanup from start_method fixture work</title>
<updated>2022-01-15T22:07:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T22:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=0b907fe3fb2eececbec16dccc17aeabb9c64dc15'/>
<id>0b907fe3fb2eececbec16dccc17aeabb9c64dc15</id>
<content type='text'>
We only had to use remove_files because try_multiprocessing_code used to be
called twice in one test. Now that it's only called once, we don't have to clean
out stale data files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only had to use remove_files because try_multiprocessing_code used to be
called twice in one test. Now that it's only called once, we don't have to clean
out stale data files.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: slightly nicer bpo prelude</title>
<updated>2022-01-15T19:18:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T19:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=4eac4a51c089d90478c81a5e7b483744ef0aa4fe'/>
<id>4eac4a51c089d90478c81a5e7b483744ef0aa4fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: proper tracing of call/return for Python 3.11.0a4</title>
<updated>2022-01-15T19:18:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T18:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=37ef7c7d8625ee7f364774110e3c467e82444d9b'/>
<id>37ef7c7d8625ee7f364774110e3c467e82444d9b</id>
<content type='text'>
Version 3.11.0a4 introduced RESUME, so returns and calls are different now.
This change also fixes some mishandling of yield-from in previous releases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version 3.11.0a4 introduced RESUME, so returns and calls are different now.
This change also fixes some mishandling of yield-from in previous releases.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: better docs about Python versions in actions</title>
<updated>2022-01-15T19:01:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T18:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7fec9566c74d46b95f6a741a59e66e136cc5b158'/>
<id>7fec9566c74d46b95f6a741a59e66e136cc5b158</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: update pytracer.py for Python 3.11</title>
<updated>2022-01-15T19:01:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T16:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e3be855a07685b383f020e2f0f2924326cb48268'/>
<id>e3be855a07685b383f020e2f0f2924326cb48268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debug: reprs make debugging easier</title>
<updated>2022-01-15T19:01:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T15:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=57544e6d60eaabdbd4c9265dbe29055e2585a9f0'/>
<id>57544e6d60eaabdbd4c9265dbe29055e2585a9f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: skip tests suffering from bpo 46389 (3.11)</title>
<updated>2022-01-15T19:01:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-15T12:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=41f1e0c7075b3b9ab73f1628559bc919d5de3775'/>
<id>41f1e0c7075b3b9ab73f1628559bc919d5de3775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
