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
/
serializer.pxi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid direct C-API call.
Stefan Behnel
2021-05-19
1
-2
/
+1
*
LP#1869455: C14N 2.0 serialisation failed for unprefixed attributes when a de...
Stefan Behnel
2020-10-01
1
-1
/
+6
*
Make it less likely that the serialisation of large documents (> MAX_INT) is ...
Stefan Behnel
2020-05-11
1
-3
/
+5
*
Support parsing from file paths in canonicalize(), not just file-like objects.
Stefan Behnel
2019-04-29
1
-10
/
+8
*
Change canonicalize() interface to return its result as a text string by defa...
Stefan Behnel
2019-04-29
1
-9
/
+19
*
Implement C14N 2.0 exclusion of tags and attributes.
Stefan Behnel
2019-04-28
1
-2
/
+28
*
Do something useful with the result of target.close() in _tree_to_target(), f...
Stefan Behnel
2019-04-27
1
-1
/
+1
*
Correctly serialise text content in ET.write() and ET.tostring() with C14N 2.0.
Stefan Behnel
2019-04-27
1
-5
/
+13
*
Implement "c14n2" serialisation method via iterwalk().
Stefan Behnel
2019-04-27
1
-3
/
+56
*
Reduce overhead in C14N serialisation for empty namespace and/or attribute li...
Stefan Behnel
2019-04-26
1
-10
/
+16
*
Avoid redundant list of list creation.
Stefan Behnel
2019-04-26
1
-1
/
+1
*
Add C14N 2.0 implementation.
Stefan Behnel
2019-04-26
1
-0
/
+320
*
Exclude absolute Windows (C:\...) file paths from URL escaping since libxml2 ...
Stefan Behnel
2019-03-27
1
-2
/
+4
*
Remove some Python anachronisms by using the with statement for file resource...
Stefan Behnel
2019-03-27
1
-9
/
+2
*
Work around libxml2's URL-unescaping in xmlOutputBufferCreateFilename() by es...
Stefan Behnel
2019-03-26
1
-1
/
+7
*
Speed up ascii/non-ascii string detection in isutf8() and funicode() helper f...
Stefan Behnel
2018-10-20
1
-1
/
+1
*
Remove redundant parentheses
Hugo
2018-08-25
1
-27
/
+27
*
Convert another string formatting operation to an f-string.
Stefan Behnel
2018-01-25
1
-2
/
+2
*
Use f-strings for all string formatting for which it makes sense (i.e. does n...
Stefan Behnel
2018-01-25
1
-10
/
+11
*
Remove useless Py3 adaptation that Cython can handle internally.
Stefan Behnel
2017-11-05
1
-4
/
+4
*
Evaluate error code inside of with-block to avoid "maybe uninitialised" C com...
Stefan Behnel
2017-08-31
1
-2
/
+2
*
Implement async interface for xmlfile().
Stefan Behnel
2017-08-19
1
-0
/
+138
*
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
1
-4
/
+9
*
Add a ``.write_result()`` method to XSLT result objects to simplify writing t...
Stefan Behnel
2017-08-17
1
-4
/
+5
*
LP#1415643: Prevent writing to target after it raised an exception. This prev...
Stefan Behnel
2017-08-13
1
-8
/
+12
*
LP#1465357: allow None as argument to xmlfile.write() for convenience.
Stefan Behnel
2017-08-13
1
-4
/
+7
*
Clean up exception classes and turn them into extension types.
Stefan Behnel
2017-08-13
1
-2
/
+4
*
fix in-code hex entity encoder
matejcik
2017-04-11
1
-17
/
+20
*
Merge remote-tracking branch 'lxml/master' into method-ctxmanager
Burak Arslan
2017-02-06
1
-8
/
+209
|
\
|
*
repair xmlfile serialisation: comparing bytes to str always fails in Py3
Stefan Behnel
2017-01-22
1
-3
/
+4
|
*
fix typos in error handling code
Stefan Behnel
2017-01-08
1
-2
/
+2
|
*
fix UTF-8 error handling in _write_attr_string()
Stefan Behnel
2017-01-08
1
-4
/
+10
|
*
support exception raising from _write_attr_string()
Stefan Behnel
2017-01-08
1
-1
/
+1
|
*
avoid redundant casting and Python conversions in attribute serialisation code
Stefan Behnel
2017-01-08
1
-16
/
+16
|
*
remove some trailing semicolons that were left over from copied C code but ar...
Stefan Behnel
2017-01-08
1
-43
/
+46
|
*
port libxml2's xmlBufAttrSerializeTxtContent as _write_attr_string
Burak Arslan
2017-01-06
1
-1
/
+195
|
*
try to use the new function
Burak Arslan
2016-12-27
1
-1
/
+1
*
|
check and test for _IncrementalWriter.method() ctx manager misuse
Burak Arslan
2017-01-10
1
-1
/
+17
*
|
implement _IncrementalWriter.method() for changing output method with a conte...
Burak Arslan
2017-01-08
1
-1
/
+31
*
|
Add method keyword to _IncrementalWriter.element()
Burak Arslan
2017-01-05
1
-3
/
+12
|
/
*
fix <script> text content serialization in incremental html mode
Burak Arslan
2016-12-23
1
-1
/
+8
*
minor code cleanups
Stefan Behnel
2016-12-04
1
-12
/
+7
*
docstring update
Burak Arslan
2016-12-04
1
-1
/
+4
*
Make it possible to temporarily override output method when calling _Increme...
Burak Arslan
2016-11-29
1
-3
/
+10
*
Revert "Revert "Revert "Merge pull request #184 from Pelleplutt/master"""
Stefan Behnel
2016-08-20
1
-3
/
+2
*
Revert "Revert "Merge pull request #184 from Pelleplutt/master""
Stefan Behnel
2016-08-20
1
-2
/
+3
*
Revert "Merge pull request #184 from Pelleplutt/master"
Stefan Behnel
2016-08-20
1
-3
/
+2
*
Use keyword arguments to get rid of the silly one digit bools all over.
Per Lejontand
2016-01-22
1
-2
/
+3
*
Limit the impact of the sparse namespace copy to c14n.
Per Lejontand
2015-12-15
1
-2
/
+2
[next]