<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/data.py, branch coverage-4.0b2</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>Change CoverageData.read and .write to .read_fileobj and .write_fileobj</title>
<updated>2015-08-21T11:46:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-21T11:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a879bf94e14b30f7a88111c646144d01f735cb44'/>
<id>a879bf94e14b30f7a88111c646144d01f735cb44</id>
<content type='text'>
This makes the break from v3 to v4 very clear and introspectable, and
.read/.write were bad names for those methods anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the break from v3 to v4 very clear and introspectable, and
.read/.write were bad names for those methods anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>CoverageData.read and .write are now inverses of each other.</title>
<updated>2015-08-21T01:28:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-21T01:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3fb754d683d4ba71b04952c27feaafcdae7225e1'/>
<id>3fb754d683d4ba71b04952c27feaafcdae7225e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'filename' to be 'file name' in English.</title>
<updated>2015-08-20T17:44:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-20T17:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d5a89ab843542f88544a0f55900093329ef6b85c'/>
<id>d5a89ab843542f88544a0f55900093329ef6b85c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Touching files in an empty CoverageData shouldn't force lines. #399</title>
<updated>2015-08-20T13:52:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-20T13:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=33d7789e8e6c15aae52cf3e36eecbd48f36e248e'/>
<id>33d7789e8e6c15aae52cf3e36eecbd48f36e248e</id>
<content type='text'>
py.test --cov can write empty data to arcs, and then touch files due to
--source.  This would make the file be about lines instead of arcs, and
then combining would fail.

This changed a lot of CoverageData, including some of the methods names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
py.test --cov can write empty data to arcs, and then touch files due to
--source.  This would make the file be about lines instead of arcs, and
then combining would fail.

This changed a lot of CoverageData, including some of the methods names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more debugging controls, especially for data operations</title>
<updated>2015-08-20T02:47:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-20T02:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b0168bef1eedbe75ffab364a02a0c1ba8466dbd1'/>
<id>b0168bef1eedbe75ffab364a02a0c1ba8466dbd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix method references in the docs.</title>
<updated>2015-08-03T23:36:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-03T23:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=10f4e01ba81a1d840e43b5888a4d293e6059e1b9'/>
<id>10f4e01ba81a1d840e43b5888a4d293e6059e1b9</id>
<content type='text'>
Some needed to be :meth:`.foo`, and some didn't.  Turned out it was because of
how the .rst used automodule and autoclass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some needed to be :meth:`.foo`, and some didn't.  Turned out it was because of
how the .rst used automodule and autoclass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak the plugin docs</title>
<updated>2015-08-02T23:05:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-02T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=afa75d3bd2097d8817afa20f67202b396d0cbc92'/>
<id>afa75d3bd2097d8817afa20f67202b396d0cbc92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split the api docs into separate pages.</title>
<updated>2015-08-02T15:45:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-02T15:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=959447537d8d8f4d91f5bf25b810e49bdaffddf6'/>
<id>959447537d8d8f4d91f5bf25b810e49bdaffddf6</id>
<content type='text'>
The :meth: references are annoying, and some aren't right yet. :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The :meth: references are annoying, and some aren't right yet. :(
</pre>
</div>
</content>
</entry>
<entry>
<title>Erasing in parallel mode now deletes all the data files. #262</title>
<updated>2015-07-31T01:54:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-31T01:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d6527657397d0499ce622a82ac04ddceddcbeb93'/>
<id>d6527657397d0499ce622a82ac04ddceddcbeb93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up from the merge of PR 62</title>
<updated>2015-07-30T11:34:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-30T11:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=8bdff4ef8448078d06e4d7aba2d2892b8b9b7ac7'/>
<id>8bdff4ef8448078d06e4d7aba2d2892b8b9b7ac7</id>
<content type='text'>
Remove the globbing option.  Added a test.  Corrected parameter names and docs.
Updated the AUTHORS file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the globbing option.  Added a test.  Corrected parameter names and docs.
Updated the AUTHORS file.
</pre>
</div>
</content>
</entry>
</feed>
