<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch 6.4.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>docs: latest sample</title>
<updated>2022-08-06T20:33:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T20:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=85a49efa75916f3b96a3f21d8be98516d38fb760'/>
<id>85a49efa75916f3b96a3f21d8be98516d38fb760</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: prep for 6.4.3</title>
<updated>2022-08-06T20:32:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T20:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1da23c5bec55264ac4d754cb1c19322297ecdbdd'/>
<id>1da23c5bec55264ac4d754cb1c19322297ecdbdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: better wording in CHANGES</title>
<updated>2022-08-06T19:15:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T19:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=616d963b390e94e12a9321b32e10c00e6da4e27d'/>
<id>616d963b390e94e12a9321b32e10c00e6da4e27d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: correct a reference</title>
<updated>2022-08-06T19:11:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T19:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0915b967461661654ae2d1a85bd0495c2eafd35b'/>
<id>0915b967461661654ae2d1a85bd0495c2eafd35b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: keep CHANGES up to date</title>
<updated>2022-08-06T19:10:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T19:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=42202a88a1873031118643072a2b946c7ea7e9fb'/>
<id>42202a88a1873031118643072a2b946c7ea7e9fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: paths were wrong when running from root (#1403)</title>
<updated>2022-08-06T19:06:25+00:00</updated>
<author>
<name>Arthur Rio</name>
<email>arthurio@users.noreply.github.com</email>
</author>
<published>2022-08-06T19:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=41602b5ecfe602c53cef84fec249ed07dbd89538'/>
<id>41602b5ecfe602c53cef84fec249ed07dbd89538</id>
<content type='text'>
* Fix paths when running coverage from root

* Add simple tests

* Use nested pattern for older python versions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix paths when running coverage from root

* Add simple tests

* Use nested pattern for older python versions</pre>
</div>
</content>
</entry>
<entry>
<title>test: add a test for #1405</title>
<updated>2022-08-06T19:02:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T19:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=eaf55921248211a81be231d7d20d73460cb369fb'/>
<id>eaf55921248211a81be231d7d20d73460cb369fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: filenames can contain special glob characters (#1405)</title>
<updated>2022-08-06T18:57:19+00:00</updated>
<author>
<name>earthman1</name>
<email>30826762+earthman1@users.noreply.github.com</email>
</author>
<published>2022-08-06T18:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=36f508f98f74b44a1f7aed23f2beecb4189025ca'/>
<id>36f508f98f74b44a1f7aed23f2beecb4189025ca</id>
<content type='text'>
* Fix globbing of filenames that contain special glob characters

* glob the path as well as the filename</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix globbing of filenames that contain special glob characters

* glob the path as well as the filename</pre>
</div>
</content>
</entry>
<entry>
<title>doc: keep CHANGES up to date</title>
<updated>2022-08-06T18:18:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T18:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=774c364b8eddfb53c3da5c8827f27ea279401316'/>
<id>774c364b8eddfb53c3da5c8827f27ea279401316</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(html): trigger filter on page load (#1413)</title>
<updated>2022-08-06T18:13:56+00:00</updated>
<author>
<name>Marc Legendre</name>
<email>almightykiwi@gmail.com</email>
</author>
<published>2022-08-06T18:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=070d61caab1bb37854c34155a51ab011fe59e7ff'/>
<id>070d61caab1bb37854c34155a51ab011fe59e7ff</id>
<content type='text'>
In the HTML report, if the "filter" input contains a value when
the page loads, it is ignored.  This happens even though an event
is actually created on start-up to trigger the refresh.

I believe this is a regression introduced in
9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a, when the observed
events changed from "keyup change" to "input".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the HTML report, if the "filter" input contains a value when
the page loads, it is ignored.  This happens even though an event
is actually created on start-up to trigger the refresh.

I believe this is a regression introduced in
9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a, when the observed
events changed from "keyup change" to "input".</pre>
</div>
</content>
</entry>
</feed>
