<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/htmlparser.pxd, branch lxml-2.0alpha2</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/'/>
<entry>
<title>[svn r2833] major restructuring of the parser code to better interate feed parser and (the new) target parser</title>
<updated>2007-09-10T14:23:22+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2007-09-10T14:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=2f21e264c3f0b67106f00d93d073a86ddd9eb0a5'/>
<id>2f21e264c3f0b67106f00d93d073a86ddd9eb0a5</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.</title>
<updated>2006-08-08T17:56:33+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-08-08T17:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=c9e60e062f73c2dab920b77cc3496744ce050995'/>
<id>c9e60e062f73c2dab920b77cc3496744ce050995</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1492] globally enable PARSE_COMPACT in parser options for XML and HTML (+ conditional compilation fix for libxml2 &lt; 2.6.21)</title>
<updated>2006-06-09T17:14:23+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-06-09T17:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=6527bff1b4a04a87f0ac5770e9dc7d5b1e6a1410'/>
<id>6527bff1b4a04a87f0ac5770e9dc7d5b1e6a1410</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1103] support parsing straight from Python unicode strings</title>
<updated>2006-05-08T14:45:47+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-05-08T14:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=3d4df1347cd932bc50bb1c8b7de6f793f381e53e'/>
<id>3d4df1347cd932bc50bb1c8b7de6f793f381e53e</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1100] major restructuring and cleanup in parser.pxi</title>
<updated>2006-05-07T20:31:25+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-05-07T20:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=cd85790b31894c75c838299e8b0caa3b909949d2'/>
<id>cd85790b31894c75c838299e8b0caa3b909949d2</id>
<content type='text'>
* merge parse functions of XMLParser and HTMLParser back into base class
* use same method for file-like parsing in both
=&gt; reduced code duplication, more readable, less error prone, simpler to test

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* merge parse functions of XMLParser and HTMLParser back into base class
* use same method for file-like parsing in both
=&gt; reduced code duplication, more readable, less error prone, simpler to test

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r1059] rewrite of file-like object reading in XML parser</title>
<updated>2006-05-03T15:40:10+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-05-03T15:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=dd89daa6e1564469509e2981fb203f7e344a7bcc'/>
<id>dd89daa6e1564469509e2981fb203f7e344a7bcc</id>
<content type='text'>
* use StringIO.getvalue() for StingIO's iff we read from the start
* use libxml2 chunk parser for any other file-like object to avoid reading the whole string into memory
* test with LargeFileLike object
* try to provide file URLs to parser wherever possible

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* use StringIO.getvalue() for StingIO's iff we read from the start
* use libxml2 chunk parser for any other file-like object to avoid reading the whole string into memory
* test with LargeFileLike object
* try to provide file URLs to parser wherever possible

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r942] merged in new file from htmlparser branch</title>
<updated>2006-04-20T09:37:07+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-04-20T09:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=b83f6441035b3e75affaf8225e3c82bd6c9d40be'/>
<id>b83f6441035b3e75affaf8225e3c82bd6c9d40be</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
</feed>
