<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/doc, branch nedbat/bug1160</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>COVERAGE_DEBUG_FILE accepts "stdout" and "stderr"</title>
<updated>2021-05-23T17:06:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-23T17:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=24d12143463c9be51feefd65837821c037ec4005'/>
<id>24d12143463c9be51feefd65837821c037ec4005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update two dependencies</title>
<updated>2021-05-04T17:10:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-04T17:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c776c901aa9b3214be815ceee9f179f47bcd86d8'/>
<id>c776c901aa9b3214be815ceee9f179f47bcd86d8</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 redundant Python 2 code (#1155)</title>
<updated>2021-05-02T22:40:05+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2021-05-02T22:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=df79a6390f6d0531f6411f745d0ccd2c3d674883'/>
<id>df79a6390f6d0531f6411f745d0ccd2c3d674883</id>
<content type='text'>
* Remove Python 2 code

* Upgrade Python syntax with pyupgrade

* Upgrade Python syntax with pyupgrade --py3-plus

* Upgrade Python syntax with pyupgrade --py36-plus

* Remove unused imports</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove Python 2 code

* Upgrade Python syntax with pyupgrade

* Upgrade Python syntax with pyupgrade --py3-plus

* Upgrade Python syntax with pyupgrade --py36-plus

* Remove unused imports</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update the examples in contributing.rst</title>
<updated>2021-05-02T11:38:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-02T11:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=8acc7448fb93109dbecb6f93ce3faa161043e5d5'/>
<id>8acc7448fb93109dbecb6f93ce3faa161043e5d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update Python versions supported</title>
<updated>2021-05-02T11:38:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T22:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=236bc9317d208b24b418c9c167f22410613f4ade'/>
<id>236bc9317d208b24b418c9c167f22410613f4ade</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix code comment formatting (#1153)</title>
<updated>2021-04-30T22:16:22+00:00</updated>
<author>
<name>Mayank Singhal</name>
<email>17mayank.singhal@gmail.com</email>
</author>
<published>2021-04-30T22:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=78fa3d9db04889c1e4af445fa62b10502b063486'/>
<id>78fa3d9db04889c1e4af445fa62b10502b063486</id>
<content type='text'>
* docs(branch.rst): Line number comments not needed

The topic `Branch Coverage Management` in this file
already has a setting:

        :linenothreshold: 5

Using this setting, sphinx will automatically provide
line numbers for code block longer than 5 lines.

reference: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-option-highlight-linenothreshold

* docs: Extra spaces in comment (maybe intentional)

The lines edited in this commit might have been given
extra indentation purposefully.
As they are an instruction for coverage py and are immediately
followed by another comment that is not for coveragepy.

* docs: inconsistent spaces in comments

Fix extra indentations or lack of indentations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* docs(branch.rst): Line number comments not needed

The topic `Branch Coverage Management` in this file
already has a setting:

        :linenothreshold: 5

Using this setting, sphinx will automatically provide
line numbers for code block longer than 5 lines.

reference: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-option-highlight-linenothreshold

* docs: Extra spaces in comment (maybe intentional)

The lines edited in this commit might have been given
extra indentation purposefully.
As they are an instruction for coverage py and are immediately
followed by another comment that is not for coveragepy.

* docs: inconsistent spaces in comments

Fix extra indentations or lack of indentations.</pre>
</div>
</content>
</entry>
<entry>
<title>build: make tags like 5.6.1 not coverage-5.6.1</title>
<updated>2021-04-15T09:09:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-15T09:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=05fbe9c95352ad7536c1f8ebd53a6739714a8af9'/>
<id>05fbe9c95352ad7536c1f8ebd53a6739714a8af9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: version 5.6b1</title>
<updated>2021-04-13T01:31:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-13T01:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=8130bba7b4a22df5c775b9a1439d2d5370d349e3'/>
<id>8130bba7b4a22df5c775b9a1439d2d5370d349e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update build dependencies</title>
<updated>2021-04-12T01:06:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-12T01:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a55f726aa88e60d9c96d410a9db6af8716d59fb9'/>
<id>a55f726aa88e60d9c96d410a9db6af8716d59fb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update the help in the docs</title>
<updated>2021-03-21T20:19:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-21T20:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f0f6faaa69333aac63b0df7423eded8fa25f87ac'/>
<id>f0f6faaa69333aac63b0df7423eded8fa25f87ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
