<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/python.py, branch coverage-4.5</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>Add a __repr__ for debugging</title>
<updated>2017-05-05T11:12:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-05-05T11:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=a433bf0eb9271ae65f4945cc597e98191660e31b'/>
<id>a433bf0eb9271ae65f4945cc597e98191660e31b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct name for package source files. #526</title>
<updated>2017-05-04T02:09:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-05-04T02:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=52d0e79e5cba53c5d248601cd666ff2954bd1d27'/>
<id>52d0e79e5cba53c5d248601cd666ff2954bd1d27</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 dirk-thomas/coverage.py/fix_init_name (pull request #91)</title>
<updated>2017-05-04T01:37:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2017-05-04T01:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f1539ee72a2e920f3379a9d30e30ca5828bb8bec'/>
<id>f1539ee72a2e920f3379a9d30e30ca5828bb8bec</id>
<content type='text'>
fix name for module in __init__.py file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix name for module in __init__.py file
</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://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=50a3baf54146337172d5efc57933adceb2b2fb78'/>
<id>50a3baf54146337172d5efc57933adceb2b2fb78</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>use the new source_for_file helper where it makes sense</title>
<updated>2017-01-10T21:21:13+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2017-01-10T21:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=2b304497bbad3a4a4d84f719a17ea080e4bbf708'/>
<id>2b304497bbad3a4a4d84f719a17ea080e4bbf708</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>source_for_file helper with unit tests</title>
<updated>2017-01-10T16:31:34+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2017-01-10T16:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=5ffdccc8a588921cdaef8c3a55ecfb5ff9170309'/>
<id>5ffdccc8a588921cdaef8c3a55ecfb5ff9170309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move _source_for_file to python.py</title>
<updated>2017-01-10T15:33:14+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2017-01-10T15:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ec3022971e7a1b56628a9c8c7d35a50570a9bcf7'/>
<id>ec3022971e7a1b56628a9c8c7d35a50570a9bcf7</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 pebers/coverage.py (pull request #57)</title>
<updated>2016-12-18T14:30:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2016-12-18T14:30:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b11cc45af98117dc2be62c31db9fb7c083b3e3c1'/>
<id>b11cc45af98117dc2be62c31db9fb7c083b3e3c1</id>
<content type='text'>
Add support for searching inside .pex archives similarly to .zip and .egg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for searching inside .pex archives similarly to .zip and .egg.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix name for module in __init__.py file</title>
<updated>2016-10-17T21:12:10+00:00</updated>
<author>
<name>Dirk Thomas</name>
<email>dthomas@osrfoundation.org</email>
</author>
<published>2016-10-17T21:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b2f19c1ed21629d5383532cfb2a77be9a7389ea4'/>
<id>b2f19c1ed21629d5383532cfb2a77be9a7389ea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>issue #231 on BB: provide more verbose error message</title>
<updated>2016-06-02T22:49:51+00:00</updated>
<author>
<name>nland</name>
<email>nland@dyn.com</email>
</author>
<published>2016-06-02T22:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=58e85b5fd764384066d32215761b81a0c860c36a'/>
<id>58e85b5fd764384066d32215761b81a0c860c36a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
