summaryrefslogtreecommitdiff
path: root/src/lxml/ElementInclude.py
Commit message (Expand)AuthorAgeFilesLines
* Fix false detection of recursive include (GH-286)RainerHausdorf2019-08-181-2/+1
* Add a `max_depth` argument to ElementInclude to prevent content explosion. Li...Stefan Behnel2019-04-141-4/+30
* Add comment.Stefan Behnel2018-02-171-0/+2
* Remove unused imports.Chris Gavin2017-04-241-1/+0
* Extract magic string in ElementInclude._include()hayfield2017-04-201-1/+2
* remove conditional imports of the set moduleJakub Wilk2017-03-171-6/+0
* [svn r3880] r4596@delle: sbehnel | 2008-07-09 14:36:17 +0200scoder2008-07-091-4/+6
* [svn r3859] r4557@delle: sbehnel | 2008-06-25 09:25:08 +0200scoder2008-06-251-3/+3
* [svn r3831] r4511@delle: sbehnel | 2008-06-19 10:46:05 +0200scoder2008-06-191-2/+8
* [svn r3685] r4231@delle: sbehnel | 2008-05-19 23:46:38 +0200scoder2008-05-201-1/+2
* [svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100scoder2008-02-131-3/+8
* [svn r2494] open any URL by default in ElementInclude, small optimisationscoder2007-06-211-8/+17
* [svn r2492] ElementInclude didn't honour base URL of source documentscoder2007-06-211-6/+9
* [svn r2158] use relative imports for (lxml.)etreescoder2007-02-251-2/+1
* [svn r2086] small fix to actually check if xi:fallback tag is misplaced befor...scoder2006-12-041-3/+5
* [svn r2085] integrated a modified ElementInclude.py: reuse the parser of the ...scoder2006-12-021-0/+196