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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify interface for passing multiple tag selectors into element iteration ...
Stefan Behnel
2012-04-24
1
-4
/
+31
*
avoid dependency on external cssselect package in the test suite
Stefan Behnel
2012-04-21
1
-1
/
+8
*
Merge pull request #46 from SimonSapin/external-cssselect
scoder
2012-04-21
5
-490
/
+40
|
\
|
*
Fix the test suite for _Element.cssselect removal.
Simon Sapin
2012-04-20
1
-18
/
+10
|
*
Shrink the css tests
Simon Sapin
2012-04-20
4
-282
/
+48
|
*
Update for cssselect 0.3
Simon Sapin
2012-04-17
1
-3
/
+1
|
*
Use the external cssselect
Simon Sapin
2012-04-16
3
-214
/
+8
*
|
merged 2.3 branch into master
Stefan Behnel
2012-04-20
1
-0
/
+96
|
\
\
|
|
/
|
/
|
|
*
fix crash in sax parser when finding invalid DOCTYPE
Stefan Behnel
2012-04-20
1
-0
/
+96
|
*
test for latest nsmap fix
Stefan Behnel
2012-02-18
1
-0
/
+5
|
*
fix ticket 903782: initialise document dict for HTML parsing in iterparse to ...
Stefan Behnel
2011-12-14
1
-0
/
+16
|
*
"E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo"
Simon Sapin
2011-12-12
2
-0
/
+10
*
|
merged DTD attributes branch
Stefan Behnel
2012-04-05
2
-0
/
+53
|
\
\
|
*
|
Rename various DTD attributes for PEP 8 compatibility and consistency.
Walter Doerwald
2012-02-16
1
-4
/
+4
|
*
|
Update comments.
Walter Doerwald
2012-01-29
1
-2
/
+3
|
*
|
Add tests for the DTD attributes name, systemID and externalID.
Walter Doerwald
2012-01-29
1
-0
/
+24
|
*
|
Add tests for DTD attributes.
Walter Doerwald
2012-01-28
2
-0
/
+28
|
|
/
*
|
Ignore whitespace after a CSS group separator.
Laurence Rowe
2012-04-05
1
-3
/
+3
*
|
Fix failing test.
Jeff Dairiki
2012-03-31
1
-1
/
+6
*
|
e.args is intended to be a tuple with a single item.
Laurence Rowe
2012-03-31
1
-1
/
+1
*
|
Optimize css attribute selectors to test for existence of attribute before st...
Laurence Rowe
2012-03-31
1
-5
/
+5
*
|
Optimize css class selector to test for existence of class attribute before s...
Laurence Rowe
2012-03-31
1
-3
/
+3
*
|
test fixes
Stefan Behnel
2012-03-31
1
-3
/
+2
*
|
disable cElementTree tests in Py3.3 where cET==ET
Stefan Behnel
2012-03-31
1
-1
/
+1
*
|
Py3.3 fix for cElementTree compatibility test
Stefan Behnel
2012-03-31
1
-1
/
+1
*
|
simplify portability imports to make them more portable themselves
Stefan Behnel
2012-02-20
4
-10
/
+10
*
|
test for latest nsmap fix
Stefan Behnel
2012-02-18
1
-0
/
+5
*
|
Merge pull request #31 from jyasskin/elem_maker_base_types
scoder
2012-02-19
1
-0
/
+38
|
\
\
|
*
|
Avoid using xpath in the ElementMaker test.
Jeffrey Yasskin
2012-02-18
1
-3
/
+3
|
*
|
Move the mro loop into the 't is None' if, behind the iselement check,
Jeffrey Yasskin
2012-02-16
1
-9
/
+8
|
*
|
Teach the ElementMaker to add objects of types derived from types it
Jeffrey Yasskin
2012-02-15
1
-0
/
+39
*
|
|
merged 'css :root' branch
Stefan Behnel
2012-02-15
2
-4
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add support for the :root pseudo-class in cssselect.
Simon Sapin
2011-12-14
2
-4
/
+10
*
|
|
make sure the E-Factory feature of the ElementBase constructor can always saf...
Stefan Behnel
2012-02-10
1
-2
/
+12
*
|
|
make unit test base class 'private'
Stefan Behnel
2012-01-27
1
-3
/
+3
*
|
|
initial fix for running the test suite with py.test
Stefan Behnel
2012-01-27
2
-1
/
+14
*
|
|
minor test fix
Stefan Behnel
2012-01-27
1
-1
/
+1
*
|
|
implement support for element.attrib.update(el.attrib)
Stefan Behnel
2012-01-27
1
-0
/
+19
*
|
|
make unit test base classes 'private'
Stefan Behnel
2012-01-27
2
-7
/
+7
*
|
|
extended threading test case
Stefan Behnel
2011-12-27
1
-4
/
+8
*
|
|
extended tests for new iterparse() tag selection
Stefan Behnel
2011-12-26
1
-4
/
+29
*
|
|
partial rewrite of element iterators to support multiple tags for the tag sel...
Stefan Behnel
2011-12-19
1
-0
/
+121
*
|
|
fix ticket 903782: initialise document dict for HTML parsing in iterparse to ...
Stefan Behnel
2011-12-14
1
-0
/
+16
|
/
/
*
|
"E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo"
Simon Sapin
2011-12-12
2
-0
/
+10
|
/
*
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
2
-0
/
+6
*
another fix for the 'descendant' problem in cssselect to undo a serious perfo...
Stefan Behnel
2011-11-03
1
-3
/
+3
*
support pi.get() and pi.attrib by parsing the text context for pseudo-attributes
Stefan Behnel
2011-09-07
1
-0
/
+22
*
Py3.3 test fix
Stefan Behnel
2011-08-12
1
-2
/
+2
*
sax.py: use the same tag name building mechanism for endElementNS() as for st...
Stefan Behnel
2011-07-01
1
-0
/
+24
[next]