<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/parser.py, branch coverage-3.6b1</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Messages with filenames are not good as %r, because it doubles the backslashes...</title>
<updated>2012-11-24T03:19:30+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-24T03:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=a345c26c87af29a3a8f90de7f0f94e8394fb4cce'/>
<id>a345c26c87af29a3a8f90de7f0f94e8394fb4cce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IndentationErrors when parsing non-Python files.  #82.</title>
<updated>2012-11-22T01:58:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-22T01:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c97ab5ffc039d9d35b2f03992d4d9a185fd16f2b'/>
<id>c97ab5ffc039d9d35b2f03992d4d9a185fd16f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence the last of the pylint warnings.</title>
<updated>2012-11-20T10:41:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-20T10:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=00b6dd7817da35f361a94da903367a841bfdaed0'/>
<id>00b6dd7817da35f361a94da903367a841bfdaed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish the paperwork on Julian's patch.</title>
<updated>2012-08-01T01:56:22+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-08-01T01:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=77a5085b2af747466d06568ad026b6e8495949b3'/>
<id>77a5085b2af747466d06568ad026b6e8495949b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't report coverage for non-Python source files even if __file__ says they were executed.</title>
<updated>2012-07-31T14:17:00+00:00</updated>
<author>
<name>Julian Berman</name>
<email>Julian+Hg@GrayVines.com</email>
</author>
<published>2012-07-31T14:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7543956017305b6ca9640718e6944b6b144767e2'/>
<id>7543956017305b6ca9640718e6944b6b144767e2</id>
<content type='text'>
Closes #82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #82
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly deal with files encoded as UTF-8 with BOM.  Fixes #179.</title>
<updated>2012-05-15T01:15:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-05-15T01:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=65ae23a8fe1b8e5740431497331fecfbd3c8b3fd'/>
<id>65ae23a8fe1b8e5740431497331fecfbd3c8b3fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out and improve the ad-hoc parsing and disassembly tool</title>
<updated>2011-08-03T02:35:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-08-03T02:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3447a59bd5570dde4e1ae355aca06a4b9bf4413b'/>
<id>3447a59bd5570dde4e1ae355aca06a4b9bf4413b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A test and a fix for issue #122, maybe?</title>
<updated>2011-07-04T14:27:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-07-04T14:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9a57b96e1688fba3038b86a2f2c8244167db158f'/>
<id>9a57b96e1688fba3038b86a2f2c8244167db158f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP for partial branch exclusion. #113</title>
<updated>2011-05-17T14:06:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-05-17T14:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=34413aab8a61579789faa342331ac9c8a55ee5a4'/>
<id>34413aab8a61579789faa342331ac9c8a55ee5a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deal more gracefully with unexpectedly-not-python source during reporting.</title>
<updated>2011-04-09T02:21:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2011-04-09T02:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=50f2239ca3c565b28c25b51371c42b569fa05a8c'/>
<id>50f2239ca3c565b28c25b51371c42b569fa05a8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
