summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix race condition in threaded XSLT processingStefan Behnel2012-03-261-4/+1
* fix compile error reporting for XSLT stylesheet compilationStefan Behnel2012-02-232-1/+4
* test for latest nsmap fixStefan Behnel2012-02-181-0/+5
* fix crash when building nsmap for empty namespace URIStefan Behnel2012-02-181-5/+2
* fix ticket 903782: initialise document dict for HTML parsing in iterparse to ...Stefan Behnel2011-12-143-0/+33
* add missing serialisation options to lxml.html.tostring()Stefan Behnel2011-12-131-6/+32
* doc commentStefan Behnel2011-12-131-0/+2
* "E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo"Simon Sapin2011-12-123-1/+13
* use known buffer length on char* to Python bytes conversionStefan Behnel2011-12-021-1/+1
* use lower case encoding names when de-/encoding in PythonStefan Behnel2011-12-024-13/+16
* doc clarificationStefan Behnel2011-11-121-2/+2
* Added support for passing kwargs into html5lib parser. I.e lxml.html.html5par...hankthetank2011-11-041-4/+4
* fix bug #889200: no longer raise an exception in lxml.html.diff on img tags w...Stefan Behnel2011-11-112-3/+9
* Cython code simplificationsStefan Behnel2011-11-091-9/+5
* minor cleanupStefan Behnel2011-11-091-2/+2
* More tests and change log for the parsing bug in cssselect.Simon Sapin2011-11-051-3/+9
* Ignore optional whitespace after combinators when parsing CSS selectors.Simon Sapin2011-11-043-0/+9
* another fix for the 'descendant' problem in cssselect to undo a serious perfo...Stefan Behnel2011-11-032-4/+4
* extended docstringStefan Behnel2011-10-271-1/+2
* new option 'cleanup_namespaces' in objectify.deannotate()Stefan Behnel2011-10-231-5/+9
* reexport etree.SubElement as objectify.SubElement, increase minor versionStefan Behnel2011-10-121-2/+4
* docsStefan Behnel2011-09-251-2/+4
* docstringWojtek2011-09-151-0/+3
* kill_tags supportWojtek2011-09-121-5/+5
* support pi.get() and pi.attrib by parsing the text context for pseudo-attributesStefan Behnel2011-09-073-27/+57
* fix naming collision in lxml.htmlStefan Behnel2011-09-021-3/+3
* rename lxml.get_includes() to lxml.get_include() - sounds wrong, but there is...Stefan Behnel2011-09-011-1/+1
* comment, changelogStefan Behnel2011-08-251-2/+4
* a (mostly) rewrite of the library header file inclusion, also dropping Py2.3 ...Stefan Behnel2011-08-251-0/+0
* patch that copies headers only if --static isMatteo Bertozzi2011-08-241-0/+15
* let cleaner drop 'data:' links just like it does for 'javascript:' linksStefan Behnel2011-08-122-1/+9
* Py3.3 test fixStefan Behnel2011-08-121-2/+2
* replace html5lib integration with an import of the official lxml support in h...Stefan Behnel2011-08-112-2/+8
* fix C compiler warningsStefan Behnel2011-07-221-1/+1
* code cleanupStefan Behnel2011-07-226-54/+13
* code cleanupStefan Behnel2011-07-221-2/+2
* sax.py: use the same tag name building mechanism for endElementNS() as for st...Stefan Behnel2011-07-012-7/+35
* fix slice assignments after recent code cleanupStefan Behnel2011-05-291-1/+1
* code cleanupStefan Behnel2011-05-291-3/+3
* exception handling fixesStefan Behnel2011-05-292-6/+7
* code cleanupStefan Behnel2011-05-281-12/+12
* fix more compiler warnings: unused and uninitialised variablesStefan Behnel2011-05-2812-23/+22
* initialise C variables to silence compiler warningsStefan Behnel2011-05-285-19/+19
* code cleanupStefan Behnel2011-05-271-9/+3
* close file in testStefan Behnel2011-05-271-1/+4
* code simplificationStefan Behnel2011-05-241-7/+8
* build fixStefan Behnel2011-05-242-7/+7
* let parse() and iterparse() only close files they opened themselves, provide ...Stefan Behnel2011-05-234-8/+17
* added test case from ticket #773715Stefan Behnel2011-05-191-0/+33
* fix #773715: assertion error in cleaner when dropping top-level elementStefan Behnel2011-05-191-2/+8