summaryrefslogtreecommitdiff
path: root/src/lxml/tests
Commit message (Expand)AuthorAgeFilesLines
* simplify interface for passing multiple tag selectors into element iteration ...Stefan Behnel2012-04-241-4/+31
* avoid dependency on external cssselect package in the test suiteStefan Behnel2012-04-211-1/+8
* Merge pull request #46 from SimonSapin/external-cssselectscoder2012-04-215-490/+40
|\
| * Fix the test suite for _Element.cssselect removal.Simon Sapin2012-04-201-18/+10
| * Shrink the css testsSimon Sapin2012-04-204-282/+48
| * Update for cssselect 0.3Simon Sapin2012-04-171-3/+1
| * Use the external cssselectSimon Sapin2012-04-163-214/+8
* | merged 2.3 branch into masterStefan Behnel2012-04-201-0/+96
|\ \ | |/ |/|
| * fix crash in sax parser when finding invalid DOCTYPEStefan Behnel2012-04-201-0/+96
| * test for latest nsmap fixStefan Behnel2012-02-181-0/+5
| * fix ticket 903782: initialise document dict for HTML parsing in iterparse to ...Stefan Behnel2011-12-141-0/+16
| * "E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo"Simon Sapin2011-12-122-0/+10
* | merged DTD attributes branchStefan Behnel2012-04-052-0/+53
|\ \
| * | Rename various DTD attributes for PEP 8 compatibility and consistency.Walter Doerwald2012-02-161-4/+4
| * | Update comments.Walter Doerwald2012-01-291-2/+3
| * | Add tests for the DTD attributes name, systemID and externalID.Walter Doerwald2012-01-291-0/+24
| * | Add tests for DTD attributes.Walter Doerwald2012-01-282-0/+28
| |/
* | Ignore whitespace after a CSS group separator.Laurence Rowe2012-04-051-3/+3
* | Fix failing test.Jeff Dairiki2012-03-311-1/+6
* | e.args is intended to be a tuple with a single item.Laurence Rowe2012-03-311-1/+1
* | Optimize css attribute selectors to test for existence of attribute before st...Laurence Rowe2012-03-311-5/+5
* | Optimize css class selector to test for existence of class attribute before s...Laurence Rowe2012-03-311-3/+3
* | test fixesStefan Behnel2012-03-311-3/+2
* | disable cElementTree tests in Py3.3 where cET==ETStefan Behnel2012-03-311-1/+1
* | Py3.3 fix for cElementTree compatibility testStefan Behnel2012-03-311-1/+1
* | simplify portability imports to make them more portable themselvesStefan Behnel2012-02-204-10/+10
* | test for latest nsmap fixStefan Behnel2012-02-181-0/+5
* | Merge pull request #31 from jyasskin/elem_maker_base_typesscoder2012-02-191-0/+38
|\ \
| * | Avoid using xpath in the ElementMaker test.Jeffrey Yasskin2012-02-181-3/+3
| * | Move the mro loop into the 't is None' if, behind the iselement check,Jeffrey Yasskin2012-02-161-9/+8
| * | Teach the ElementMaker to add objects of types derived from types itJeffrey Yasskin2012-02-151-0/+39
* | | merged 'css :root' branchStefan Behnel2012-02-152-4/+10
|\ \ \ | |/ / |/| |
| * | Add support for the :root pseudo-class in cssselect.Simon Sapin2011-12-142-4/+10
* | | make sure the E-Factory feature of the ElementBase constructor can always saf...Stefan Behnel2012-02-101-2/+12
* | | make unit test base class 'private'Stefan Behnel2012-01-271-3/+3
* | | initial fix for running the test suite with py.testStefan Behnel2012-01-272-1/+14
* | | minor test fixStefan Behnel2012-01-271-1/+1
* | | implement support for element.attrib.update(el.attrib)Stefan Behnel2012-01-271-0/+19
* | | make unit test base classes 'private'Stefan Behnel2012-01-272-7/+7
* | | extended threading test caseStefan Behnel2011-12-271-4/+8
* | | extended tests for new iterparse() tag selectionStefan Behnel2011-12-261-4/+29
* | | partial rewrite of element iterators to support multiple tags for the tag sel...Stefan Behnel2011-12-191-0/+121
* | | fix ticket 903782: initialise document dict for HTML parsing in iterparse to ...Stefan Behnel2011-12-141-0/+16
|/ /
* | "E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo"Simon Sapin2011-12-122-0/+10
|/
* More tests and change log for the parsing bug in cssselect.Simon Sapin2011-11-051-3/+9
* Ignore optional whitespace after combinators when parsing CSS selectors.Simon Sapin2011-11-042-0/+6
* another fix for the 'descendant' problem in cssselect to undo a serious perfo...Stefan Behnel2011-11-031-3/+3
* support pi.get() and pi.attrib by parsing the text context for pseudo-attributesStefan Behnel2011-09-071-0/+22
* Py3.3 test fixStefan Behnel2011-08-121-2/+2
* sax.py: use the same tag name building mechanism for endElementNS() as for st...Stefan Behnel2011-07-011-0/+24