<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/collector.py, branch coverage-5.0a1</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>A few cleanups</title>
<updated>2018-05-31T14:50:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-05-31T14:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=cdbd5e68ac9718d38709e6b6a388fb35edab532f'/>
<id>cdbd5e68ac9718d38709e6b6a388fb35edab532f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add collector local cache of abs_file</title>
<updated>2018-05-14T15:32:54+00:00</updated>
<author>
<name>"David R. MacIver"</name>
<email>david@drmaciver.com</email>
</author>
<published>2018-05-14T15:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=69e172c4fd98100ee67802207c232092200520e7'/>
<id>69e172c4fd98100ee67802207c232092200520e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Huge refactor of code out of control into inorout</title>
<updated>2018-02-25T12:34:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-02-25T12:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bd613312d29b21b3bce5bb6f7c6561244a6c6830'/>
<id>bd613312d29b21b3bce5bb6f7c6561244a6c6830</id>
<content type='text'>
--HG--
branch : inorout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : inorout
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint 1.8.1, and fix its new warnings</title>
<updated>2017-12-23T21:54:30+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-12-23T21:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d8288282fcd54ec849b3345e564b8c3260d10bb5'/>
<id>d8288282fcd54ec849b3345e564b8c3260d10bb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another approach to solving the 'dictionary changed size during iteration' problem</title>
<updated>2017-11-04T22:42:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-11-04T22:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=781fe6a219e1b643c24a8612fea4c8f4fb458267'/>
<id>781fe6a219e1b643c24a8612fea4c8f4fb458267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More info when _collectors is surprising</title>
<updated>2017-11-04T17:31:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-11-04T17:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=98d1092907358c5c9adc03de20e2b35db8c3af3c'/>
<id>98d1092907358c5c9adc03de20e2b35db8c3af3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)</title>
<updated>2017-10-21T20:29:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2017-10-21T20:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5e142b6c029f3a7672ff89a9883895622e8b57dc'/>
<id>5e142b6c029f3a7672ff89a9883895622e8b57dc</id>
<content type='text'>
FIX thread-safe Collector.save_data()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIX thread-safe Collector.save_data()
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes documentation comments about arguments to Collector.</title>
<updated>2017-09-15T10:40:25+00:00</updated>
<author>
<name>David R. MacIver</name>
<email>david@drmaciver.com</email>
</author>
<published>2017-09-15T10:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6f0c575c9f538ed2d4ee88453d2f20bc9848866c'/>
<id>6f0c575c9f538ed2d4ee88453d2f20bc9848866c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX thread-safe Collector.save_data()</title>
<updated>2017-08-10T13:52:35+00:00</updated>
<author>
<name>Olivier Grisel</name>
<email>olivier.grisel@ensta.org</email>
</author>
<published>2017-08-10T13:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bfee14ab8788b6c97f58308ec5c5b14e57d06cb7'/>
<id>bfee14ab8788b6c97f58308ec5c5b14e57d06cb7</id>
<content type='text'>
--HG--
branch : fix-thread-safety
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : fix-thread-safety
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanly stop coverage objects, for metacov</title>
<updated>2017-03-11T19:15:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-11T19:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7c047ac7b2a1ed797bd959d268fe7d25044ca9b3'/>
<id>7c047ac7b2a1ed797bd959d268fe7d25044ca9b3</id>
<content type='text'>
Without these cov.stop() calls, the collector stack is wrong when doing
meta-coverage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without these cov.stop() calls, the collector stack is wrong when doing
meta-coverage.
</pre>
</div>
</content>
</entry>
</feed>
