summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wait for last wheel build to finishlxml-3.6Stefan Behnel2016-08-201-0/+1
|
* prepare release of lxml 3.6.4lxml-3.6.4Stefan Behnel2016-08-203-6/+16
|
* link against librt only on LinuxStefan Behnel2016-08-201-4/+4
|
* link with "-lrt" error on darwin (OS X)Pan Fan2016-08-201-0/+2
|
* keep sdist for wheel building if it already existsStefan Behnel2016-08-181-5/+14
|
* validate wheel builds by importing the binary modules instead of just the ↵Stefan Behnel2016-08-181-1/+1
| | | | lxml package
* parallelise wheel buildsStefan Behnel2016-08-181-1/+7
|
* prepare binary-only releaselxml-3.6.3Stefan Behnel2016-08-183-3/+13
|
* link with "-lrt" to correctly support builds on pre-glibc 2.17 Linux platformsStefan Behnel2016-08-181-2/+2
|
* minor safety cleanup in build scriptStefan Behnel2016-08-181-3/+3
|
* Added tag lxml-3.6.2 for changeset e701fea46774Stefan Behnel2016-08-181-0/+1
|
* prepare binary-only releaselxml-3.6.2Stefan Behnel2016-08-183-3/+13
|
* show how long it took to build the Linux wheelsStefan Behnel2016-08-181-1/+1
|
* include scripts in sdistStefan Behnel2016-08-181-0/+1
|
* fix shebang lineStefan Behnel2016-08-181-1/+1
|
* build and reuse sdist when building wheels and properly pass CFLAGS into ↵Stefan Behnel2016-08-182-8/+19
| | | | docker container
* manylinux: Add build-wheels.sh and wheel_manylinux targetJoar Wandborg2016-08-172-0/+69
|
* add .appveyor.ymlMaximilian Hils2016-07-241-0/+17
|
* prepare release of lxml 3.6.1lxml-3.6.1Stefan Behnel2016-07-243-6/+36
|
* make the "inline_style" option in Cleaner default to (but independent of) ↵Stefan Behnel2016-07-241-5/+9
| | | | the "style" option
* Merge pull request #180 from chripede/patch-2scoder2016-07-242-3/+27
|\ | | | | Add inline_style option
| * Fix tests for inline_styleChristian Pedersen2015-11-201-2/+21
| |
| * Add inline_style optionChristian Pedersen2015-11-191-1/+6
| | | | | | | | Currently the style option will remove both style tags and attributes. This change makes each an option, just like scripts and javascript.
* | Merge pull request #192 from adamchainz/readthedocs.ioscoder2016-07-242-2/+2
|\ \ | | | | | | Convert readthedocs link for their .org -> .io migration for hosted projects
| * | Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-292-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 tutorialStefan Behnel2016-07-241-1/+1
| | |
* | | Merge pull request #196 from mhils/py35-wheelsscoder2016-07-221-13/+22
|\ \ \ | | | | | | | | Add support for ucrt binaries on Windows
| * | | point latest builds to static binariesMaximilian Hils2016-06-271-5/+5
| | | | | | | | | | | | | | | | see https://github.com/lxml/lxml/pull/196
| * | | add support for ucrt binaries on WindowsMaximilian Hils2016-06-271-13/+22
| | | | | | | | | | | | | | | | | | | | The majority of the work happend here: https://github.com/mhils/libxml2-win-binaries
* | | | Merge pull request #199 from tdivis/exclude-file-from-form-valuesscoder2016-07-212-1/+3
|\ \ \ \ | | | | | | | | | | Exclude `file` field `value` from `FormElement.form_values`.
| * | | | Exclude `file` field `value` from `FormElement.form_values`.Tomas Divis2016-07-202-1/+3
| | | | | | | | | | | | | | | | | | | | Similar to `submit`, `image` and `reset`, browsers don't send `file` field values in the POST when form is submitted. `FormElement.form_values` method already correctly excluded `submit`, `image` and `reset` fields, now it also excludes the `file` fields.
* | | | | GH#198: fix file path encoding and error handling in resolver codeStefan Behnel2016-07-181-2/+11
| | | | |
* | | | | keep document body on website readable on some browsers by preventing it ↵Stefan Behnel2016-05-131-2/+2
| | | | | | | | | | | | | | | | | | | | from disappearing behind the side menu
* | | | | Merge pull request #198 from mvantellingen/feature/fix-resolver-base-urlscoder2016-07-182-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | | Fix setting the base url for etree.Resolver.resolve_string
| * | | | Fix setting the base url for etree.Resolver.resolve_stringMichael van Tellingen2016-07-182-0/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/GNOME/libxml2/blob/master/parserInternals.c#L1549 We seem to get away with only setting the _filename so that relative url's are resolved based on the value. Fixes https://bugs.launchpad.net/lxml/+bug/1568167
* | | | Merge pull request #193 from jwilk/spellingscoder2016-06-1611-11/+11
|\ \ \ \ | |_|/ / |/| | | fix typos
| * | | fix typosJakub Wilk2016-06-1511-11/+11
|/ / /
* | | reduce indentation of HTML lists on websiteStefan Behnel2016-05-051-2/+7
| | |
* | | prevent page quote on website from covering menu buttonStefan Behnel2016-05-051-0/+1
| | |
* | | add 'viewport' meta tag to website to have it display better on mobile devicesStefan Behnel2016-05-051-3/+5
| | |
* | | make website fonts adapt better to screen sizeStefan Behnel2016-05-051-14/+10
| | |
* | | hide menu when clicking somewhere elseStefan Behnel2016-05-051-5/+13
| | |
* | | merge branch lxml-3.4Stefan Behnel2016-05-052-33/+103
|\ \ \ | |/ / |/| |
| * | modernise website menu and show it as overlay on small screenslxml-3.4Stefan Behnel2016-05-052-33/+103
| | | | | | | | | | | | adapt width of website to narrower screens
* | | Merge pull request #191 from hjoukl/masterscoder2016-04-083-8/+55
|\ \ \ | | | | | | | | Fix losing float precision for lxml.objectify FloatElement.
| * | | Fix doctest for Python 2.6 by using a float value with shorter repr().Holger Joukl2016-04-081-2/+2
| | | |
| * | | Fix losing float precision for lxml.objectify FloatElement.Holger Joukl2016-04-082-6/+53
|/ / / | | | | | | | | | | | | Use repr() instead of str()/unicode() as 'stringification' function in the FloatElement type registration.
* | | try to avoid updating pip in Py3.2 as newer versions no longer support itStefan Behnel2016-03-251-1/+1
| | |
* | | try to avoid updating pip in Py3.2 as newer versions no longer support itStefan Behnel2016-03-251-1/+1
| | |
* | | make the ftp listings parser even less system dependentStefan Behnel2016-03-251-2/+2
| | |