<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/phystokens.py, branch fix_source_encoding</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Merged 4.0 to default</title>
<updated>2013-12-14T03:45:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-12-14T03:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c573785e27091fb848fda48591dfdb40fd7afdcc'/>
<id>c573785e27091fb848fda48591dfdb40fd7afdcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache generate_tokens to speed HTML reports.</title>
<updated>2013-10-27T02:08:47+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-27T02:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=bde6d2060bebcf7c8a3a365f9b9c01a9d801dbe9'/>
<id>bde6d2060bebcf7c8a3a365f9b9c01a9d801dbe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Micro optimizations.</title>
<updated>2013-10-26T18:41:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-26T18:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=9deabd31fe51f8bf7dad45c342478878e703605a'/>
<id>9deabd31fe51f8bf7dad45c342478878e703605a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We only run on 2.6, 2.7, 3.2, 3.3 now.</title>
<updated>2013-10-20T01:21:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-20T01:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d141a36502ff40891959048c7154c2f954dd2d13'/>
<id>d141a36502ff40891959048c7154c2f954dd2d13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make everything work on py2.3 again (for the last time).</title>
<updated>2013-10-05T17:21:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-10-05T17:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=554ae8ae796348fb1a3e439967f0ef740b46772e'/>
<id>554ae8ae796348fb1a3e439967f0ef740b46772e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve and more fully test the first-blank-line decoding fix.  Thanks, Roger Hu.</title>
<updated>2013-09-16T14:25:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2013-09-16T14:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=85ba89c05c28a8c1e83a81eec0e924d396098e32'/>
<id>85ba89c05c28a8c1e83a81eec0e924d396098e32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make UTF-8 detection more robust.</title>
<updated>2013-05-25T01:31:27+00:00</updated>
<author>
<name>Roger Hu</name>
<email>roger.hu@gmail.com</email>
</author>
<published>2013-05-25T01:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=dfe83e5fcdb5cc48880fda91d3d78353cb6ce4f7'/>
<id>dfe83e5fcdb5cc48880fda91d3d78353cb6ce4f7</id>
<content type='text'>
If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and
doesn't try for the 2nd line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and
doesn't try for the 2nd line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrading pylint means fixing more nits.</title>
<updated>2012-11-10T20:19:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-11-10T20:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=bd179654c530a2d20a79104514e4f9e663d33cfe'/>
<id>bd179654c530a2d20a79104514e4f9e663d33cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2012-03-25T04:23:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-03-25T04:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ac8cf1852de2837234dab8cc823127e70c48e55e'/>
<id>ac8cf1852de2837234dab8cc823127e70c48e55e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If a source file has an encoding declaration, use it when producing the HTML. Fixes issue #157.</title>
<updated>2012-03-22T00:59:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2012-03-22T00:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=5e5fa6645c300ff974de6226fbadb64d8e6d8e70'/>
<id>5e5fa6645c300ff974de6226fbadb64d8e6d8e70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
