summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_etree.py
Commit message (Expand)AuthorAgeFilesLines
* make nsmap evaluation safer by preventing to sort on None and string values (...Stefan Behnel2015-03-011-0/+11
* implement a way to move selected namespace declarations to the top during cle...Stefan Behnel2015-02-271-0/+14
* extend namespace cleanup testsStefan Behnel2015-02-271-3/+47
* add test for include setupStefan Behnel2015-02-221-0/+9
* clean up and refactor last commitsStefan Behnel2015-02-211-50/+0
* Update name validation.Olli Pottonen2015-02-211-0/+11
* On python 2, __repr__ shall return str, not unicode.Olli Pottonen2015-02-211-0/+17
* Check all input strings are in XML character range.Olli Pottonen2015-02-211-0/+23
* Make _str in tests correctly process unicode escapes.Olli Pottonen2015-02-211-1/+0
* Make _ElementTree.deepcopy() properly handle comments/PI's before doctype.Olli Pottonen2015-02-181-0/+11
* add test for empty prefix check in ElementPathStefan Behnel2014-12-261-0/+10
* include CDATA sections when serialising tail text of top-level nodeStefan Behnel2014-11-231-2/+0
* accept CDATA wrapped content for tail textStefan Behnel2014-11-231-3/+24
* do not depend on formatting of "file:" URL in test (differs across libxml2 ve...Stefan Behnel2014-10-191-1/+4
* clean up duplicated test methodsStefan Behnel2014-10-091-22/+10
* merge lxml-3.3 branch into masterStefan Behnel2014-08-281-0/+73
|\
| * prevent tree cycle creation when adding siblingsStefan Behnel2014-08-281-0/+42
| * fix crash when deallocating sibling Element proxies that do not have a parentStefan Behnel2014-08-281-0/+31
| * add test for high XML line numbersStefan Behnel2014-03-181-0/+16
* | use per-document hash tables for XML IDs and allow disabling them completely ...Stefan Behnel2014-05-281-2/+81
* | add a method tree.getelementpath(element) that generates a structural Element...Stefan Behnel2014-04-061-0/+63
* | add test for high XML line numbersStefan Behnel2014-03-181-0/+16
* | add test for recursive XInclude processingStefan Behnel2014-03-151-0/+45
|/
* fix html-with-tail serialisation test for older libxml2 versions (HTML parser...Stefan Behnel2014-02-211-1/+3
* extend testStefan Behnel2014-02-211-0/+1
* clean up HTML tail serialisation testStefan Behnel2014-02-191-19/+9
* Bug fix for https://bugs.launchpad.net/lxml/+bug/1185332.Sylvain Viollon2013-05-291-0/+30
* clean up test changesStefan Behnel2014-02-191-5/+7
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-161-5/+5
* use dedicated immutable mapping type for empty immutable mappings instead of ...Stefan Behnel2014-02-171-1/+28
* enable doctest testing in etree module and extend some of themStefan Behnel2014-01-171-0/+1
* make 'attrib' attribute creation for Elements honour order of entries in Orde...Stefan Behnel2014-01-091-0/+35
* implement recover mode for pull parsers and iterparseStefan Behnel2013-12-141-4/+27
* remove 'recover' option from iterparse() and disable it in the underlying par...Stefan Behnel2013-12-131-1/+1
* add iterparse test with recover optionStefan Behnel2013-12-131-0/+11
* extend tests for iteration tag selectionStefan Behnel2013-11-031-7/+74
* fix event collection with custom targets, write some tests for it and add an ...Stefan Behnel2013-09-131-0/+117
* add some tests for no-op cases in addprevious() / addnext()Stefan Behnel2013-09-111-4/+30
* prevent cycles when adding elements as childrenStefan Behnel2013-09-111-0/+12
* add missing importStefan Behnel2013-08-081-0/+1
* add test for refcycle with Element proxiesStefan Behnel2013-08-081-0/+15
* clean up indentation in stringStefan Behnel2013-08-081-8/+9
* prevent dropping namespace prefixes from attributes during cleanupStefan Behnel2013-05-111-0/+86
* disable doctest in Py2.5 that requires the 'with' statementStefan Behnel2013-02-101-1/+1
* add documentation for xmlfile() APIStefan Behnel2013-02-101-2/+4
* merge lxml-3.0 branch into masterStefan Behnel2013-01-241-0/+12
|\
| * add test for using different nsmaps in el.find*()lxml-3.0Stefan Behnel2013-01-221-0/+12
* | add test for using different nsmaps in el.find*()Stefan Behnel2013-01-221-0/+12
* | replace usages of assertNotEquals() by assertNotEqual() to fix Py3 deprecatio...Stefan Behnel2012-11-291-2/+2
* | replace test usages of assert_() by assertTrue() to fix Py3 deprecation warningStefan Behnel2012-11-291-40/+40