<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/update-error-constants.py, branch lxml-3.3.2</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/'/>
<entry>
<title>renamed 'include' package to 'includes' because 'include' is a keyword in Cython</title>
<updated>2012-07-30T17:24:37+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-07-30T17:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=327cdbc663748daf2f5cb19e57ca5ee5f49ce646'/>
<id>327cdbc663748daf2f5cb19e57ca5ee5f49ce646</id>
<content type='text'>
--HG--
rename : src/lxml/include/__init__.py =&gt; src/lxml/includes/__init__.py
rename : src/lxml/include/c14n.pxd =&gt; src/lxml/includes/c14n.pxd
rename : src/lxml/include/config.pxd =&gt; src/lxml/includes/config.pxd
rename : src/lxml/include/dtdvalid.pxd =&gt; src/lxml/includes/dtdvalid.pxd
rename : src/lxml/include/etree_defs.h =&gt; src/lxml/includes/etree_defs.h
rename : src/lxml/include/etreepublic.pxd =&gt; src/lxml/includes/etreepublic.pxd
rename : src/lxml/include/htmlparser.pxd =&gt; src/lxml/includes/htmlparser.pxd
rename : src/lxml/include/relaxng.pxd =&gt; src/lxml/includes/relaxng.pxd
rename : src/lxml/include/schematron.pxd =&gt; src/lxml/includes/schematron.pxd
rename : src/lxml/include/tree.pxd =&gt; src/lxml/includes/tree.pxd
rename : src/lxml/include/uri.pxd =&gt; src/lxml/includes/uri.pxd
rename : src/lxml/include/xinclude.pxd =&gt; src/lxml/includes/xinclude.pxd
rename : src/lxml/include/xmlerror.pxd =&gt; src/lxml/includes/xmlerror.pxd
rename : src/lxml/include/xmlparser.pxd =&gt; src/lxml/includes/xmlparser.pxd
rename : src/lxml/include/xmlschema.pxd =&gt; src/lxml/includes/xmlschema.pxd
rename : src/lxml/include/xpath.pxd =&gt; src/lxml/includes/xpath.pxd
rename : src/lxml/include/xslt.pxd =&gt; src/lxml/includes/xslt.pxd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/lxml/include/__init__.py =&gt; src/lxml/includes/__init__.py
rename : src/lxml/include/c14n.pxd =&gt; src/lxml/includes/c14n.pxd
rename : src/lxml/include/config.pxd =&gt; src/lxml/includes/config.pxd
rename : src/lxml/include/dtdvalid.pxd =&gt; src/lxml/includes/dtdvalid.pxd
rename : src/lxml/include/etree_defs.h =&gt; src/lxml/includes/etree_defs.h
rename : src/lxml/include/etreepublic.pxd =&gt; src/lxml/includes/etreepublic.pxd
rename : src/lxml/include/htmlparser.pxd =&gt; src/lxml/includes/htmlparser.pxd
rename : src/lxml/include/relaxng.pxd =&gt; src/lxml/includes/relaxng.pxd
rename : src/lxml/include/schematron.pxd =&gt; src/lxml/includes/schematron.pxd
rename : src/lxml/include/tree.pxd =&gt; src/lxml/includes/tree.pxd
rename : src/lxml/include/uri.pxd =&gt; src/lxml/includes/uri.pxd
rename : src/lxml/include/xinclude.pxd =&gt; src/lxml/includes/xinclude.pxd
rename : src/lxml/include/xmlerror.pxd =&gt; src/lxml/includes/xmlerror.pxd
rename : src/lxml/include/xmlparser.pxd =&gt; src/lxml/includes/xmlparser.pxd
rename : src/lxml/include/xmlschema.pxd =&gt; src/lxml/includes/xmlschema.pxd
rename : src/lxml/include/xpath.pxd =&gt; src/lxml/includes/xpath.pxd
rename : src/lxml/include/xslt.pxd =&gt; src/lxml/includes/xslt.pxd
</pre>
</div>
</content>
</entry>
<entry>
<title>minor simplifications in error constant setup code, regenerated constants from libxml2 2.7.8</title>
<updated>2012-01-03T10:44:54+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-01-03T10:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=7d56771f7185c318e7f631dadf5a920719a754f5'/>
<id>7d56771f7185c318e7f631dadf5a920719a754f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3680] r4226@delle:  sbehnel | 2008-05-19 00:52:10 +0200</title>
<updated>2008-05-19T22:00:23+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-19T22:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=a57082187bae1297ee4af35cbc2f069e84a0640d'/>
<id>a57082187bae1297ee4af35cbc2f069e84a0640d</id>
<content type='text'>
 initial Py3 fixes for error constant parsing script

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 initial Py3 fixes for error constant parsing script

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3305] r3525@delle:  sbehnel | 2008-02-15 15:08:18 +0100</title>
<updated>2008-02-15T14:15:17+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-02-15T14:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=512dfc5a334e971d7b83cf7978332142c5cf3eb3'/>
<id>512dfc5a334e971d7b83cf7978332142c5cf3eb3</id>
<content type='text'>
 error type constants of XPath errors and XML Schema errors are not needed

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 error type constants of XPath errors and XML Schema errors are not needed

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3304] r3524@delle:  sbehnel | 2008-02-15 13:39:53 +0100</title>
<updated>2008-02-15T14:15:14+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-02-15T14:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=e056284013cf160ebc9cdd4f02cf4b30ac91f96c'/>
<id>e056284013cf160ebc9cdd4f02cf4b30ac91f96c</id>
<content type='text'>
 integrate all error type enums: parser, XPath, schema, relaxng

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 integrate all error type enums: parser, XPath, schema, relaxng

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3163] r3241@delle:  sbehnel | 2008-01-11 15:20:34 +0100</title>
<updated>2008-01-11T14:20:44+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-01-11T14:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=f5fd919e957cf8ffc884137b4aef0a47cbc66741'/>
<id>f5fd919e957cf8ffc884137b4aef0a47cbc66741</id>
<content type='text'>
 API usage fix

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 API usage fix

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r2291] comment</title>
<updated>2007-05-14T08:33:47+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2007-05-14T08:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=8c171e0a09832dcbe776ea0ced1acdf8930b1f79'/>
<id>8c171e0a09832dcbe776ea0ced1acdf8930b1f79</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 r1390] update-error-constants.py: strip prefixes and indentation before storing constant strings to safe setup overhead and space in the binary</title>
<updated>2006-06-03T09:17:09+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-06-03T09:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=0790a8f3e4360235b195959d06cddcc69a455687'/>
<id>0790a8f3e4360235b195959d06cddcc69a455687</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 r1389] store error constant strings in tuples instead of using string concatenation (simplifies setup code), add comment from generator script</title>
<updated>2006-06-03T08:17:40+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-06-03T08:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=12b4454f6906e32fcdb551141e67399c5e87c460'/>
<id>12b4454f6906e32fcdb551141e67399c5e87c460</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 r1382] changed cmd line of update-error-constants.py, check for HTML file before starting work</title>
<updated>2006-06-02T10:46:09+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2006-06-02T10:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=95e457be553cf0fa11b94e52c44bd67c9f18dd71'/>
<id>95e457be553cf0fa11b94e52c44bd67c9f18dd71</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>
