| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prepare release of lxml 3.6.4lxml-3.6.4 | Stefan Behnel | 2016-08-20 | 1 | -3/+7 |
| | | |||||
| * | prepare binary-only releaselxml-3.6.3 | Stefan Behnel | 2016-08-18 | 1 | -2/+6 |
| | | |||||
| * | prepare binary-only releaselxml-3.6.2 | Stefan Behnel | 2016-08-18 | 1 | -2/+6 |
| | | |||||
| * | prepare release of lxml 3.6.1lxml-3.6.1 | Stefan Behnel | 2016-07-24 | 1 | -3/+7 |
| | | |||||
| * | Merge pull request #192 from adamchainz/readthedocs.io | scoder | 2016-07-24 | 2 | -2/+2 |
| |\ | | | | | Convert readthedocs link for their .org -> .io migration for hosted projects | ||||
| | * | Convert readthedocs link for their .org -> .io migration for hosted projects | Adam Chainz | 2016-05-29 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. | ||||
| * | | add Py3 comment to tutorial | Stefan Behnel | 2016-07-24 | 1 | -1/+1 |
| | | | |||||
| * | | keep document body on website readable on some browsers by preventing it ↵ | Stefan Behnel | 2016-05-13 | 1 | -2/+2 |
| | | | | | | | | | from disappearing behind the side menu | ||||
| * | | fix typos | Jakub Wilk | 2016-06-15 | 10 | -10/+10 |
| |/ | |||||
| * | reduce indentation of HTML lists on website | Stefan Behnel | 2016-05-05 | 1 | -2/+7 |
| | | |||||
| * | prevent page quote on website from covering menu button | Stefan Behnel | 2016-05-05 | 1 | -0/+1 |
| | | |||||
| * | add 'viewport' meta tag to website to have it display better on mobile devices | Stefan Behnel | 2016-05-05 | 1 | -3/+5 |
| | | |||||
| * | make website fonts adapt better to screen size | Stefan Behnel | 2016-05-05 | 1 | -14/+10 |
| | | |||||
| * | hide menu when clicking somewhere else | Stefan Behnel | 2016-05-05 | 1 | -5/+13 |
| | | |||||
| * | merge branch lxml-3.4 | Stefan Behnel | 2016-05-05 | 2 | -33/+103 |
| |\ | |||||
| | * | modernise website menu and show it as overlay on small screenslxml-3.4 | Stefan Behnel | 2016-05-05 | 2 | -33/+103 |
| | | | | | | | | | adapt width of website to narrower screens | ||||
| * | | Fix doctest for Python 2.6 by using a float value with shorter repr(). | Holger Joukl | 2016-04-08 | 1 | -2/+2 |
| | | | |||||
| * | | prepare release of lxml 3.6.0lxml-3.6.0 | Stefan Behnel | 2016-03-17 | 1 | -3/+8 |
| | | | |||||
| * | | document RNC support | Stefan Behnel | 2016-03-17 | 1 | -3/+9 |
| | | | |||||
| * | | Fix broken link | Simon Sapin | 2016-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | prepare release of 3.5.0lxml-3.5.0 | Stefan Behnel | 2015-11-13 | 1 | -3/+7 |
| | | | |||||
| * | | fix typos | Jakub Wilk | 2015-10-02 | 5 | -11/+11 |
| | | | |||||
| * | | also works with Py3.5 | Stefan Behnel | 2015-09-18 | 1 | -1/+1 |
| | | | |||||
| * | | prepare release of 3.5.0b1lxml-3.5.0b1 | Stefan Behnel | 2015-09-18 | 1 | -6/+6 |
| | | | |||||
| * | | try to make it clearer that XPath prefixes are independent of document prefixes | Stefan Behnel | 2015-09-04 | 1 | -2/+2 |
| | | | |||||
| * | | fixed namespace typo | Udo Schochtert | 2015-08-20 | 1 | -2/+2 |
| | | | |||||
| * | | rewrite BeautifulSoup docs to match BS4 | Stefan Behnel | 2015-06-05 | 1 | -45/+63 |
| | | | |||||
| * | | Merge pull request #170 from mozbugbox/port-beautifulsoup-v4 | scoder | 2015-06-05 | 1 | -1/+1 |
| |\ \ | | | | | | | Port beautifulsoup v4 | ||||
| | * | | change code in elementsoup.txt for bs4 behavior | mozbugbox | 2015-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | This will make test pass | ||||
| * | | | fix test by removing a call argument that UnicodeDammit() no longer accepts ↵ | Stefan Behnel | 2015-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | in BS4 | ||||
| * | | | make doctest aware of BeautifulSoup 4 | Stefan Behnel | 2015-06-05 | 1 | -1/+4 |
| |/ / | |||||
| * | | add reference to openpyxl (which uses lxml) | Stefan Behnel | 2015-05-15 | 1 | -0/+2 |
| | | | |||||
| * | | merge | Stefan Behnel | 2015-05-15 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | add pycsw as example geospatial standards-based downstream application | Tom Kralidis | 2015-05-15 | 1 | -0/+2 |
| | | | | |||||
| * | | | prepare release of lxml 3.5.0 beta 1 | Stefan Behnel | 2015-04-25 | 1 | -36/+9 |
| | | | | |||||
| * | | | merge lxml-3.4 branch into master | Stefan Behnel | 2015-04-25 | 1 | -3/+7 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | prepare release of lxml 3.4.4lxml-3.4.4 | Stefan Behnel | 2015-04-25 | 1 | -3/+7 |
| | | | |||||
| * | | merge lxml-3.4 branch into master | Stefan Behnel | 2015-04-15 | 1 | -3/+7 |
| |\ \ | |/ | |||||
| | * | fix missing rst reference in docs | Stefan Behnel | 2015-04-15 | 1 | -0/+1 |
| | | | |||||
| | * | prepare release of lxml 3.4.3 | Stefan Behnel | 2015-04-15 | 1 | -4/+7 |
| | | | |||||
| * | | fix code formatting in docs | Stefan Behnel | 2015-02-27 | 1 | -0/+2 |
| | | | |||||
| * | | present doctype modification in docs | Stefan Behnel | 2015-02-18 | 2 | -2/+13 |
| | | | |||||
| * | | document "el.classes" property | Stefan Behnel | 2015-02-18 | 1 | -0/+5 |
| | | | |||||
| * | | remove long tail of old versions from main doc page | Stefan Behnel | 2015-02-07 | 1 | -69/+1 |
| |/ | |||||
| * | prepare release of lxml 3.4.2lxml-3.4.2 | Stefan Behnel | 2015-02-07 | 1 | -3/+7 |
| | | |||||
| * | fix version reference in docs | Stefan Behnel | 2014-11-21 | 1 | -1/+1 |
| | | |||||
| * | fix rst refslxml-3.4.1 | Stefan Behnel | 2014-11-20 | 1 | -0/+2 |
| | | |||||
| * | prepare release of lxml 3.4.1 | Stefan Behnel | 2014-11-20 | 2 | -22/+25 |
| | | |||||
| * | fix a few typos and formatting inconsistencies | David Branner | 2014-10-08 | 1 | -18/+18 |
| | | |||||
| * | prepare release of lxml 3.4.0lxml-3.4.0 | Stefan Behnel | 2014-09-10 | 1 | -3/+7 |
| | | |||||
