summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* safer XHTML->HTML conversion in clean.pyStefan Behnel2011-05-191-5/+2
* minor code simplificationStefan Behnel2011-04-121-1/+2
* In lxml.cssselect, use the xpath 'A//B' (short forLaurence Rowe2011-03-233-6/+8
* use explicit parameter types in public functionsStefan Behnel2011-03-181-5/+5
* slight code simplification in error log handlingStefan Behnel2011-03-141-4/+4
* slight speed-up for error loggingStefan Behnel2011-03-141-6/+9
* drop public API dependency on python.pxdStefan Behnel2011-03-081-1/+0
* patch by Craig Dennis for bug 576775/718430: fix selection behaviour of multi...Stefan Behnel2011-02-182-7/+30
* Py3 fix in soupparser.pyStefan Behnel2011-02-171-1/+4
* [svn r4519] code simplification for error log entry typescoder2011-02-041-5/+5
* [svn r4518] docstrings for error log entryscoder2011-02-041-0/+18
* [svn r4516] raise TypeError instead of AssertionError on el.extend([None])scoder2011-02-032-4/+10
* [svn r4515] always close input file from iterparse(), not only when we opened itscoder2011-02-031-6/+0