<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/data.py, branch nedbat/bug-1303-master</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<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://trove.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://trove.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://trove.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://trove.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://trove.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://trove.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>
<entry>
<title>refactor: move exceptions to their own module</title>
<updated>2021-05-02T11:38:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-02T02:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6a3d3aaaf2aebb816c7287263c8097844280b233'/>
<id>6a3d3aaaf2aebb816c7287263c8097844280b233</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://trove.baserock.org/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>Add combine --keep (#1110)</title>
<updated>2021-01-30T22:55:11+00:00</updated>
<author>
<name>Éric Larivière</name>
<email>elarivie@users.noreply.github.com</email>
</author>
<published>2021-01-30T22:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a0f6692f5cc9344ae790300dcc0cf743ac9abbd3'/>
<id>a0f6692f5cc9344ae790300dcc0cf743ac9abbd3</id>
<content type='text'>
* Add combine --keep

Related to https://github.com/nedbat/coveragepy/issues/1108

* Fix unit tests

* Fix line too long

* Fix line too long</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add combine --keep

Related to https://github.com/nedbat/coveragepy/issues/1108

* Fix unit tests

* Fix line too long

* Fix line too long</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the JSON data code</title>
<updated>2019-07-10T10:57:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-09T20:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6b226d85f5191cd27b20ad27caded8b407772a02'/>
<id>6b226d85f5191cd27b20ad27caded8b407772a02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
