<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/html, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Fix some spelling errors in documentation and code comments</title>
<updated>2015-10-31T11:48:53+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-10-31T11:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1f1177d69a21805c374b6b4cfce9f9f76bceb822'/>
<id>1f1177d69a21805c374b6b4cfce9f9f76bceb822</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True.</title>
<updated>2015-09-06T18:38:06+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2015-09-06T18:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6f2bb98966853edcf1855b9dd310529d071241a2'/>
<id>6f2bb98966853edcf1855b9dd310529d071241a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23181: More "codepoint" -&gt; "code point".</title>
<updated>2015-01-18T09:28:37+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-01-18T09:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300'/>
<id>d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#20288: merge with 3.3.</title>
<updated>2014-02-01T19:22:26+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2014-02-01T19:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=153d97b24e7253f344860094eb2c98ed93657720'/>
<id>153d97b24e7253f344860094eb2c98ed93657720</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#20288: fix handling of invalid numeric charrefs in HTMLParser.</title>
<updated>2014-02-01T19:21:01+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2014-02-01T19:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f27b9a741ac7771aa1f6c1219d86a61222fdc20a'/>
<id>f27b9a741ac7771aa1f6c1219d86a61222fdc20a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.</title>
<updated>2013-11-23T17:52:05+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-11-23T17:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=95401c5f6b9f07b094924559177c9b30a1c38998'/>
<id>95401c5f6b9f07b094924559177c9b30a1c38998</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#19688: add back and deprecate the internal HTMLParser.unescape() method.</title>
<updated>2013-11-22T03:49:29+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-11-22T03:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f6de9eb2bb3c3c16694d582e3e1e2e9f56b97aab'/>
<id>f6de9eb2bb3c3c16694d582e3e1e2e9f56b97aab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#2927: Added the unescape() function to the html module.</title>
<updated>2013-11-19T18:28:45+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-11-19T18:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4a9ee26750aa8cb37b5072b2bb4dd328819febb4'/>
<id>4a9ee26750aa8cb37b5072b2bb4dd328819febb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#19480: merge with 3.3.</title>
<updated>2013-11-07T16:35:27+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-11-07T16:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7038817fee37fea81183d64c9dd957bab571fde'/>
<id>b7038817fee37fea81183d64c9dd957bab571fde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.</title>
<updated>2013-11-07T16:33:24+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-11-07T16:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7165d8b9ba7df402fb167ff20dc6d1a35e7386ed'/>
<id>7165d8b9ba7df402fb167ff20dc6d1a35e7386ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
