summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 4.1.1lxml-4.1.14.1.1Stefan Behnel2017-11-043-4/+14
* Update libxml2/libxslt for wheel builds.Stefan Behnel2017-11-041-2/+2
* Prepare release of 4.1.0.lxml-4.1.0Stefan Behnel2017-10-134-16/+27
* Merge pull request #254 from scoder/nsdecoscoder2017-10-134-4/+97
|\
| * Merge branch 'master' into nsdecoscoder2017-10-137-74/+286
| |\
| * | Support using the FunctionNamespace and ElementNamespaceClassLookup registrie...Stefan Behnel2017-09-174-4/+97
* | | LP#1722776: Fix fallback of PythonElementClassLookup for comments etc.Stefan Behnel2017-10-132-1/+10
| |/ |/|
* | Enable link time optimisation (LTO) for wheel builds.Stefan Behnel2017-10-011-2/+2
* | Extend ElementPath predicate tests.Stefan Behnel2017-10-011-0/+6
* | Add comment.Stefan Behnel2017-10-011-0/+1
* | Avoid string list+join overhead in ElementPath parser since predicate signatu...Stefan Behnel2017-10-011-3/+3
* | Make sure text selects find all entries (remove left-over "break").Stefan Behnel2017-09-302-3/+10
* | Update changelog.Stefan Behnel2017-09-301-0/+11
* | Copy ElementPath tests from selftest.py into test_elementpath.py to extend th...Stefan Behnel2017-09-301-3/+158
* | Support ElementPath text predicates for current node, like "[.='text']".Stefan Behnel2017-09-301-6/+13
* | Allow whitespace in ElementPath predicates.Stefan Behnel2017-09-301-0/+2
* | Remove support for building with outdated Zlatkovic binaries completely.Stefan Behnel2017-09-191-17/+14
* | Do not use outdated Zlatkovic binaries anymore.Stefan Behnel2017-09-191-5/+4
* | Download winlibs from latest release.Stefan Behnel2017-09-191-48/+58
* | Divert library downloads of 64bit Windows builds to github repo instead of Zl...Stefan Behnel2017-09-181-5/+6
* | Add an example output writer for the async xmlfile() usage.Stefan Behnel2017-09-181-0/+9
* | Wrap long lines in docs.Stefan Behnel2017-09-181-5/+12
|/
* Remove useless NULL initialisation after instantiation (which memsets the obj...Stefan Behnel2017-09-171-2/+1
* Minor code simplification.Stefan Behnel2017-09-171-4/+1
* Use Python style for type check instead of explicitly calling C-API function.Stefan Behnel2017-09-171-1/+1
* Include comments in element class lookup examples to show how the fallback lo...Stefan Behnel2017-09-171-11/+39
* Build wheels with enough debug information to get reasonable stack traces on ...Stefan Behnel2017-09-171-1/+1
* Do not build wheels with debug information to reduce the file size.Stefan Behnel2017-09-171-1/+1
* Use separate wheelhouse directories for 32/64 bits to prevent interference in...Stefan Behnel2017-09-172-6/+7
* Include 32bit versions in wheel build.Stefan Behnel2017-09-171-1/+1
* Limit auditwheel update to exact package version and ignore older releases.Stefan Behnel2017-09-171-3/+3
* Update library versions for binary buildslxml-4.0.0Stefan Behnel2017-09-171-2/+2
* Prepare release of lxml 4.0.Stefan Behnel2017-09-173-5/+10
* Update 'official' Cython dependency.Stefan Behnel2017-09-171-1/+1
* Disable lzma support in static libxml2 builds for now since we can't easily b...Stefan Behnel2017-08-311-3/+12
* Fix some C compiler warnings.Stefan Behnel2017-08-315-7/+7
* Evaluate error code inside of with-block to avoid "maybe uninitialised" C com...Stefan Behnel2017-08-311-2/+2
* Changelog, version update.Stefan Behnel2017-08-193-5/+5
* Speed up access to global names in compiled builder.py.Stefan Behnel2017-08-191-0/+4
* Compile ElementMaker into an extension type to speed it up.Stefan Behnel2017-08-193-7/+13
* Try to improve the test setup by joining the webserver daemon thread after us...Stefan Behnel2017-08-191-0/+1
* Delete outdated PyPy version from travis build config.Stefan Behnel2017-08-191-2/+0
* Prevent travis from running builds on Ubuntu 12.04.Stefan Behnel2017-08-191-1/+2
* Remove travis duplicate config option.Stefan Behnel2017-08-191-2/+0
* Copy some travis comfig options that might have a positive impact.Stefan Behnel2017-08-191-0/+2
* Include more Python versions in travis build.Stefan Behnel2017-08-191-0/+4
* Implement async interface for xmlfile().Stefan Behnel2017-08-194-8/+256
* Add test for the generator example used in the xmlfile docs.Stefan Behnel2017-08-191-0/+17
* Remove GeneratorExit intercepting from docs example as it is really bad style...Stefan Behnel2017-08-191-8/+5
* Make object struct layout of internal xmlfile classes more compact by avoidin...Stefan Behnel2017-08-191-2/+2