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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cython code simplifications
Stefan Behnel
2011-11-09
1
-9
/
+5
*
minor cleanup
Stefan Behnel
2011-11-09
1
-2
/
+2
*
More tests and change log for the parsing bug in cssselect.
Simon Sapin
2011-11-05
1
-3
/
+9
*
Ignore optional whitespace after combinators when parsing CSS selectors.
Simon Sapin
2011-11-04
3
-0
/
+9
*
another fix for the 'descendant' problem in cssselect to undo a serious perfo...
Stefan Behnel
2011-11-03
2
-4
/
+4
*
extended docstring
Stefan Behnel
2011-10-27
1
-1
/
+2
*
new option 'cleanup_namespaces' in objectify.deannotate()
Stefan Behnel
2011-10-23
1
-5
/
+9
*
reexport etree.SubElement as objectify.SubElement, increase minor version
Stefan Behnel
2011-10-12
1
-2
/
+4
*
docs
Stefan Behnel
2011-09-25
1
-2
/
+4
*
docstring
Wojtek
2011-09-15
1
-0
/
+3
*
kill_tags support
Wojtek
2011-09-12
1
-5
/
+5
*
support pi.get() and pi.attrib by parsing the text context for pseudo-attributes
Stefan Behnel
2011-09-07
3
-27
/
+57
*
fix naming collision in lxml.html
Stefan Behnel
2011-09-02
1
-3
/
+3
*
rename lxml.get_includes() to lxml.get_include() - sounds wrong, but there is...
Stefan Behnel
2011-09-01
1
-1
/
+1
*
comment, changelog
Stefan Behnel
2011-08-25
1
-2
/
+4
*
a (mostly) rewrite of the library header file inclusion, also dropping Py2.3 ...
Stefan Behnel
2011-08-25
1
-0
/
+0
*
patch that copies headers only if --static is
Matteo Bertozzi
2011-08-24
1
-0
/
+15
*
let cleaner drop 'data:' links just like it does for 'javascript:' links
Stefan Behnel
2011-08-12
2
-1
/
+9
*
Py3.3 test fix
Stefan Behnel
2011-08-12
1
-2
/
+2
*
replace html5lib integration with an import of the official lxml support in h...
Stefan Behnel
2011-08-11
2
-2
/
+8
*
fix C compiler warnings
Stefan Behnel
2011-07-22
1
-1
/
+1
*
code cleanup
Stefan Behnel
2011-07-22
6
-54
/
+13
*
code cleanup
Stefan Behnel
2011-07-22
1
-2
/
+2
*
sax.py: use the same tag name building mechanism for endElementNS() as for st...
Stefan Behnel
2011-07-01
2
-7
/
+35
*
fix slice assignments after recent code cleanup
Stefan Behnel
2011-05-29
1
-1
/
+1
*
code cleanup
Stefan Behnel
2011-05-29
1
-3
/
+3
*
exception handling fixes
Stefan Behnel
2011-05-29
2
-6
/
+7
*
code cleanup
Stefan Behnel
2011-05-28
1
-12
/
+12
*
fix more compiler warnings: unused and uninitialised variables
Stefan Behnel
2011-05-28
12
-23
/
+22
*
initialise C variables to silence compiler warnings
Stefan Behnel
2011-05-28
5
-19
/
+19
*
code cleanup
Stefan Behnel
2011-05-27
1
-9
/
+3
*
close file in test
Stefan Behnel
2011-05-27
1
-1
/
+4
*
code simplification
Stefan Behnel
2011-05-24
1
-7
/
+8
*
build fix
Stefan Behnel
2011-05-24
2
-7
/
+7
*
let parse() and iterparse() only close files they opened themselves, provide ...
Stefan Behnel
2011-05-23
4
-8
/
+17
*
added test case from ticket #773715
Stefan Behnel
2011-05-19
1
-0
/
+33
*
fix #773715: assertion error in cleaner when dropping top-level element
Stefan Behnel
2011-05-19
1
-2
/
+8
*
safer XHTML->HTML conversion in clean.py
Stefan Behnel
2011-05-19
1
-5
/
+2
*
minor code simplification
Stefan Behnel
2011-04-12
1
-1
/
+2
*
In lxml.cssselect, use the xpath 'A//B' (short for
Laurence Rowe
2011-03-23
3
-6
/
+8
*
use explicit parameter types in public functions
Stefan Behnel
2011-03-18
1
-5
/
+5
*
slight code simplification in error log handling
Stefan Behnel
2011-03-14
1
-4
/
+4
*
slight speed-up for error logging
Stefan Behnel
2011-03-14
1
-6
/
+9
*
drop public API dependency on python.pxd
Stefan Behnel
2011-03-08
1
-1
/
+0
*
patch by Craig Dennis for bug 576775/718430: fix selection behaviour of multi...
Stefan Behnel
2011-02-18
2
-7
/
+30
*
Py3 fix in soupparser.py
Stefan Behnel
2011-02-17
1
-1
/
+4
*
[svn r4519] code simplification for error log entry type
scoder
2011-02-04
1
-5
/
+5
*
[svn r4518] docstrings for error log entry
scoder
2011-02-04
1
-0
/
+18
*
[svn r4516] raise TypeError instead of AssertionError on el.extend([None])
scoder
2011-02-03
2
-4
/
+10
*
[svn r4515] always close input file from iterparse(), not only when we opened it
scoder
2011-02-03
1
-6
/
+0
[next]