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
path:
root
/
src
/
lxml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #254 from scoder/nsdeco
scoder
2017-10-13
2
-1
/
+51
|
\
|
*
Merge branch 'master' into nsdeco
scoder
2017-10-13
2
-13
/
+191
|
|
\
|
*
|
Support using the FunctionNamespace and ElementNamespaceClassLookup registrie...
Stefan Behnel
2017-09-17
2
-1
/
+51
*
|
|
LP#1722776: Fix fallback of PythonElementClassLookup for comments etc.
Stefan Behnel
2017-10-13
2
-1
/
+10
|
|
/
|
/
|
*
|
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
*
|
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 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
*
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
*
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
2
-6
/
+12
*
Try to improve the test setup by joining the webserver daemon thread after us...
Stefan Behnel
2017-08-19
1
-0
/
+1
*
Implement async interface for xmlfile().
Stefan Behnel
2017-08-19
2
-8
/
+239
*
Add test for the generator example used in the xmlfile docs.
Stefan Behnel
2017-08-19
1
-0
/
+17
*
Make object struct layout of internal xmlfile classes more compact by avoidin...
Stefan Behnel
2017-08-19
1
-2
/
+2
*
Rewrite the xmlfile "stop on error" handling as we should only stop writing o...
Stefan Behnel
2017-08-19
2
-4
/
+26
*
Let XSLTSaveError inherit from SerialisationError to avoid having to catch both.
Stefan Behnel
2017-08-18
1
-1
/
+1
*
Raise an XSLTSaveError if writing to a file(-like) fails, instead of a more g...
Stefan Behnel
2017-08-18
1
-1
/
+1
*
Reduce code duplication in test.
Stefan Behnel
2017-08-18
1
-103
/
+37
*
Reduce code duplication in test.
Stefan Behnel
2017-08-18
1
-4
/
+4
*
Py2.6 fix
Stefan Behnel
2017-08-17
1
-1
/
+1
*
typo
Stefan Behnel
2017-08-17
1
-1
/
+1
*
Rename ".write_result()" method of XSLT result objects to ".write_output()" t...
Stefan Behnel
2017-08-17
2
-12
/
+26
*
Add a ``.write_result()`` method to XSLT result objects to simplify writing t...
Stefan Behnel
2017-08-17
5
-10
/
+128
*
Rename attribute as its purpose was more than generic than its name.
Stefan Behnel
2017-08-17
1
-10
/
+10
*
Reorder extension type attributes for better aligning.
Stefan Behnel
2017-08-17
1
-1
/
+1
*
Add a new method "skip_subtree()" to ignore the current subtree in iterwalk().
Stefan Behnel
2017-08-16
2
-5
/
+110
*
LP#1526522: Also capture libxml2 errors in RelaxNG processing that come only ...
Stefan Behnel
2017-08-13
3
-8
/
+95
*
Allow passing a 'base_url' into RelaxNG() when parsing from an RNC string.
Stefan Behnel
2017-08-13
1
-2
/
+9
*
clean up check for rnc2rng installation
Stefan Behnel
2017-08-13
1
-5
/
+12
*
LP#1415643: Prevent writing to target after it raised an exception. This prev...
Stefan Behnel
2017-08-13
2
-8
/
+40
*
LP#1465357: allow None as argument to xmlfile.write() for convenience.
Stefan Behnel
2017-08-13
2
-4
/
+16
*
Clean up exception classes and turn them into extension types.
Stefan Behnel
2017-08-13
11
-91
/
+74
*
minor code cleanup
Stefan Behnel
2017-08-13
1
-1
/
+2
*
remove dead code
Stefan Behnel
2017-08-13
1
-1
/
+0
*
LP#1710429: Fix uninitialised variable usage.
Stefan Behnel
2017-08-13
1
-0
/
+1
*
clean up imports
Stefan Behnel
2017-08-13
1
-1
/
+3
*
LP#1567526: Make soupparser sort-of handle empty and plain text input instead...
Stefan Behnel
2017-08-13
2
-3
/
+17
*
Reduce memory overhead when processing very long pull parser event lists.
Stefan Behnel
2017-08-13
1
-2
/
+2
*
Update docstrings to reflect the new behaviour of the "guess_charset" option ...
Stefan Behnel
2017-08-13
1
-9
/
+20
*
Adapt defaults for "guess_charset" option in the remaining parse functions.
Stefan Behnel
2017-08-13
1
-2
/
+2
*
Adapt defaults for "guess_charset" option when parsing from files and URLs to...
Stefan Behnel
2017-08-13
1
-2
/
+22
*
Back out GH issue #232 again as a retry should not be triggered internally by...
Stefan Behnel
2017-08-13
1
-36
/
+6
[next]