<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/env.py, branch coverage-4.5.4</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>Adapt to optimization tweak in CPython 3.8.0b1</title>
<updated>2019-06-09T19:56:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-06-05T11:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=8c371b2f14bc45e3be156d9d427a500e5535578a'/>
<id>8c371b2f14bc45e3be156d9d427a500e5535578a</id>
<content type='text'>
(cherry picked from commit 94920c01e81048f9167cd4a2225cdee00659ad16)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 94920c01e81048f9167cd4a2225cdee00659ad16)
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.8 will optimize away "while True:"</title>
<updated>2018-11-12T11:50:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-09T12:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=24c5d84084622669739e285ecb893dfa0d7e4cc0'/>
<id>24c5d84084622669739e285ecb893dfa0d7e4cc0</id>
<content type='text'>
(cherry picked from commit e5dcb933ab791206040a849eacd726ffe40c348a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit e5dcb933ab791206040a849eacd726ffe40c348a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to 3.8's way of tracing decorated functions</title>
<updated>2018-11-03T21:48:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-03T21:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6b9a2319e10d01704da723f33ddd864517ae13be'/>
<id>6b9a2319e10d01704da723f33ddd864517ae13be</id>
<content type='text'>
(cherry picked from commit d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6)
</pre>
</div>
</content>
</entry>
<entry>
<title>Finally jumps back to exiting lines</title>
<updated>2018-10-06T16:20:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-10-05T14:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f12f8559c16ea172aac1f35fbe4f1b0232570df0'/>
<id>f12f8559c16ea172aac1f35fbe4f1b0232570df0</id>
<content type='text'>
In Python 3.8, when a finally clause is run because a line in the try
block is exiting the block, the exiting line is visited again after the
finally block.

(cherry picked from commit 04ff188349df84f73167108314e9698059830279)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.8, when a finally clause is run because a line in the try
block is exiting the block, the exiting line is visited again after the
finally block.

(cherry picked from commit 04ff188349df84f73167108314e9698059830279)
</pre>
</div>
</content>
</entry>
<entry>
<title>Minimal IronPython support.</title>
<updated>2017-03-14T17:40:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-14T17:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=13ed869c6be652f0b7729cebb26583d03c7ab12a'/>
<id>13ed869c6be652f0b7729cebb26583d03c7ab12a</id>
<content type='text'>
IronPython is weird: 2.7.7 has "str is unicode", and unicode.encode produces
unicode!  f_lasti is missing, and frame globals are missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IronPython is weird: 2.7.7 has "str is unicode", and unicode.encode produces
unicode!  f_lasti is missing, and frame globals are missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reporting doesn't work on Jython, so don't run reporting tests there.</title>
<updated>2017-01-14T15:01:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-01-14T15:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e5c5b0eda9c000987ecafaa914ff1d0513b342ac'/>
<id>e5c5b0eda9c000987ecafaa914ff1d0513b342ac</id>
<content type='text'>
--HG--
extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f
</pre>
</div>
</content>
</entry>
<entry>
<title>The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...</title>
<updated>2016-12-31T14:48:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-31T14:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=cb491e7f906cd0dca3718cc05bc00b738b638f7d'/>
<id>cb491e7f906cd0dca3718cc05bc00b738b638f7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make PyContracts disablable during debugging.</title>
<updated>2015-08-09T11:23:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-09T11:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=f72ee80a12af6d90172e1af954d0235c77ca7b51'/>
<id>f72ee80a12af6d90172e1af954d0235c77ca7b51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license mention to the top of all files. #313.</title>
<updated>2015-07-24T14:43:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-24T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b99fbf1ff6a06309ecf6cce8d6ae97dee5626784'/>
<id>b99fbf1ff6a06309ecf6cce8d6ae97dee5626784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dict literals changed in 3.5b1</title>
<updated>2015-05-28T01:33:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-05-28T01:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dd7d9a4450dc80668dabe33262ffee18648b4b88'/>
<id>dd7d9a4450dc80668dabe33262ffee18648b4b88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
