<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/data.py, branch coverage-3.1</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>Added a 'coverage debug' command to get internal information for diagnosing problems. Also, all commands should at least take -h.</title>
<updated>2009-09-27T14:01:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-27T14:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c4c25e13b8468655ff69c9783df4534c217730be'/>
<id>c4c25e13b8468655ff69c9783df4534c217730be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The best way to get py3k support: same source runs on both, with some contortions.</title>
<updated>2009-09-22T11:22:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-22T11:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d18c4a8ca50361893eaa7ba86821a136ba7a4807'/>
<id>d18c4a8ca50361893eaa7ba86821a136ba7a4807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture the full path to the data file when execution starts.  Fixes issue 24.</title>
<updated>2009-09-15T03:46:30+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-15T03:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=cdaaeeef2545f2911d495dabe4f603cac71aca07'/>
<id>cdaaeeef2545f2911d495dabe4f603cac71aca07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly request pickle protocol 2 so that Py3-written pickles can be read by Py2.</title>
<updated>2009-09-06T12:15:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-09-06T12:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=4afb31ed0acedf6d2c651f4eb42896b9379188ea'/>
<id>4afb31ed0acedf6d2c651f4eb42896b9379188ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the backward-compatibility definitions to a common file. There seems to be no pretty way to do this.</title>
<updated>2009-07-04T02:32:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-07-04T02:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=70ac0e736ba2a00a5b5befc3e55bf79f49b673ba'/>
<id>70ac0e736ba2a00a5b5befc3e55bf79f49b673ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>I meant for the list of lines to be sorted.</title>
<updated>2009-07-04T02:04:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-07-04T02:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=2532dbe31a7c0a5c00e1db80d1c104011bbb086d'/>
<id>2532dbe31a7c0a5c00e1db80d1c104011bbb086d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor a little bit so the tests can get at the data more easily.</title>
<updated>2009-07-04T00:52:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-07-04T00:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d047b5a1c9d28bad8cfcb696f8be1c8ba7c95bc6'/>
<id>d047b5a1c9d28bad8cfcb696f8be1c8ba7c95bc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup: don't use the types module so much.</title>
<updated>2009-06-11T01:47:55+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-06-11T01:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f2e02da1647b1b8e676f46d4e72c33f396fea243'/>
<id>f2e02da1647b1b8e676f46d4e72c33f396fea243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the last few docstrings, and no pylint messages!</title>
<updated>2009-05-13T13:13:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-13T13:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=324679043657f885692db511a0714aa43a9385f0'/>
<id>324679043657f885692db511a0714aa43a9385f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-think the api to set the data file name and suffix.</title>
<updated>2009-05-11T21:43:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-11T21:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=626da09f52409b59f2a0e19667db14230d587536'/>
<id>626da09f52409b59f2a0e19667db14230d587536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
