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