Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove outdated mention of Pyrex. | Stefan Behnel | 2021-08-12 | 1 | -4/+3 |
| | |||||
* | Update memory benchmark results in doc/performance.txt. | Stefan Behnel | 2021-07-05 | 1 | -42/+41 |
| | |||||
* | Add a script to update the benchmark results in doc/performance.txt after a ↵ | Stefan Behnel | 2021-07-05 | 1 | -0/+58 |
| | | | | new benchmark run. | ||||
* | Update benchmark results in doc/performance.txt to lxml 4.6.3, with a static ↵ | Stefan Behnel | 2021-07-05 | 1 | -145/+145 |
| | | | | LTO build (since that is what the Linux wheels are using). | ||||
* | Update benchmark results in doc/performance.txt to lxml 4.6.3. | Stefan Behnel | 2021-07-04 | 1 | -152/+145 |
| | |||||
* | Make the note about the (faster) .find*() methods in the XPath section stick ↵ | Stefan Behnel | 2021-07-04 | 2 | -3/+20 |
| | | | | out to suggest their use. | ||||
* | Allow building the HTML docs without the donation section/button. | Stefan Behnel | 2021-06-29 | 1 | -9/+14 |
| | | | | Debian doesn't like non-free content. | ||||
* | Removed unused Zope Public License from docs folder (GH-312) | Wen Bo Li | 2021-05-19 | 1 | -59/+0 |
| | |||||
* | Remove unused image file. | Stefan Behnel | 2021-05-19 | 1 | -0/+0 |
| | |||||
* | Avoid text overlaps on website banner (GH-318) | Bob Kline | 2021-05-15 | 1 | -1/+1 |
| | |||||
* | Clarify that the ET compatibility difference for the '*' tag filter applies ↵ | Stefan Behnel | 2021-03-29 | 1 | -5/+5 |
| | | | | not only to ".iter()" but also to ".find*()". | ||||
* | Prepare release of lxml 4.6.3.lxml-4.6.3 | Stefan Behnel | 2021-03-21 | 1 | -3/+7 |
| | |||||
* | Fix reference in docs. | Stefan Behnel | 2020-11-27 | 1 | -0/+1 |
| | |||||
* | Prepare release of 4.6.2. | Stefan Behnel | 2020-11-26 | 1 | -4/+7 |
| | |||||
* | Add a recipe for a look-ahead generator to allow modifications during tree ↵ | Stefan Behnel | 2020-10-21 | 1 | -0/+36 |
| | | | | iteration. | ||||
* | lxml actually works in Py3.9. | Stefan Behnel | 2020-10-18 | 1 | -1/+1 |
| | |||||
* | Add a doc note that the .find() methods are usually faster than one might ↵ | Stefan Behnel | 2020-10-18 | 1 | -0/+4 |
| | | | | expect. | ||||
* | Update release version on homepage. | Stefan Behnel | 2020-10-18 | 1 | -2/+2 |
| | |||||
* | Prepare release of lxml 4.6.1.lxml-4.6.1 | Stefan Behnel | 2020-10-18 | 1 | -1/+5 |
| | |||||
* | Fix PDF building. | Stefan Behnel | 2020-10-17 | 1 | -1/+1 |
| | |||||
* | Fix link to previous version in documentation. | Stefan Behnel | 2020-10-17 | 1 | -0/+1 |
| | |||||
* | Prepare release of lxml 4.6.0. | Stefan Behnel | 2020-10-17 | 1 | -4/+8 |
| | |||||
* | docs: Link the website menu more directly to the initial package ↵ | Stefan Behnel | 2020-09-05 | 1 | -1/+1 |
| | | | | documentation page rather than the generic "one more click" apidoc generated entry page. | ||||
* | docs: Move apidocs to a different directory to allow keeping links to the ↵ | Stefan Behnel | 2020-09-05 | 2 | -2/+2 |
| | | | | old epydoc folder intact. | ||||
* | docs: revert hashed stylesheet filename because it does not work well with ↵ | Stefan Behnel | 2020-09-05 | 1 | -1/+5 |
| | | | | the versioned directories on the web server. | ||||
* | docs: Use different stylesheet filenames whenever the stylesheet changes, to ↵ | Stefan Behnel | 2020-09-05 | 1 | -1/+13 |
| | | | | prevent stale web cache entries. | ||||
* | Add a more visible donation banner to the website pages. | Stefan Behnel | 2020-09-05 | 2 | -13/+38 |
| | |||||
* | Add a more visible donation banner to the website menu. | Stefan Behnel | 2020-09-04 | 2 | -2/+28 |
| | |||||
* | Clean up dead code in doctest. | Stefan Behnel | 2020-08-13 | 1 | -5/+1 |
| | |||||
* | Fix Py2 fallback code in test to make it work in PyPy. | Stefan Behnel | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Modernise XSLT documentation a little by using the Py3 instead of Py2 builtins. | Stefan Behnel | 2020-08-13 | 1 | -30/+31 |
| | |||||
* | Use sphinx-apidoc to create API reference (GH-309) | Chris Mayo | 2020-08-04 | 3 | -0/+93 |
| | | | | | | | | | | | | | * Add some missing files to .gitignore * Remove duplicate open_in_browser from lxml.html.__all__ * Make ETreeXMLSchemaTestCase docstring Sphinx autodoc friendly * Fix outdated codespeak.net links in docstrings * Convert html/defs.py comment to be the module docstring * Use sphinx-apidoc to create the API reference instead of epydoc Epydoc is Python 2 only and unmaintained. sphinx-apidoc is run before the build step, to avoid duplicate entries being created. * Include the elements from html.builder in the API reference * Use Python 3.8 for coverage Travis job * Build html documentation in Travis | ||||
* | Prepare release of 4.5.2.lxml-4.5.2 | Stefan Behnel | 2020-07-09 | 1 | -3/+7 |
| | |||||
* | Make mkhtml.py Python 3 compatible by replacing itervalues() (GH-302) | Chris Mayo | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | Prepare release of 4.5.1.lxml-4.5.1 | Stefan Behnel | 2020-05-19 | 1 | -3/+7 |
| | |||||
* | Prepare release of lxml 4.5.0.lxml-4.5.0 | Stefan Behnel | 2020-01-29 | 1 | -28/+9 |
| | |||||
* | Merge lxml-4.4 branch into master. | Stefan Behnel | 2020-01-29 | 1 | -3/+7 |
|\ | |||||
| * | Fix testimonial link on homepage.lxml-4.4 | Stefan Behnel | 2020-01-10 | 1 | -1/+1 |
| | | |||||
| * | Prepare release of 4.4.3.lxml-4.4.3 | Stefan Behnel | 2020-01-28 | 1 | -3/+7 |
| | | |||||
* | | Fix testimonial link on homepage. | Stefan Behnel | 2020-01-10 | 1 | -1/+1 |
| | | |||||
* | | Integrate finance report into website. | Stefan Behnel | 2020-01-10 | 1 | -1/+4 |
| | | |||||
* | | Update documentation for external cython modules (GH-296) | David Greisen | 2019-12-30 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | * Update documentation for external cython modules Changes needed to compile the example: * add `include_dirs` directive * change imports to `lxml.includes.*` * fix `ElementDefaultClassLookup` typo | ||||
* | | Fix some links, formatting and supported Python versions. | Stefan Behnel | 2019-11-25 | 1 | -1/+1 |
| | | |||||
* | | Merge lxml-4.4 into master. | Stefan Behnel | 2019-11-25 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | Prepare release of lxml 4.4.2.lxml-4.4.2 | Stefan Behnel | 2019-11-25 | 1 | -3/+7 |
| | | |||||
* | | Merge lxml-4.4 into master. | Stefan Behnel | 2019-11-01 | 1 | -14/+5 |
|\ \ | |/ | |||||
| * | Adapt doctest to libxml2 2.9.10. | Stefan Behnel | 2019-11-01 | 1 | -14/+5 |
| | | |||||
* | | Implement indent() function for in-place pretty-printing of XML trees. | Stefan Behnel | 2019-08-13 | 1 | -0/+36 |
|/ | |||||
* | Clarify the usage of "element.clear(keep_tail=True)" in some examples. | Stefan Behnel | 2019-08-13 | 2 | -6/+9 |
| | |||||
* | Prepare release of lxml 4.4.1.lxml-4.4.1 | Stefan Behnel | 2019-08-11 | 1 | -3/+7 |
| |