<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/data.py, branch coverage-4.0b2</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=142cc3e30a7e143accb5ac8654b7facb8c185cd4'/>
<id>142cc3e30a7e143accb5ac8654b7facb8c185cd4</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=80a0e8e5743a125720903a87c60c96741b221bd7'/>
<id>80a0e8e5743a125720903a87c60c96741b221bd7</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=8e5e579f8b9b70345ff8b2ed6650040b73cc7574'/>
<id>8e5e579f8b9b70345ff8b2ed6650040b73cc7574</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=4a2c55378422df624c9928327a493c7b2b9c7400'/>
<id>4a2c55378422df624c9928327a493c7b2b9c7400</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e3bb087bfe10cce8ca4b260484740b0a3ffc5673'/>
<id>e3bb087bfe10cce8ca4b260484740b0a3ffc5673</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=17cc353d4359b2481fc9e6234c1fc5e8ba42a4ae'/>
<id>17cc353d4359b2481fc9e6234c1fc5e8ba42a4ae</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=6499b33bf2d2ad38a99fb71c159f9c991768c071'/>
<id>6499b33bf2d2ad38a99fb71c159f9c991768c071</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f9b9abb5b81bd9efbb7f8b283d28af2bbf7808c7'/>
<id>f9b9abb5b81bd9efbb7f8b283d28af2bbf7808c7</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=74fb855535ade275af20f2afc8097ff9723a0831'/>
<id>74fb855535ade275af20f2afc8097ff9723a0831</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e812f4dd7e82a9de6323b139c9ae3e02cd16d7f0'/>
<id>e812f4dd7e82a9de6323b139c9ae3e02cd16d7f0</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>
