summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release of 2.3.4lxml-2.3.4Stefan Behnel2012-03-263-5/+9
* changelogStefan Behnel2012-03-261-0/+3
* fix race condition in threaded XSLT processingStefan Behnel2012-03-261-4/+1
* fix compile error reporting for XSLT stylesheet compilationStefan Behnel2012-02-233-1/+19
* test for latest nsmap fixStefan Behnel2012-02-181-0/+5
* fix crash when building nsmap for empty namespace URIStefan Behnel2012-02-181-5/+2
* updated 'support the project' docs sectionStefan Behnel2012-01-071-5/+8
* Added tag lxml-2.3.3 for changeset 945b29e5b54aStefan Behnel2012-01-041-0/+1
* add missing importlxml-2.3.3Stefan Behnel2012-01-041-1/+1
* prepare release of lxml 2.3.3Stefan Behnel2012-01-043-19/+36
* ReST fixStefan Behnel2012-01-021-1/+1
* fix ticket 903782: initialise document dict for HTML parsing in iterparse to ...Stefan Behnel2011-12-144-2/+38
* changelogStefan Behnel2011-12-131-0/+3
* add missing serialisation options to lxml.html.tostring()Stefan Behnel2011-12-131-6/+32
* doc commentStefan Behnel2011-12-131-0/+2
* removed link from readme that does not work in githubStefan Behnel2011-12-131-3/+2
* integrate new front page sections into side menuStefan Behnel2011-12-131-6/+6
* integrate PayPayl button into homepageStefan Behnel2011-12-134-20/+43
* rst fixStefan Behnel2011-12-131-4/+4
* "E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo"Simon Sapin2011-12-124-1/+19
* minor text edit in readmeStefan Behnel2011-12-131-1/+1
* fix flattr linkStefan Behnel2011-12-131-1/+1
* add flattr and paypal buttons to github project pageStefan Behnel2011-12-135-4/+72
* drop a paragraph in the performance docs that was referring to pre-Py2.7 ETStefan Behnel2011-12-031-6/+0
* 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
* new FAQ section on parsing from unicode filesStefan Behnel2011-12-011-0/+22
* additional performance.txt section on memory usage under Py3.3Stefan Behnel2011-11-291-1/+39
* 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-113-3/+12
* changelogStefan Behnel2011-11-111-1/+1
* prepare release of lxml 2.3.2lxml-2.3.2lxml-2.3.2Stefan Behnel2011-11-112-5/+9
* ReST fixStefan Behnel2011-11-111-1/+1
* Py2.4 test fixStefan Behnel2011-11-111-1/+1
* be a bit less boring about example text in doctestsStefan Behnel2011-11-111-2/+2
* Cython code simplificationsStefan Behnel2011-11-091-9/+5
* minor cleanupStefan Behnel2011-11-091-2/+2
* formatting fix in CHANGES.txtStefan Behnel2011-11-091-0/+1
* Merge pull request #19 from SimonSapin/masterscoder2011-11-094-0/+19
|\
| * More tests and change log for the parsing bug in cssselect.Simon Sapin2011-11-052-3/+13
| * 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-033-8/+16
* fix Py3 compatibility glitch in setup.pyStefan Behnel2011-11-031-1/+1
* extended docstringStefan Behnel2011-10-271-1/+2
* extended doctestsStefan Behnel2011-10-271-5/+22
* doc fixesStefan Behnel2011-10-271-5/+1
* new option 'cleanup_namespaces' in objectify.deannotate()Stefan Behnel2011-10-233-5/+23
* Merge pull request #17 from sralmai/patch-1scoder2011-10-251-2/+2
|\
| * Update INSTALL.txtsralmai2011-10-251-2/+2
|/