summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* reformatted flattr linkStefan Behnel2011-10-211-5/+7
* simplified linkStefan Behnel2011-10-211-2/+2
* update FAQ section about binary buildsStefan Behnel2011-10-201-14/+15
* restructure lxml.objectify documentation to start with the more obvious 'read...Stefan Behnel2011-10-121-78/+78
* reexport etree.SubElement as objectify.SubElement, increase minor versionStefan Behnel2011-10-123-3/+22
* whitespaceStefan Behnel2011-10-121-1/+1
* reference Django as a project with which users often employ lxmlStefan Behnel2011-10-101-4/+6
* remove references to codespeak.netStefan Behnel2011-10-106-16/+16
* rst fixStefan Behnel2011-09-251-0/+1
* Added tag lxml-2.3.1 for changeset 5f5143534860Stefan Behnel2011-09-251-0/+1
* include missing files in sdistlxml-2.3.1Stefan Behnel2011-09-251-1/+2
* docsStefan Behnel2011-09-252-2/+7
* prepare release of 2.3.1Stefan Behnel2011-09-253-7/+13
* Merge pull request #13 from vibrant/masterscoder2011-09-251-5/+8
|\
| * 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-074-27/+60
* fix naming collision in lxml.htmlStefan Behnel2011-09-021-3/+3
* Merge pull request #10 from lrowe/masterscoder2011-09-012-2/+6
|\
| * Static builds may specify the download directory.Laurence Rowe2011-08-312-2/+6
* | rename lxml.get_includes() to lxml.get_include() - sounds wrong, but there is...Stefan Behnel2011-09-012-5/+6
* | officially drop Py2.3 supportStefan Behnel2011-08-263-5/+5
|/
* changelogStefan Behnel2011-08-251-2/+2
* typoStefan Behnel2011-08-251-2/+2
* comment, changelogStefan Behnel2011-08-252-2/+9
* a (mostly) rewrite of the library header file inclusion, also dropping Py2.3 ...Stefan Behnel2011-08-252-87/+51
* fix library version handling in buildlibxml.pyStefan Behnel2011-08-251-6/+7
* patch that copies headers only if --static isMatteo Bertozzi2011-08-243-18/+162
* let cleaner drop 'data:' links just like it does for 'javascript:' linksStefan Behnel2011-08-123-1/+11
* 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-113-2/+12
* update install docs: restrict downloads to PyPI and lxml.deStefan Behnel2011-07-261-3/+3
* FAQ: psychopy uses lxmlStefan Behnel2011-07-231-0/+2
* doc fixStefan Behnel2011-07-231-4/+4
* 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-013-7/+39
* tutorial comment on multiple namespaces in E-factoryStefan Behnel2011-06-291-0/+7
* fix slice assignments after recent code cleanupStefan Behnel2011-05-291-1/+1
* code cleanupStefan Behnel2011-05-291-3/+3
* show Cython warnings when build warnings are enabledStefan Behnel2011-05-291-1/+5
* 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