summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of 3.1.2lxml-3.1.2Stefan Behnel2013-04-123-6/+10
* update Windows install section to refer to existing binary buildsStefan Behnel2013-04-121-8/+9
* require Cython 0.18 by nowStefan Behnel2013-04-121-2/+2
* faq updatesStefan Behnel2013-04-121-13/+12
* add benchmark for throw-away iteration for searching a specific tagStefan Behnel2013-04-061-0/+4
* update objectify performance numbersStefan Behnel2013-04-061-20/+20
* update performance numbersStefan Behnel2013-04-061-34/+48
* fix XPath expressions in benchmark and add a new comparisonStefan Behnel2013-04-062-5/+29
* optimise tree iteration a little moreStefan Behnel2013-04-061-1/+3
* work-around to reduce tree iteration overhead a bitStefan Behnel2013-04-061-2/+4
* add one-at-a-time iteration benchmarkStefan Behnel2013-04-061-0/+4
* update benchmark results to Py3.3 and lxml 3.1Stefan Behnel2013-04-051-262/+252
* use .iter() instead of .getiterator() in benchmarksStefan Behnel2013-04-051-12/+12
* fix benchmarkStefan Behnel2013-04-051-1/+1
* rename StringIO benchmarks to BytesIO (which they now use)Stefan Behnel2013-04-051-4/+4
* minor benchmark output tweakStefan Behnel2013-04-051-1/+1
* adapt benchmarks to Py3.3Stefan Behnel2013-04-052-50/+82
* add comparison of .iter() and .find*() to tutorialStefan Behnel2013-04-051-1/+20
* clean up some code in the serialiserStefan Behnel2013-04-011-25/+28
* minor code cleanupStefan Behnel2013-04-011-4/+4
* changelogStefan Behnel2013-03-311-0/+4
* Merge pull request #107 from zzzeek/masterscoder2013-03-312-4/+34
|\
| * - pass through non-NS aware attribute names as is; a ":" should just go toMike Bayer2013-03-302-20/+6
| * - repair issue in sax.ElementTreeContentHandlerMike Bayer2013-03-292-4/+48
* | changelogStefan Behnel2013-03-301-4/+4
* | minor code cleanupStefan Behnel2013-03-291-7/+3
* | fix regex and add test for itStefan Behnel2013-03-292-2/+23
* | fix XSLT serialisation error for Unicode string outputStefan Behnel2013-03-292-1/+4
|/
* add link from FAQ to launchpad bug trackerStefan Behnel2013-03-291-6/+8
* xmlBufLength() is not exported by libxml2, use xmlBufUse() insteadStefan Behnel2013-03-294-4/+20
* re-enable manual egg building by importing setuptools/distribute if availableStefan Behnel2013-03-291-2/+4
* add comment on using git cloneStefan Behnel2013-03-291-0/+4
* docstring fixStefan Behnel2013-03-291-1/+1
* Added tag lxml-3.1.1 for changeset e408b1f0eca0Stefan Behnel2013-03-291-0/+1
* prepare release of 3.1.1lxml-3.1.1Stefan Behnel2013-03-293-6/+10
* fix Py3 glitch in lxml.htmlStefan Behnel2013-03-262-1/+4
* set bugtrack URL in setup.py metadataStefan Behnel2013-03-241-0/+1
* remove _BaseParser from lxml.etree module dict and clean up some codeStefan Behnel2013-03-232-3/+5
* fix illegal memory access during cleanup in _IncrementalFileWriterStefan Behnel2013-03-232-7/+25
* guard xmlfile() context manager against double __exit__() callsStefan Behnel2013-03-231-1/+2
* update valgrind suppressions fileStefan Behnel2013-03-231-34/+265
* add some tests for proxy reuseStefan Behnel2013-03-171-1/+49
* safety fixStefan Behnel2013-02-241-2/+2
* extend FAQ entry on safe XML processing, link to defusedxmlStefan Behnel2013-02-221-3/+21
* added FAQ section on safe XML processingStefan Behnel2013-02-201-1/+57
* remove some useless explicit usages of C-API calls from the code baseStefan Behnel2013-02-1711-79/+62
* tutorial: mention that files should be opened in binary modeStefan Behnel2013-02-171-1/+1
* use BytesIO instead of StringIO in the tutorialStefan Behnel2013-02-171-11/+11
* fix typoStefan Behnel2013-02-171-1/+1
* extend FAQ section on unicode parsingStefan Behnel2013-02-171-10/+30