summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* fix doctest after changing error messageStefan Behnel2013-02-171-1/+1
* clean up string parsing code a bit and improve unicode XML declaration errorStefan Behnel2013-02-171-9/+10
* fix tagStefan Behnel2013-02-101-1/+1
* update requested Cython version to 0.18Stefan Behnel2013-02-101-1/+1
* Added tag lxml-3.1.0 for changeset ffc04e7f5738Stefan Behnel2013-02-101-0/+1
* disable doctest in Py2.5 that requires the 'with' statementStefan Behnel2013-02-101-1/+1
* prepare release of 3.1.0lxml-3.1.0Stefan Behnel2013-02-103-7/+11
* update xmlfile API docsStefan Behnel2013-02-101-11/+22
* add documentation for xmlfile() APIStefan Behnel2013-02-102-4/+48
* fix hg clone URL on websiteStefan Behnel2013-02-071-1/+1
* fix error messageStefan Behnel2013-01-291-1/+1
* add safety checks to public C-APIStefan Behnel2013-01-261-1/+7
* changelogStefan Behnel2013-01-261-0/+3
* add copy.copy() support to _Attrib proxy, add safety checks to _Attrib methodsStefan Behnel2013-01-262-14/+70
* reject negative path indices in ElementPath (illegal in XPath and previously ...Stefan Behnel2013-01-241-5/+9