<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/data.py, branch 6.5.0</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>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>fix: reduce the scope of a try/except.</title>
<updated>2022-08-06T18:07:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-08-06T18:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ef978c16ee7afaf5d30958c6214de2c755b4edbf'/>
<id>ef978c16ee7afaf5d30958c6214de2c755b4edbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: don't fail if can't find a relative path to a data file on another volume on win32 (#1428) (#1430)</title>
<updated>2022-08-06T18:00:15+00:00</updated>
<author>
<name>Lorenzo Micò</name>
<email>41483803+lormico@users.noreply.github.com</email>
</author>
<published>2022-08-06T18:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1060813b718e60ad52508bf9df33d18e493cea56'/>
<id>1060813b718e60ad52508bf9df33d18e493cea56</id>
<content type='text'>
Co-authored-by: Lorenzo Micò &lt;lmico@dxc.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Lorenzo Micò &lt;lmico@dxc.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>style: pylint changed to 2.14, adapt.</title>
<updated>2022-06-02T11:51:51+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-06-02T11:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b19c6d2263a2ad4099d670f37aa98354c8429d16'/>
<id>b19c6d2263a2ad4099d670f37aa98354c8429d16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: move this so I can use it ad-hoc more easily</title>
<updated>2021-11-16T22:56:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-16T13:57:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=25ea7a956ab05d24fed61519c83a64462597d712'/>
<id>25ea7a956ab05d24fed61519c83a64462597d712</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: specialize exceptions</title>
<updated>2021-11-14T16:41:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-14T00:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1c29ef3e4b871508bb2defd6b47b9a745547b626'/>
<id>1c29ef3e4b871508bb2defd6b47b9a745547b626</id>
<content type='text'>
CoverageException is fine as a base class, but not good to use for
raising (and catching sometimes).  Introduce specialized exceptions that
allow third-party tools to integrate better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CoverageException is fine as a base class, but not good to use for
raising (and catching sometimes).  Introduce specialized exceptions that
allow third-party tools to integrate better.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: 'debug data' now enumerates combinable files also</title>
<updated>2021-11-13T17:33:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-13T13:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5ca980dabd71aa74d90351a6d4e88cf101d65ded'/>
<id>5ca980dabd71aa74d90351a6d4e88cf101d65ded</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: `coverage combine` now prints messages naming the files being combined.  #1105 (#1208)</title>
<updated>2021-08-05T19:03:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-08-05T19:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1f51202aec24679be776ea759efb66070100c3c3'/>
<id>1f51202aec24679be776ea759efb66070100c3c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: correct previous refactorings</title>
<updated>2021-07-28T23:48:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-28T23:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7fe106b9fef26478ba10a6f206baf70eee201d4a'/>
<id>7fe106b9fef26478ba10a6f206baf70eee201d4a</id>
<content type='text'>
File names should not be rendered with !r, since on Windows that will
produce double backslashes, which only confuses people.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File names should not be rendered with !r, since on Windows that will
produce double backslashes, which only confuses people.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: convert %-strings to f-strings</title>
<updated>2021-07-28T21:29:52+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-28T21:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c5c1ba084b0b548ff8869cbc086e81608c329eb6'/>
<id>c5c1ba084b0b548ff8869cbc086e81608c329eb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
