update Darwin

This commit is contained in:
j 2014-09-05 18:01:36 +02:00
commit 531041e89a
1705 changed files with 6511 additions and 459836 deletions

View file

@ -0,0 +1,75 @@
Metadata-Version: 1.1
Name: lxml
Version: 3.3.6
Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
Home-page: http://lxml.de/
Author: lxml dev team
Author-email: lxml-dev@lxml.de
License: UNKNOWN
Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-3.3.6.tar.gz
Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
provides safe and convenient access to these libraries using the ElementTree
API.
It extends the ElementTree API significantly to offer support for XPath,
RelaxNG, XML Schema, XSLT, C14N and much more.
To contact the project, go to the `project home page
<http://lxml.de/>`_ or see our bug tracker at
https://launchpad.net/lxml
In case you want to use the current in-development version of lxml,
you can get it from the github repository at
https://github.com/lxml/lxml . Note that this requires Cython to
build the sources, see the build instructions on the project home
page. To the same end, running ``easy_install lxml==dev`` will
install lxml from
https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have
an appropriate version of Cython installed.
After an official release of a new stable series, bug fixes may become
available at
https://github.com/lxml/lxml/tree/lxml-3.3 .
Running ``easy_install lxml==3.3bugfix`` will install
the unreleased branch state from
https://github.com/lxml/lxml/tarball/lxml-3.3#egg=lxml-3.3bugfix
as soon as a maintenance branch has been established. Note that this
requires Cython to be installed at an appropriate version for the build.
3.3.6 (2014-08-28)
==================
Bugs fixed
----------
* Prevent tree cycle creation when adding Elements as siblings.
* LP#1361948: crash when deallocating Element siblings without parent.
* LP#1354652: crash when traversing internally loaded documents in XSLT
extension functions.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: C
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Software Development :: Libraries :: Python Modules

View file

@ -0,0 +1,755 @@
CHANGES.txt
CREDITS.txt
INSTALL.txt
LICENSES.txt
MANIFEST.in
Makefile
README.rst
TODO.txt
buildlibxml.py
ez_setup.py
requirements.txt
selftest.py
selftest2.py
setup.cfg
setup.py
setupinfo.py
test.py
update-error-constants.py
version.txt
versioninfo.py
benchmark/bench_etree.py
benchmark/bench_objectify.py
benchmark/bench_xpath.py
benchmark/bench_xslt.py
benchmark/benchbase.py
doc/FAQ.txt
doc/api.txt
doc/build.txt
doc/capi.txt
doc/compatibility.txt
doc/cssselect.txt
doc/docstructure.py
doc/element_classes.txt
doc/elementsoup.txt
doc/extensions.txt
doc/html5parser.txt
doc/intro.txt
doc/lxml-source-howto.txt
doc/lxml.mgp
doc/lxml2.txt
doc/lxmlhtml.txt
doc/main.txt
doc/memorymanagement.txt
doc/mkhtml.py
doc/mklatex.py
doc/objectify.txt
doc/parsing.txt
doc/performance.txt
doc/pubkey.asc
doc/resolvers.txt
doc/rest2html.py
doc/rest2latex.py
doc/sax.txt
doc/test.xml
doc/tutorial.txt
doc/valgrind.txt
doc/validation.txt
doc/xpathxslt.txt
doc/html/FAQ.html
doc/html/api.html
doc/html/build.html
doc/html/capi.html
doc/html/changes-3.3.6.html
doc/html/compatibility.html
doc/html/credits.html
doc/html/cssselect.html
doc/html/element_classes.html
doc/html/elementsoup.html
doc/html/extensions.html
doc/html/html5parser.html
doc/html/index.html
doc/html/installation.html
doc/html/intro.html
doc/html/lxml-source-howto.html
doc/html/lxmlhtml.html
doc/html/objectify.html
doc/html/parsing.html
doc/html/performance.html
doc/html/pubkey.asc
doc/html/resolvers.html
doc/html/sax.html
doc/html/sitemap.html
doc/html/style.css
doc/html/tagpython-big.png
doc/html/tutorial.html
doc/html/validation.html
doc/html/xpathxslt.html
doc/html/api/abc.ABCMeta-class.html
doc/html/api/api-objects.txt
doc/html/api/class-tree.html
doc/html/api/cssselect.parser.SelectorError-class.html
doc/html/api/cssselect.parser.SelectorSyntaxError-class.html
doc/html/api/cssselect.xpath.ExpressionError-class.html
doc/html/api/cssselect.xpath.XPathExpr-class.html
doc/html/api/deprecated-index.html
doc/html/api/epydoc.css
doc/html/api/exceptions.AssertionError-class.html
doc/html/api/frames.html
doc/html/api/help.html
doc/html/api/identifier-index-A.html
doc/html/api/identifier-index-B.html
doc/html/api/identifier-index-C.html
doc/html/api/identifier-index-D.html
doc/html/api/identifier-index-E.html
doc/html/api/identifier-index-F.html
doc/html/api/identifier-index-G.html
doc/html/api/identifier-index-H.html
doc/html/api/identifier-index-I.html
doc/html/api/identifier-index-J.html
doc/html/api/identifier-index-K.html
doc/html/api/identifier-index-L.html
doc/html/api/identifier-index-M.html
doc/html/api/identifier-index-N.html
doc/html/api/identifier-index-O.html
doc/html/api/identifier-index-P.html
doc/html/api/identifier-index-Q.html
doc/html/api/identifier-index-R.html
doc/html/api/identifier-index-S.html
doc/html/api/identifier-index-T.html
doc/html/api/identifier-index-U.html
doc/html/api/identifier-index-V.html
doc/html/api/identifier-index-W.html
doc/html/api/identifier-index-X.html
doc/html/api/identifier-index-Y.html
doc/html/api/identifier-index-Z.html
doc/html/api/identifier-index-_.html
doc/html/api/identifier-index.html
doc/html/api/index.html
doc/html/api/lxml-module.html
doc/html/api/lxml-pysrc.html
doc/html/api/lxml.ElementInclude-module.html
doc/html/api/lxml.ElementInclude-pysrc.html
doc/html/api/lxml.ElementInclude.FatalIncludeError-class.html
doc/html/api/lxml.builder-module.html
doc/html/api/lxml.builder-pysrc.html
doc/html/api/lxml.builder.ElementMaker-class.html
doc/html/api/lxml.cssselect-module.html
doc/html/api/lxml.cssselect-pysrc.html
doc/html/api/lxml.cssselect.CSSSelector-class.html
doc/html/api/lxml.cssselect.LxmlHTMLTranslator-class.html
doc/html/api/lxml.cssselect.LxmlTranslator-class.html
doc/html/api/lxml.doctestcompare-module.html
doc/html/api/lxml.doctestcompare-pysrc.html
doc/html/api/lxml.doctestcompare.LHTMLOutputChecker-class.html
doc/html/api/lxml.doctestcompare.LXMLOutputChecker-class.html
doc/html/api/lxml.doctestcompare._RestoreChecker-class.html
doc/html/api/lxml.etree-module.html
doc/html/api/lxml.etree.AncestorsIterator-class.html
doc/html/api/lxml.etree.AttributeBasedElementClassLookup-class.html
doc/html/api/lxml.etree.C14NError-class.html
doc/html/api/lxml.etree.CDATA-class.html
doc/html/api/lxml.etree.CommentBase-class.html
doc/html/api/lxml.etree.CustomElementClassLookup-class.html
doc/html/api/lxml.etree.DTD-class.html
doc/html/api/lxml.etree.DTDError-class.html
doc/html/api/lxml.etree.DTDParseError-class.html
doc/html/api/lxml.etree.DTDValidateError-class.html
doc/html/api/lxml.etree.DocInfo-class.html
doc/html/api/lxml.etree.DocumentInvalid-class.html
doc/html/api/lxml.etree.ETCompatXMLParser-class.html
doc/html/api/lxml.etree.ETXPath-class.html
doc/html/api/lxml.etree.ElementBase-class.html
doc/html/api/lxml.etree.ElementChildIterator-class.html
doc/html/api/lxml.etree.ElementClassLookup-class.html
doc/html/api/lxml.etree.ElementDefaultClassLookup-class.html
doc/html/api/lxml.etree.ElementDepthFirstIterator-class.html
doc/html/api/lxml.etree.ElementNamespaceClassLookup-class.html
doc/html/api/lxml.etree.ElementTextIterator-class.html
doc/html/api/lxml.etree.EntityBase-class.html
doc/html/api/lxml.etree.Error-class.html
doc/html/api/lxml.etree.ErrorDomains-class.html
doc/html/api/lxml.etree.ErrorLevels-class.html
doc/html/api/lxml.etree.ErrorTypes-class.html
doc/html/api/lxml.etree.FallbackElementClassLookup-class.html
doc/html/api/lxml.etree.HTMLParser-class.html
doc/html/api/lxml.etree.HTMLPullParser-class.html
doc/html/api/lxml.etree.LxmlError-class.html
doc/html/api/lxml.etree.LxmlRegistryError-class.html
doc/html/api/lxml.etree.LxmlSyntaxError-class.html
doc/html/api/lxml.etree.NamespaceRegistryError-class.html
doc/html/api/lxml.etree.PIBase-class.html
doc/html/api/lxml.etree.ParseError-class.html
doc/html/api/lxml.etree.ParserBasedElementClassLookup-class.html
doc/html/api/lxml.etree.ParserError-class.html
doc/html/api/lxml.etree.PyErrorLog-class.html
doc/html/api/lxml.etree.PythonElementClassLookup-class.html
doc/html/api/lxml.etree.QName-class.html
doc/html/api/lxml.etree.RelaxNG-class.html
doc/html/api/lxml.etree.RelaxNGError-class.html
doc/html/api/lxml.etree.RelaxNGErrorTypes-class.html
doc/html/api/lxml.etree.RelaxNGParseError-class.html
doc/html/api/lxml.etree.RelaxNGValidateError-class.html
doc/html/api/lxml.etree.Resolver-class.html
doc/html/api/lxml.etree.Schematron-class.html
doc/html/api/lxml.etree.SchematronError-class.html
doc/html/api/lxml.etree.SchematronParseError-class.html
doc/html/api/lxml.etree.SchematronValidateError-class.html
doc/html/api/lxml.etree.SerialisationError-class.html
doc/html/api/lxml.etree.SiblingsIterator-class.html
doc/html/api/lxml.etree.TreeBuilder-class.html
doc/html/api/lxml.etree.XInclude-class.html
doc/html/api/lxml.etree.XIncludeError-class.html
doc/html/api/lxml.etree.XMLParser-class.html
doc/html/api/lxml.etree.XMLPullParser-class.html
doc/html/api/lxml.etree.XMLSchema-class.html
doc/html/api/lxml.etree.XMLSchemaError-class.html
doc/html/api/lxml.etree.XMLSchemaParseError-class.html
doc/html/api/lxml.etree.XMLSchemaValidateError-class.html
doc/html/api/lxml.etree.XMLSyntaxError-class.html
doc/html/api/lxml.etree.XPath-class.html
doc/html/api/lxml.etree.XPathDocumentEvaluator-class.html
doc/html/api/lxml.etree.XPathElementEvaluator-class.html
doc/html/api/lxml.etree.XPathError-class.html
doc/html/api/lxml.etree.XPathEvalError-class.html
doc/html/api/lxml.etree.XPathFunctionError-class.html
doc/html/api/lxml.etree.XPathResultError-class.html
doc/html/api/lxml.etree.XPathSyntaxError-class.html
doc/html/api/lxml.etree.XSLT-class.html
doc/html/api/lxml.etree.XSLTAccessControl-class.html
doc/html/api/lxml.etree.XSLTApplyError-class.html
doc/html/api/lxml.etree.XSLTError-class.html
doc/html/api/lxml.etree.XSLTExtension-class.html
doc/html/api/lxml.etree.XSLTExtensionError-class.html
doc/html/api/lxml.etree.XSLTParseError-class.html
doc/html/api/lxml.etree.XSLTSaveError-class.html
doc/html/api/lxml.etree._Attrib-class.html
doc/html/api/lxml.etree._BaseErrorLog-class.html
doc/html/api/lxml.etree._Comment-class.html
doc/html/api/lxml.etree._Document-class.html
doc/html/api/lxml.etree._DomainErrorLog-class.html
doc/html/api/lxml.etree._Element-class.html
doc/html/api/lxml.etree._ElementIterator-class.html
doc/html/api/lxml.etree._ElementMatchIterator-class.html
doc/html/api/lxml.etree._ElementStringResult-class.html
doc/html/api/lxml.etree._ElementTagMatcher-class.html
doc/html/api/lxml.etree._ElementTree-class.html
doc/html/api/lxml.etree._ElementUnicodeResult-class.html
doc/html/api/lxml.etree._Entity-class.html
doc/html/api/lxml.etree._ErrorLog-class.html
doc/html/api/lxml.etree._FeedParser-class.html
doc/html/api/lxml.etree._IDDict-class.html
doc/html/api/lxml.etree._ListErrorLog-class.html
doc/html/api/lxml.etree._LogEntry-class.html
doc/html/api/lxml.etree._ProcessingInstruction-class.html
doc/html/api/lxml.etree._RotatingErrorLog-class.html
doc/html/api/lxml.etree._SaxParserTarget-class.html
doc/html/api/lxml.etree._TargetParserResult-class.html
doc/html/api/lxml.etree._Validator-class.html
doc/html/api/lxml.etree._XPathEvaluatorBase-class.html
doc/html/api/lxml.etree._XSLTProcessingInstruction-class.html
doc/html/api/lxml.etree._XSLTResultTree-class.html
doc/html/api/lxml.etree.iterparse-class.html
doc/html/api/lxml.etree.iterwalk-class.html
doc/html/api/lxml.etree.xmlfile-class.html
doc/html/api/lxml.html-module.html
doc/html/api/lxml.html-pysrc.html
doc/html/api/lxml.html.CheckboxGroup-class.html
doc/html/api/lxml.html.CheckboxValues-class.html
doc/html/api/lxml.html.ElementSoup-module.html
doc/html/api/lxml.html.ElementSoup-pysrc.html
doc/html/api/lxml.html.FieldsDict-class.html
doc/html/api/lxml.html.FormElement-class.html
doc/html/api/lxml.html.HTMLParser-class.html
doc/html/api/lxml.html.HtmlComment-class.html
doc/html/api/lxml.html.HtmlElement-class.html
doc/html/api/lxml.html.HtmlElementClassLookup-class.html
doc/html/api/lxml.html.HtmlEntity-class.html
doc/html/api/lxml.html.HtmlMixin-class.html
doc/html/api/lxml.html.HtmlProcessingInstruction-class.html
doc/html/api/lxml.html.InputElement-class.html
doc/html/api/lxml.html.InputGetter-class.html
doc/html/api/lxml.html.InputMixin-class.html
doc/html/api/lxml.html.LabelElement-class.html
doc/html/api/lxml.html.MultipleSelectOptions-class.html
doc/html/api/lxml.html.RadioGroup-class.html
doc/html/api/lxml.html.SelectElement-class.html
doc/html/api/lxml.html.TextareaElement-class.html
doc/html/api/lxml.html.XHTMLParser-class.html
doc/html/api/lxml.html._MethodFunc-class.html
doc/html/api/lxml.html.builder-module.html
doc/html/api/lxml.html.builder-pysrc.html
doc/html/api/lxml.html.clean-module.html
doc/html/api/lxml.html.clean-pysrc.html
doc/html/api/lxml.html.clean.Cleaner-class.html
doc/html/api/lxml.html.defs-module.html
doc/html/api/lxml.html.defs-pysrc.html
doc/html/api/lxml.html.diff-module.html
doc/html/api/lxml.html.diff-pysrc.html
doc/html/api/lxml.html.diff.DEL_END-class.html
doc/html/api/lxml.html.diff.DEL_START-class.html
doc/html/api/lxml.html.diff.InsensitiveSequenceMatcher-class.html
doc/html/api/lxml.html.diff.NoDeletes-class.html
doc/html/api/lxml.html.diff.href_token-class.html
doc/html/api/lxml.html.diff.tag_token-class.html
doc/html/api/lxml.html.diff.token-class.html
doc/html/api/lxml.html.formfill-module.html
doc/html/api/lxml.html.formfill-pysrc.html
doc/html/api/lxml.html.formfill.DefaultErrorCreator-class.html
doc/html/api/lxml.html.formfill.FormNotFound-class.html
doc/html/api/lxml.html.html5parser-module.html
doc/html/api/lxml.html.html5parser-pysrc.html
doc/html/api/lxml.html.html5parser.HTMLParser-class.html
doc/html/api/lxml.html.html5parser.XHTMLParser-class.html
doc/html/api/lxml.html.soupparser-module.html
doc/html/api/lxml.html.soupparser-pysrc.html
doc/html/api/lxml.html.usedoctest-module.html
doc/html/api/lxml.html.usedoctest-pysrc.html
doc/html/api/lxml.includes-module.html
doc/html/api/lxml.includes-pysrc.html
doc/html/api/lxml.isoschematron-module.html
doc/html/api/lxml.isoschematron-pysrc.html
doc/html/api/lxml.isoschematron.Schematron-class.html
doc/html/api/lxml.objectify-module.html
doc/html/api/lxml.objectify.BoolElement-class.html
doc/html/api/lxml.objectify.ElementMaker-class.html
doc/html/api/lxml.objectify.FloatElement-class.html
doc/html/api/lxml.objectify.IntElement-class.html
doc/html/api/lxml.objectify.LongElement-class.html
doc/html/api/lxml.objectify.NoneElement-class.html
doc/html/api/lxml.objectify.NumberElement-class.html
doc/html/api/lxml.objectify.ObjectPath-class.html
doc/html/api/lxml.objectify.ObjectifiedDataElement-class.html
doc/html/api/lxml.objectify.ObjectifiedElement-class.html
doc/html/api/lxml.objectify.ObjectifyElementClassLookup-class.html
doc/html/api/lxml.objectify.PyType-class.html
doc/html/api/lxml.objectify.StringElement-class.html
doc/html/api/lxml.pyclasslookup-module.html
doc/html/api/lxml.pyclasslookup-pysrc.html
doc/html/api/lxml.sax-module.html
doc/html/api/lxml.sax-pysrc.html
doc/html/api/lxml.sax.ElementTreeContentHandler-class.html
doc/html/api/lxml.sax.ElementTreeProducer-class.html
doc/html/api/lxml.sax.SaxError-class.html
doc/html/api/lxml.tests-module.html
doc/html/api/lxml.tests-pysrc.html
doc/html/api/lxml.tests.common_imports-module.html
doc/html/api/lxml.tests.common_imports-pysrc.html
doc/html/api/lxml.tests.common_imports.HelperTestCase-class.html
doc/html/api/lxml.tests.common_imports.LargeFileLike-class.html
doc/html/api/lxml.tests.common_imports.LargeFileLikeUnicode-class.html
doc/html/api/lxml.tests.common_imports.SillyFileLike-class.html
doc/html/api/lxml.tests.dummy_http_server-module.html
doc/html/api/lxml.tests.dummy_http_server-pysrc.html
doc/html/api/lxml.tests.dummy_http_server.HTTPRequestCollector-class.html
doc/html/api/lxml.tests.dummy_http_server.WebServer-class.html
doc/html/api/lxml.tests.dummy_http_server._RequestHandler-class.html
doc/html/api/lxml.tests.test_builder-module.html
doc/html/api/lxml.tests.test_builder-pysrc.html
doc/html/api/lxml.tests.test_builder.BuilderTestCase-class.html
doc/html/api/lxml.tests.test_classlookup-module.html
doc/html/api/lxml.tests.test_classlookup-pysrc.html
doc/html/api/lxml.tests.test_classlookup.ClassLookupTestCase-class.html
doc/html/api/lxml.tests.test_classlookup.ProxyTestCase-class.html
doc/html/api/lxml.tests.test_css-module.html
doc/html/api/lxml.tests.test_css-pysrc.html
doc/html/api/lxml.tests.test_css.CSSTestCase-class.html
doc/html/api/lxml.tests.test_doctestcompare-module.html
doc/html/api/lxml.tests.test_doctestcompare-pysrc.html
doc/html/api/lxml.tests.test_doctestcompare.DoctestCompareTest-class.html
doc/html/api/lxml.tests.test_doctestcompare.DummyInput-class.html
doc/html/api/lxml.tests.test_dtd-module.html
doc/html/api/lxml.tests.test_dtd-pysrc.html
doc/html/api/lxml.tests.test_dtd.ETreeDtdTestCase-class.html
doc/html/api/lxml.tests.test_elementtree-module.html
doc/html/api/lxml.tests.test_elementtree-pysrc.html
doc/html/api/lxml.tests.test_elementtree.CElementTreeTestCase-class.html
doc/html/api/lxml.tests.test_elementtree.ETreePullTestCase-class.html
doc/html/api/lxml.tests.test_elementtree.ETreeTestCase-class.html
doc/html/api/lxml.tests.test_elementtree.ElementTreeTestCase-class.html
doc/html/api/lxml.tests.test_elementtree._ETreeTestCaseBase-class.html
doc/html/api/lxml.tests.test_elementtree._XMLPullParserTest-class.html
doc/html/api/lxml.tests.test_errors-module.html
doc/html/api/lxml.tests.test_errors-pysrc.html
doc/html/api/lxml.tests.test_errors.ErrorTestCase-class.html
doc/html/api/lxml.tests.test_etree-module.html
doc/html/api/lxml.tests.test_etree-pysrc.html
doc/html/api/lxml.tests.test_etree.ETreeC14NTestCase-class.html
doc/html/api/lxml.tests.test_etree.ETreeErrorLogTest-class.html
doc/html/api/lxml.tests.test_etree.ETreeOnlyTestCase-class.html
doc/html/api/lxml.tests.test_etree.ETreeWriteTestCase-class.html
doc/html/api/lxml.tests.test_etree.ETreeXIncludeTestCase-class.html
doc/html/api/lxml.tests.test_etree.ElementIncludeTestCase-class.html
doc/html/api/lxml.tests.test_etree.XMLPullParserTest-class.html
doc/html/api/lxml.tests.test_etree._XIncludeTestCase-class.html
doc/html/api/lxml.tests.test_htmlparser-module.html
doc/html/api/lxml.tests.test_htmlparser-pysrc.html
doc/html/api/lxml.tests.test_htmlparser.HtmlParserTestCase-class.html
doc/html/api/lxml.tests.test_http_io-module.html
doc/html/api/lxml.tests.test_http_io-pysrc.html
doc/html/api/lxml.tests.test_http_io.HttpIOTestCase-class.html
doc/html/api/lxml.tests.test_incremental_xmlfile-module.html
doc/html/api/lxml.tests.test_incremental_xmlfile-pysrc.html
doc/html/api/lxml.tests.test_incremental_xmlfile.BytesIOXmlFileTestCase-class.html
doc/html/api/lxml.tests.test_incremental_xmlfile.SimpleFileLikeXmlFileTestCase-class.html
doc/html/api/lxml.tests.test_incremental_xmlfile.SimpleFileLikeXmlFileTestCase.SimpleFileLike-class.html
doc/html/api/lxml.tests.test_incremental_xmlfile.TempXmlFileTestCase-class.html
doc/html/api/lxml.tests.test_incremental_xmlfile._XmlFileTestCaseBase-class.html
doc/html/api/lxml.tests.test_io-module.html
doc/html/api/lxml.tests.test_io-pysrc.html
doc/html/api/lxml.tests.test_io.ETreeIOTestCase-class.html
doc/html/api/lxml.tests.test_io.ElementTreeIOTestCase-class.html
doc/html/api/lxml.tests.test_io._IOTestCaseBase-class.html
doc/html/api/lxml.tests.test_isoschematron-module.html
doc/html/api/lxml.tests.test_isoschematron-pysrc.html
doc/html/api/lxml.tests.test_isoschematron.ETreeISOSchematronTestCase-class.html
doc/html/api/lxml.tests.test_nsclasses-module.html
doc/html/api/lxml.tests.test_nsclasses-pysrc.html
doc/html/api/lxml.tests.test_nsclasses.ETreeNamespaceClassesTestCase-class.html
doc/html/api/lxml.tests.test_nsclasses.ETreeNamespaceClassesTestCase.bluff_class-class.html
doc/html/api/lxml.tests.test_nsclasses.ETreeNamespaceClassesTestCase.default_class-class.html
doc/html/api/lxml.tests.test_nsclasses.ETreeNamespaceClassesTestCase.maeh_class-class.html
doc/html/api/lxml.tests.test_objectify-module.html
doc/html/api/lxml.tests.test_objectify-pysrc.html
doc/html/api/lxml.tests.test_objectify.ObjectifyTestCase-class.html
doc/html/api/lxml.tests.test_pyclasslookup-module.html
doc/html/api/lxml.tests.test_pyclasslookup-pysrc.html
doc/html/api/lxml.tests.test_pyclasslookup.PyClassLookupTestCase-class.html
doc/html/api/lxml.tests.test_relaxng-module.html
doc/html/api/lxml.tests.test_relaxng-pysrc.html
doc/html/api/lxml.tests.test_relaxng.ETreeRelaxNGTestCase-class.html
doc/html/api/lxml.tests.test_sax-module.html
doc/html/api/lxml.tests.test_sax-pysrc.html
doc/html/api/lxml.tests.test_sax.ETreeSaxTestCase-class.html
doc/html/api/lxml.tests.test_schematron-module.html
doc/html/api/lxml.tests.test_schematron-pysrc.html
doc/html/api/lxml.tests.test_schematron.ETreeSchematronTestCase-class.html
doc/html/api/lxml.tests.test_threading-module.html
doc/html/api/lxml.tests.test_threading-pysrc.html
doc/html/api/lxml.tests.test_threading.ThreadPipelineTestCase-class.html
doc/html/api/lxml.tests.test_threading.ThreadPipelineTestCase.ParseAndExtendWorker-class.html
doc/html/api/lxml.tests.test_threading.ThreadPipelineTestCase.ParseWorker-class.html
doc/html/api/lxml.tests.test_threading.ThreadPipelineTestCase.ReverseWorker-class.html
doc/html/api/lxml.tests.test_threading.ThreadPipelineTestCase.RotateWorker-class.html
doc/html/api/lxml.tests.test_threading.ThreadPipelineTestCase.SerialiseWorker-class.html
doc/html/api/lxml.tests.test_threading.ThreadPipelineTestCase.Worker-class.html
doc/html/api/lxml.tests.test_threading.ThreadingTestCase-class.html
doc/html/api/lxml.tests.test_unicode-module.html
doc/html/api/lxml.tests.test_unicode-pysrc.html
doc/html/api/lxml.tests.test_unicode.UnicodeTestCase-class.html
doc/html/api/lxml.tests.test_xmlschema-module.html
doc/html/api/lxml.tests.test_xmlschema-pysrc.html
doc/html/api/lxml.tests.test_xmlschema.ETreeXMLSchemaResolversTestCase-class.html
doc/html/api/lxml.tests.test_xmlschema.ETreeXMLSchemaResolversTestCase.simple_resolver-class.html
doc/html/api/lxml.tests.test_xmlschema.ETreeXMLSchemaTestCase-class.html
doc/html/api/lxml.tests.test_xpathevaluator-module.html
doc/html/api/lxml.tests.test_xpathevaluator-pysrc.html
doc/html/api/lxml.tests.test_xpathevaluator.ETreeETXPathClassTestCase-class.html
doc/html/api/lxml.tests.test_xpathevaluator.ETreeXPathClassTestCase-class.html
doc/html/api/lxml.tests.test_xpathevaluator.ETreeXPathExsltTestCase-class.html
doc/html/api/lxml.tests.test_xpathevaluator.ETreeXPathTestCase-class.html
doc/html/api/lxml.tests.test_xslt-module.html
doc/html/api/lxml.tests.test_xslt-pysrc.html
doc/html/api/lxml.tests.test_xslt.ETreeEXSLTTestCase-class.html
doc/html/api/lxml.tests.test_xslt.ETreeXSLTExtElementTestCase-class.html
doc/html/api/lxml.tests.test_xslt.ETreeXSLTExtFuncTestCase-class.html
doc/html/api/lxml.tests.test_xslt.ETreeXSLTTestCase-class.html
doc/html/api/lxml.tests.test_xslt.Py3XSLTTestCase-class.html
doc/html/api/lxml.usedoctest-module.html
doc/html/api/lxml.usedoctest-pysrc.html
doc/html/api/mimetools.Message-class.html
doc/html/api/module-tree.html
doc/html/api/redirect.html
doc/html/api/str-class.html
doc/html/api/toc-everything.html
doc/html/api/toc-lxml-module.html
doc/html/api/toc-lxml.ElementInclude-module.html
doc/html/api/toc-lxml.builder-module.html
doc/html/api/toc-lxml.cssselect-module.html
doc/html/api/toc-lxml.doctestcompare-module.html
doc/html/api/toc-lxml.etree-module.html
doc/html/api/toc-lxml.html-module.html
doc/html/api/toc-lxml.html.ElementSoup-module.html
doc/html/api/toc-lxml.html.builder-module.html
doc/html/api/toc-lxml.html.clean-module.html
doc/html/api/toc-lxml.html.defs-module.html
doc/html/api/toc-lxml.html.diff-module.html
doc/html/api/toc-lxml.html.formfill-module.html
doc/html/api/toc-lxml.html.html5parser-module.html
doc/html/api/toc-lxml.html.soupparser-module.html
doc/html/api/toc-lxml.html.usedoctest-module.html
doc/html/api/toc-lxml.includes-module.html
doc/html/api/toc-lxml.isoschematron-module.html
doc/html/api/toc-lxml.objectify-module.html
doc/html/api/toc-lxml.pyclasslookup-module.html
doc/html/api/toc-lxml.sax-module.html
doc/html/api/toc-lxml.tests-module.html
doc/html/api/toc-lxml.tests.common_imports-module.html
doc/html/api/toc-lxml.tests.dummy_http_server-module.html
doc/html/api/toc-lxml.tests.test_builder-module.html
doc/html/api/toc-lxml.tests.test_classlookup-module.html
doc/html/api/toc-lxml.tests.test_css-module.html
doc/html/api/toc-lxml.tests.test_doctestcompare-module.html
doc/html/api/toc-lxml.tests.test_dtd-module.html
doc/html/api/toc-lxml.tests.test_elementtree-module.html
doc/html/api/toc-lxml.tests.test_errors-module.html
doc/html/api/toc-lxml.tests.test_etree-module.html
doc/html/api/toc-lxml.tests.test_htmlparser-module.html
doc/html/api/toc-lxml.tests.test_http_io-module.html
doc/html/api/toc-lxml.tests.test_incremental_xmlfile-module.html
doc/html/api/toc-lxml.tests.test_io-module.html
doc/html/api/toc-lxml.tests.test_isoschematron-module.html
doc/html/api/toc-lxml.tests.test_nsclasses-module.html
doc/html/api/toc-lxml.tests.test_objectify-module.html
doc/html/api/toc-lxml.tests.test_pyclasslookup-module.html
doc/html/api/toc-lxml.tests.test_relaxng-module.html
doc/html/api/toc-lxml.tests.test_sax-module.html
doc/html/api/toc-lxml.tests.test_schematron-module.html
doc/html/api/toc-lxml.tests.test_threading-module.html
doc/html/api/toc-lxml.tests.test_unicode-module.html
doc/html/api/toc-lxml.tests.test_xmlschema-module.html
doc/html/api/toc-lxml.tests.test_xpathevaluator-module.html
doc/html/api/toc-lxml.tests.test_xslt-module.html
doc/html/api/toc-lxml.usedoctest-module.html
doc/html/api/toc-xml.etree.ElementTree-module.html
doc/html/api/toc.html
doc/html/api/xml.etree.ElementTree-module.html
doc/html/api/xml.etree.ElementTree-pysrc.html
doc/html/api/xml.etree.ElementTree.Element-class.html
doc/html/api/xml.etree.ElementTree.ElementTree-class.html
doc/html/api/xml.etree.ElementTree.ParseError-class.html
doc/html/api/xml.etree.ElementTree.QName-class.html
doc/html/api/xml.etree.ElementTree.TreeBuilder-class.html
doc/html/api/xml.etree.ElementTree.XMLParser-class.html
doc/html/api/xml.etree.ElementTree._IterParseIterator-class.html
doc/html/api/xml.etree.ElementTree._SimpleElementPath-class.html
doc/licenses/BSD.txt
doc/licenses/GPL.txt
doc/licenses/ZopePublicLicense.txt
doc/licenses/elementtree.txt
doc/pdf/pubkey.asc
doc/s5/Makefile
doc/s5/lxml-ep2008.html
doc/s5/lxml-ep2008.txt
doc/s5/tagpython.png
doc/s5/ep2008/atom-example.xml
doc/s5/ep2008/atom.py
doc/s5/ep2008/atom.rng
doc/s5/ep2008/atomgen.py
doc/s5/ep2008/proxies.png
doc/s5/ui/default/blank.gif
doc/s5/ui/default/bodybg.gif
doc/s5/ui/default/framing.css
doc/s5/ui/default/iepngfix.htc
doc/s5/ui/default/lxml-logo64.png
doc/s5/ui/default/opera.css
doc/s5/ui/default/outline.css
doc/s5/ui/default/pretty.css
doc/s5/ui/default/print.css
doc/s5/ui/default/s5-core.css
doc/s5/ui/default/slides.css
doc/s5/ui/default/slides.js
doc/s5/ui/default/tagpython.png
samples/simple-ns.xml
samples/simple.xml
src/local_doctest.py
src/lxml/ElementInclude.py
src/lxml/__init__.py
src/lxml/_elementpath.py
src/lxml/apihelpers.pxi
src/lxml/builder.py
src/lxml/classlookup.pxi
src/lxml/cleanup.pxi
src/lxml/cssselect.py
src/lxml/cvarargs.pxd
src/lxml/debug.pxi
src/lxml/docloader.pxi
src/lxml/doctestcompare.py
src/lxml/dtd.pxi
src/lxml/extensions.pxi
src/lxml/iterparse.pxi
src/lxml/lxml.etree.c
src/lxml/lxml.etree.h
src/lxml/lxml.etree.pyx
src/lxml/lxml.etree_api.h
src/lxml/lxml.objectify.c
src/lxml/lxml.objectify.pyx
src/lxml/lxml_endian.h
src/lxml/nsclasses.pxi
src/lxml/objectpath.pxi
src/lxml/parser.pxi
src/lxml/parsertarget.pxi
src/lxml/proxy.pxi
src/lxml/public-api.pxi
src/lxml/pyclasslookup.py
src/lxml/python.pxd
src/lxml/readonlytree.pxi
src/lxml/relaxng.pxi
src/lxml/sax.py
src/lxml/saxparser.pxi
src/lxml/schematron.pxi
src/lxml/serializer.pxi
src/lxml/usedoctest.py
src/lxml/xinclude.pxi
src/lxml/xmlerror.pxi
src/lxml/xmlid.pxi
src/lxml/xmlschema.pxi
src/lxml/xpath.pxi
src/lxml/xslt.pxi
src/lxml/xsltext.pxi
src/lxml.egg-info/PKG-INFO
src/lxml.egg-info/SOURCES.txt
src/lxml.egg-info/dependency_links.txt
src/lxml.egg-info/not-zip-safe
src/lxml.egg-info/requires.txt
src/lxml.egg-info/top_level.txt
src/lxml/html/ElementSoup.py
src/lxml/html/__init__.py
src/lxml/html/_diffcommand.py
src/lxml/html/_html5builder.py
src/lxml/html/_setmixin.py
src/lxml/html/builder.py
src/lxml/html/clean.py
src/lxml/html/defs.py
src/lxml/html/diff.py
src/lxml/html/formfill.py
src/lxml/html/html5parser.py
src/lxml/html/soupparser.py
src/lxml/html/usedoctest.py
src/lxml/html/tests/__init__.py
src/lxml/html/tests/test_autolink.py
src/lxml/html/tests/test_autolink.txt
src/lxml/html/tests/test_basic.py
src/lxml/html/tests/test_basic.txt
src/lxml/html/tests/test_clean.py
src/lxml/html/tests/test_clean.txt
src/lxml/html/tests/test_clean_embed.txt
src/lxml/html/tests/test_diff.py
src/lxml/html/tests/test_diff.txt
src/lxml/html/tests/test_elementsoup.py
src/lxml/html/tests/test_feedparser_data.py
src/lxml/html/tests/test_formfill.py
src/lxml/html/tests/test_formfill.txt
src/lxml/html/tests/test_forms.py
src/lxml/html/tests/test_forms.txt
src/lxml/html/tests/test_frames.py
src/lxml/html/tests/test_html5parser.py
src/lxml/html/tests/test_rewritelinks.py
src/lxml/html/tests/test_rewritelinks.txt
src/lxml/html/tests/test_xhtml.py
src/lxml/html/tests/test_xhtml.txt
src/lxml/html/tests/transform_feedparser_data.py
src/lxml/html/tests/feedparser-data/entry_content_applet.data
src/lxml/html/tests/feedparser-data/entry_content_blink.data
src/lxml/html/tests/feedparser-data/entry_content_crazy.data
src/lxml/html/tests/feedparser-data/entry_content_embed.data
src/lxml/html/tests/feedparser-data/entry_content_frame.data
src/lxml/html/tests/feedparser-data/entry_content_iframe.data
src/lxml/html/tests/feedparser-data/entry_content_link.data
src/lxml/html/tests/feedparser-data/entry_content_meta.data
src/lxml/html/tests/feedparser-data/entry_content_object.data
src/lxml/html/tests/feedparser-data/entry_content_onabort.data
src/lxml/html/tests/feedparser-data/entry_content_onblur.data
src/lxml/html/tests/feedparser-data/entry_content_onchange.data
src/lxml/html/tests/feedparser-data/entry_content_onclick.data
src/lxml/html/tests/feedparser-data/entry_content_ondblclick.data
src/lxml/html/tests/feedparser-data/entry_content_onerror.data
src/lxml/html/tests/feedparser-data/entry_content_onfocus.data
src/lxml/html/tests/feedparser-data/entry_content_onkeydown.data
src/lxml/html/tests/feedparser-data/entry_content_onkeypress.data
src/lxml/html/tests/feedparser-data/entry_content_onkeyup.data
src/lxml/html/tests/feedparser-data/entry_content_onload.data
src/lxml/html/tests/feedparser-data/entry_content_onmousedown.data
src/lxml/html/tests/feedparser-data/entry_content_onmouseout.data
src/lxml/html/tests/feedparser-data/entry_content_onmouseover.data
src/lxml/html/tests/feedparser-data/entry_content_onmouseup.data
src/lxml/html/tests/feedparser-data/entry_content_onreset.data
src/lxml/html/tests/feedparser-data/entry_content_onresize.data
src/lxml/html/tests/feedparser-data/entry_content_onsubmit.data
src/lxml/html/tests/feedparser-data/entry_content_onunload.data
src/lxml/html/tests/feedparser-data/entry_content_script.data
src/lxml/html/tests/feedparser-data/entry_content_script_cdata.data
src/lxml/html/tests/feedparser-data/entry_content_script_inline.data
src/lxml/html/tests/feedparser-data/entry_content_style.data
src/lxml/html/tests/hackers-org-data/background-image-plus.data
src/lxml/html/tests/hackers-org-data/background-image-with-unicoded.data
src/lxml/html/tests/hackers-org-data/downlevel-hidden.data
src/lxml/html/tests/hackers-org-data/html-plus-time.data
src/lxml/html/tests/hackers-org-data/javascript-link.data
src/lxml/html/tests/hackers-org-data/style-comment.data
src/lxml/html/tests/hackers-org-data/style-expression.data
src/lxml/html/tests/hackers-org-data/style-import.data
src/lxml/html/tests/hackers-org-data/style-js-tag.data
src/lxml/html/tests/hackers-org-data/style-url-js.data
src/lxml/html/tests/hackers-org-data/xml-data-island.data
src/lxml/html/tests/hackers-org-data/xml-embedded-js.data
src/lxml/includes/__init__.py
src/lxml/includes/c14n.pxd
src/lxml/includes/config.pxd
src/lxml/includes/dtdvalid.pxd
src/lxml/includes/etree_defs.h
src/lxml/includes/etreepublic.pxd
src/lxml/includes/htmlparser.pxd
src/lxml/includes/lxml-version.h
src/lxml/includes/relaxng.pxd
src/lxml/includes/schematron.pxd
src/lxml/includes/tree.pxd
src/lxml/includes/uri.pxd
src/lxml/includes/xinclude.pxd
src/lxml/includes/xmlerror.pxd
src/lxml/includes/xmlparser.pxd
src/lxml/includes/xmlschema.pxd
src/lxml/includes/xpath.pxd
src/lxml/includes/xslt.pxd
src/lxml/isoschematron/__init__.py
src/lxml/isoschematron/resources/rng/iso-schematron.rng
src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl
src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl
src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl
src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl
src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl
src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
src/lxml/tests/__init__.py
src/lxml/tests/common_imports.py
src/lxml/tests/dummy_http_server.py
src/lxml/tests/shakespeare.html
src/lxml/tests/test-document.xslt
src/lxml/tests/test-string.xml
src/lxml/tests/test.dtd
src/lxml/tests/test.sch
src/lxml/tests/test.xml
src/lxml/tests/test.xsd
src/lxml/tests/test1.rng
src/lxml/tests/test1.xslt
src/lxml/tests/test2.rng
src/lxml/tests/test2.xslt
src/lxml/tests/test_broken.xml
src/lxml/tests/test_builder.py
src/lxml/tests/test_classlookup.py
src/lxml/tests/test_css.py
src/lxml/tests/test_doctestcompare.py
src/lxml/tests/test_dtd.py
src/lxml/tests/test_elementtree.py
src/lxml/tests/test_errors.py
src/lxml/tests/test_etree.py
src/lxml/tests/test_htmlparser.py
src/lxml/tests/test_http_io.py
src/lxml/tests/test_import.xsd
src/lxml/tests/test_inc.xsd
src/lxml/tests/test_incremental_xmlfile.py
src/lxml/tests/test_io.py
src/lxml/tests/test_isoschematron.py
src/lxml/tests/test_nsclasses.py
src/lxml/tests/test_objectify.py
src/lxml/tests/test_pyclasslookup.py
src/lxml/tests/test_relaxng.py
src/lxml/tests/test_sax.py
src/lxml/tests/test_schematron.py
src/lxml/tests/test_threading.py
src/lxml/tests/test_unicode.py
src/lxml/tests/test_xmlschema.py
src/lxml/tests/test_xpathevaluator.py
src/lxml/tests/test_xslt.py
src/lxml/tests/include/test_xinclude.xml

View file

@ -0,0 +1,85 @@
../lxml/__init__.py
../lxml/_elementpath.py
../lxml/builder.py
../lxml/cssselect.py
../lxml/doctestcompare.py
../lxml/ElementInclude.py
../lxml/pyclasslookup.py
../lxml/sax.py
../lxml/usedoctest.py
../lxml/includes/__init__.py
../lxml/html/__init__.py
../lxml/html/_diffcommand.py
../lxml/html/_html5builder.py
../lxml/html/_setmixin.py
../lxml/html/builder.py
../lxml/html/clean.py
../lxml/html/defs.py
../lxml/html/diff.py
../lxml/html/ElementSoup.py
../lxml/html/formfill.py
../lxml/html/html5parser.py
../lxml/html/soupparser.py
../lxml/html/usedoctest.py
../lxml/isoschematron/__init__.py
../lxml/lxml.etree.h
../lxml/lxml.etree_api.h
../lxml/includes/c14n.pxd
../lxml/includes/config.pxd
../lxml/includes/dtdvalid.pxd
../lxml/includes/etreepublic.pxd
../lxml/includes/htmlparser.pxd
../lxml/includes/relaxng.pxd
../lxml/includes/schematron.pxd
../lxml/includes/tree.pxd
../lxml/includes/uri.pxd
../lxml/includes/xinclude.pxd
../lxml/includes/xmlerror.pxd
../lxml/includes/xmlparser.pxd
../lxml/includes/xmlschema.pxd
../lxml/includes/xpath.pxd
../lxml/includes/xslt.pxd
../lxml/includes/etree_defs.h
../lxml/includes/lxml-version.h
../lxml/isoschematron/resources/rng/iso-schematron.rng
../lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl
../lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl
../lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl
../lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl
../lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl
../lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
../lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
../lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
../lxml/__init__.pyc
../lxml/_elementpath.pyc
../lxml/builder.pyc
../lxml/cssselect.pyc
../lxml/doctestcompare.pyc
../lxml/ElementInclude.pyc
../lxml/pyclasslookup.pyc
../lxml/sax.pyc
../lxml/usedoctest.pyc
../lxml/includes/__init__.pyc
../lxml/html/__init__.pyc
../lxml/html/_diffcommand.pyc
../lxml/html/_html5builder.pyc
../lxml/html/_setmixin.pyc
../lxml/html/builder.pyc
../lxml/html/clean.pyc
../lxml/html/defs.pyc
../lxml/html/diff.pyc
../lxml/html/ElementSoup.pyc
../lxml/html/formfill.pyc
../lxml/html/html5parser.pyc
../lxml/html/soupparser.pyc
../lxml/html/usedoctest.pyc
../lxml/isoschematron/__init__.pyc
../lxml/etree.so
../lxml/objectify.so
./
dependency_links.txt
not-zip-safe
PKG-INFO
requires.txt
SOURCES.txt
top_level.txt

View file

@ -0,0 +1,13 @@
[source]
Cython>=0.20
[cssselect]
cssselect>=0.7
[html5]
html5lib
[htmlsoup]
BeautifulSoup4