summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch lxml-4.2 into masterStefan Behnel2018-12-021-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Update changelog.Stefan Behnel2018-12-021-1/+1
* | | | | | Start caching libs/ download directory to avoid re-downloading the dependenci...Stefan Behnel2018-11-231-0/+1
* | | | | | Add "libs" download directory to hg-ignored files.Stefan Behnel2018-11-231-0/+1
| |_|_|_|/ |/| | | |
* | | | | Use older libxml2 version 2.9.8 in travis tests as the latest pre-release 2.9...Stefan Behnel2018-11-231-0/+1
* | | | | Update changelog.Stefan Behnel2018-11-231-1/+2
* | | | | Simplify RNG parsing in ISO-Schematron setup code.Stefan Behnel2018-11-231-2/+2
* | | | | Make <properties> tag in ISO-Schematron RNG optional, diverging from the 2016...Stefan Behnel2018-11-231-1/+4
* | | | | Update ISO-Schematron RNG schema to 2016 specification fromStefan Behnel2018-11-231-10/+94
* | | | | Update iso-schematron to 2013 (latest) version, now MIT licensed.Stefan Behnel2018-11-233-116/+136
* | | | | Fix signature of helper function to avoid C compiler warnings.Stefan Behnel2018-11-231-1/+1
| |_|_|/ |/| | |
* | | | Clarify docstring: passing 'unicode' as encoding name into tostring() is more...Stefan Behnel2018-11-161-3/+3
* | | | LP#1799755: Fix ABC imports from collections package to resolve a Deprecation...Stefan Behnel2018-10-243-2/+10
* | | | Speed up ascii/non-ascii string detection in isutf8() and funicode() helper f...Stefan Behnel2018-10-202-7/+43
| |_|/ |/| |
* | | Merge pull request #276 from AndreyErmilov/masterStefan Behnel2018-10-141-2/+2
|\ \ \
| * | | Updates descriptionAndrey Ermilov2018-10-141-1/+1
| * | | Fix broken link FAQ pageAndrey Ermilov2018-10-131-2/+2
* | | | Merge pull request #275 from bzz/patch-2Stefan Behnel2018-10-131-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | doc: fix 2 links lxml-source-howto.txtAlexander2018-10-081-2/+2
|/ / /
* | | Merge lxml-4.2 branch into master.Stefan Behnel2018-09-296-0/+22
|\ \ \ | |/ /
| * | Fix import warnings in Py3.6+ by switching to absolute imports.Stefan Behnel2018-09-296-0/+19
* | | Provide more information on download errors in static build script.Stefan Behnel2018-09-151-1/+2
* | | Fix broken link.Stefan Behnel2018-09-151-1/+1
* | | LP#1792388: Add missing test file to sdist.Stefan Behnel2018-09-141-1/+1
* | | Merge branch lxml-4.2 into master.Stefan Behnel2018-09-090-0/+0
|\ \ \ | |/ /
| * | Do not try to run tests in wheel building script since it leads to problems w...Stefan Behnel2018-09-091-3/+0
* | | Do not try to run tests in wheel building script since it leads to problems w...Stefan Behnel2018-09-091-3/+0
* | | Merge branch lxml-4.2 into master.Stefan Behnel2018-09-096-14/+29
|\ \ \ | |/ /
| * | Py3 syntax fix in helper script.lxml-4.2.5Stefan Behnel2018-09-091-1/+1
| * | Fix typo in test file.Stefan Behnel2018-08-261-1/+1
| * | Prepare release of lxml 4.2.5.Stefan Behnel2018-09-094-6/+24
| * | Fix: make the cleaner also remove javascript URLs that use escaping.Stefan Behnel2018-09-092-5/+6
* | | Merge pull request #271 from hugovk/rm-3.3scoder2018-08-266-9/+5
|\ \ \
| * | | Drop support for EOL Python 3.3Hugo2018-08-266-9/+5
|/ / /
* | | Merge pull request #270 from hugovk/rm-2.6scoder2018-08-2649-295/+206
|\ \ \
| * | | Remove ununsed importsHugo2018-08-2614-17/+10
| * | | Keep parenthesesHugo2018-08-261-1/+1
| * | | Add newer Python versionsHugo2018-08-261-1/+1
| * | | Keep on same lineHugo2018-08-261-4/+2
| * | | Start a new line for the itemsHugo2018-08-261-3/+3
| * | | Use set comprehensionHugo2018-08-261-1/+1
| * | | Add newlines for dict's keysHugo2018-08-261-4/+8
| * | | Use tempfile.NamedTemporaryFile directlyHugo2018-08-262-8/+4
| * | | Min version of LIBXML_VERSION is now 2.7Hugo2018-08-262-38/+36
| * | | 'assert False' more readable than 'assert 0'Hugo2018-08-262-3/+3
| * | | Revert "Replace mutable default argument"Hugo2018-08-263-28/+8
| * | | Remove redundant '= None'Hugo2018-08-261-1/+1
| * | | Split lines for clarityHugo2018-08-261-3/+6
| * | | Simplify isinstanceHugo2018-08-261-1/+1
| * | | Remove unnecessary backslashHugo2018-08-251-2/+2