| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix corner case where name of HTML root node was not put into parser dict | Stefan Behnel | 2014-01-31 | 1 | -2/+19 |
| | | |||||
| * | fix up tag dict usage also for the feed parser | Stefan Behnel | 2014-01-31 | 1 | -4/+31 |
| | | |||||
| * | add tests for non-BMP Unicode string parsing | Stefan Behnel | 2014-01-02 | 1 | -0/+11 |
| | | |||||
| * | fix and extend Unicode HTML parsing test | Stefan Behnel | 2014-01-02 | 1 | -5/+10 |
| | | |||||
| * | fix crash due to missing xmlDict reference count in HTML iterparse parser | Stefan Behnel | 2013-12-20 | 1 | -1/+22 |
| | | |||||
| * | implement recover mode for pull parsers and iterparse | Stefan Behnel | 2013-12-14 | 1 | -2/+2 |
| | | |||||
| * | remove 'recover' option from iterparse() and disable it in the underlying ↵ | Stefan Behnel | 2013-12-13 | 1 | -2/+2 |
| | | | | | parser (doesn't currently work correctly) | ||||
| * | add 'recover' option to iterparse | Stefan Behnel | 2013-12-13 | 1 | -0/+26 |
| | | |||||
| * | replace test usages of assert_() by assertTrue() to fix Py3 deprecation warning | Stefan Behnel | 2012-11-29 | 1 | -3/+3 |
| | | |||||
| * | replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warning | Stefan Behnel | 2012-11-29 | 1 | -25/+25 |
| | | |||||
| * | Merge pull request #46 from SimonSapin/external-cssselect | scoder | 2012-04-21 | 1 | -1/+1 |
| |\ | | | | | External cssselect | ||||
| | * | Shrink the css tests | Simon Sapin | 2012-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | No need to duplicate the tests that are now in cssselect. Now test_css.py only tests what is specific to lxml. | ||||
| * | | 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 |
| | | | |||||
| | * | fix ticket 903782: initialise document dict for HTML parsing in iterparse to ↵ | Stefan Behnel | 2011-12-14 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | prevent segfaults on cleanup --HG-- extra : transplant_source : G%BE%D7Pe%05%03%B8C%24%10%25I%7D%834%5B%E2%C9%02 | ||||
| * | | simplify portability imports to make them more portable themselves | Stefan Behnel | 2012-02-20 | 1 | -2/+2 |
| | | | |||||
| * | | fix ticket 903782: initialise document dict for HTML parsing in iterparse to ↵ | Stefan Behnel | 2011-12-14 | 1 | -0/+16 |
| |/ | | | | prevent segfaults on cleanup | ||||
| * | [svn r4514] fix test resource leaks | scoder | 2010-12-29 | 1 | -2/+2 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r3979] r4808@delle: sbehnel | 2008-10-16 21:53:28 +0200 | scoder | 2008-10-16 | 1 | -6/+9 |
| | | | | | | | | test fixes --HG-- branch : trunk | ||||
| * | [svn r3718] r4276@delle: sbehnel | 2008-05-21 20:12:02 +0200 | scoder | 2008-05-21 | 1 | -1/+6 |
| | | | | | | | | Py3 test fixes --HG-- branch : trunk | ||||
| * | [svn r3717] r4275@delle: sbehnel | 2008-05-21 20:06:26 +0200 | scoder | 2008-05-21 | 1 | -1/+5 |
| | | | | | | | | lots pf Py3 fixes and work-arounds --HG-- branch : trunk | ||||
| * | [svn r3710] r4268@delle: sbehnel | 2008-05-21 13:11:54 +0200 | scoder | 2008-05-21 | 1 | -23/+23 |
| | | | | | | | | Py3 test fixes and work arounds --HG-- branch : trunk | ||||
| * | [svn r3689] r4235@delle: sbehnel | 2008-05-19 23:57:56 +0200 | scoder | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | | Py3 test fixes --HG-- branch : trunk | ||||
| * | [svn r3388] r3700@delle: sbehnel | 2008-03-03 12:30:47 +0100 | scoder | 2008-03-03 | 1 | -3/+3 |
| | | | | | | | | removed most deprecated functions and methods --HG-- branch : trunk | ||||
| * | [svn r3101] r3107@delle: sbehnel | 2007-12-18 19:01:53 +0100 | scoder | 2007-12-18 | 1 | -1/+2 |
| | | | | | | | | always append a newline when pretty printing on serialisation (not only for ElementTrees) --HG-- branch : trunk | ||||
| * | [svn r3019] move gc.collect() into tearDown() methods in tests to run it ↵ | scoder | 2007-10-29 | 1 | -2/+3 |
| | | | | | | | | after each test --HG-- branch : trunk | ||||
| * | [svn r2975] use keyword-only arguments in API | scoder | 2007-10-21 | 1 | -3/+13 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2945] added " and ' to the list of invalid HTML tag characters | scoder | 2007-10-07 | 1 | -0/+26 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2941] let tag name validation distinguish HTML/XML tags based on the ↵ | scoder | 2007-10-07 | 1 | -0/+68 |
| | | | | | | | | related parser, allow ':' in HTML tags --HG-- branch : trunk | ||||
| * | [svn r2902] preliminary HTML support for iterparse | scoder | 2007-09-21 | 1 | -0/+30 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2901] 'encoding' kw argument in parsers to override document encoding | scoder | 2007-09-20 | 1 | -0/+31 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2565] disable calling unittest scripts directly | scoder | 2007-07-02 | 1 | -1/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2447] test refactored to maybe make it work better on different systems | scoder | 2007-06-12 | 1 | -1/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1943] prevent CDATA sections from appearing in HTML tree | scoder | 2006-09-27 | 1 | -0/+6 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc. | scoder | 2006-08-08 | 1 | -3/+3 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1433] fix: parsing encoded strings from file(-like) objects raised an ↵ | scoder | 2006-06-07 | 1 | -6/+6 |
| | | | | | | | | exception, now it passes the encoded data directly into libxml2 without conversion or encoding checks --HG-- branch : trunk | ||||
| * | [svn r1272] prevent test cases from leaking temp files, some cleanup in ↵ | scoder | 2006-05-22 | 1 | -4/+8 |
| | | | | | | | | test_elementtree.py --HG-- branch : trunk | ||||
| * | [svn r1253] fix encoding used in test cases | scoder | 2006-05-20 | 1 | -6/+6 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1103] support parsing straight from Python unicode strings | scoder | 2006-05-08 | 1 | -0/+5 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1100] major restructuring and cleanup in parser.pxi | scoder | 2006-05-07 | 1 | -0/+7 |
| | | | | | | | | | | * merge parse functions of XMLParser and HTMLParser back into base class * use same method for file-like parsing in both => reduced code duplication, more readable, less error prone, simpler to test --HG-- branch : trunk | ||||
| * | [svn r1071] tests: move unentitify utility function to common_imports | scoder | 2006-05-05 | 1 | -5/+3 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r1070] only parse file-like objects on libxml2 >= 2.6.24 due to CRLF ↵ | scoder | 2006-05-05 | 1 | -1/+12 |
| | | | | | | | | bug, fix UTF-8 conversion in HTML file-like parser --HG-- branch : trunk | ||||
| * | [svn r1054] updated test cases for broken HTML | scoder | 2006-05-03 | 1 | -3/+9 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r945] removed HTMLSyntaxError, replaced by XMLSyntaxError to simplify ↵ | scoder | 2006-04-20 | 1 | -1/+1 |
| | | | | | | | | catching exception e.g. from the default parser --HG-- branch : trunk | ||||
| * | [svn r943] copied test file from htmlparser branch | scoder | 2006-04-20 | 1 | -0/+81 |
| --HG-- branch : trunk | |||||
