<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/html/html5parser.py, branch xml_int_float_parsing</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/'/>
<entry>
<title>Update docstrings to reflect the new behaviour of the "guess_charset" option in html5parser.</title>
<updated>2017-08-13T06:16:11+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-13T06:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=ae8eae5d4ed7690c0b8ddeaf41e4a509f8a972b7'/>
<id>ae8eae5d4ed7690c0b8ddeaf41e4a509f8a972b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt defaults for "guess_charset" option in the remaining parse functions.</title>
<updated>2017-08-13T05:49:31+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-13T05:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=d5adfd6f02642647f809ac9204b0e4bcfa976694'/>
<id>d5adfd6f02642647f809ac9204b0e4bcfa976694</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt defaults for "guess_charset" option when parsing from files and URLs to avoid passing "useChardet" when it's likely to fail.</title>
<updated>2017-08-12T22:53:27+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-12T22:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=346937d91a55a3859da306475fcc40667c856c42'/>
<id>346937d91a55a3859da306475fcc40667c856c42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out GH issue #232 again as a retry should not be triggered internally by lxml. Users should do it explicitly if they think they need it.</title>
<updated>2017-08-12T22:33:57+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-12T22:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=35872c6ae33eaa9908ec022238b57d883585cc52'/>
<id>35872c6ae33eaa9908ec022238b57d883585cc52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only pass "useChardet" option into html5parser by default if the input is a byte string. Should help with LP#1654544.</title>
<updated>2017-08-12T15:02:12+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-12T15:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=db896e145430b572bf3fbab38dcb4dd5a1fdf3bc'/>
<id>db896e145430b572bf3fbab38dcb4dd5a1fdf3bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make class Py2 compatible.</title>
<updated>2017-08-12T14:38:55+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-12T14:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=1ff0b9364b758679ffb2612379ad589a1c1e6aac'/>
<id>1ff0b9364b758679ffb2612379ad589a1c1e6aac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #232 from ondergetekende/1654544</title>
<updated>2017-08-12T14:35:50+00:00</updated>
<author>
<name>scoder</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-12T14:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=8fb482d6b046b95e701cb1539e9cda4ffcca0520'/>
<id>8fb482d6b046b95e701cb1539e9cda4ffcca0520</id>
<content type='text'>
Fix LP1654544</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix LP1654544</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure the html5lib tests are included in CI</title>
<updated>2017-03-20T20:44:13+00:00</updated>
<author>
<name>Koert van der Veer</name>
<email>koert@ondergetekende.nl</email>
</author>
<published>2017-03-16T09:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=656984a011298de68703e87cfb828878d809c882'/>
<id>656984a011298de68703e87cfb828878d809c882</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve type check and comment</title>
<updated>2017-03-18T09:09:00+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-03-18T09:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=6e1d219ffebebfabaf4408236f4d46c4990d782d'/>
<id>6e1d219ffebebfabaf4408236f4d46c4990d782d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build a retry mechanism around html5lib's unpredictable useChardet support</title>
<updated>2017-03-16T09:07:38+00:00</updated>
<author>
<name>Koert van der Veer</name>
<email>koert@ondergetekende.nl</email>
</author>
<published>2017-03-16T09:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=432340af8dca83a4ddb5d4599f2ae8276669ab1c'/>
<id>432340af8dca83a4ddb5d4599f2ae8276669ab1c</id>
<content type='text'>
Closes LP1654544
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes LP1654544
</pre>
</div>
</content>
</entry>
</feed>
