summaryrefslogtreecommitdiff
path: root/src/lxml
Commit message (Expand)AuthorAgeFilesLines
* [svn r2884] support for selection output method on serialisationlxml-2.0alpha2scoder2007-09-156-26/+209
* [svn r2883] compile fixesscoder2007-09-151-3/+3
* [svn r2881] comment on deprecation of getchildren(), copied over to objectify...scoder2007-09-152-0/+20
* [svn r2880] reverted schematron fix - can crashscoder2007-09-151-2/+0
* [svn r2877] rewrite of _ParserContext init code - use functions instead of __...scoder2007-09-154-21/+30
* [svn r2876] un-deprecate getchildren() - still helpful in objectifyscoder2007-09-151-6/+0
* [svn r2875] whitespacescoder2007-09-151-1/+1
* [svn r2873] compat fix in ET testscoder2007-09-151-3/+8
* [svn r2872] memory leak in Schematronscoder2007-09-151-0/+2
* [svn r2870] cleanup: remove need for internal parsing functions in XSLT doc r...scoder2007-09-152-65/+18
* [svn r2869] ET 1.3 compat: getchildren() will go away, findall() might return...scoder2007-09-152-18/+17
* [svn r2868] adapt more imports to Cythonscoder2007-09-152-4/+3
* [svn r2867] small optimisationscoder2007-09-151-6/+14
* [svn r2866] small test fixscoder2007-09-151-1/+1
* [svn r2865] cleanup in init code (requires Cython)scoder2007-09-152-51/+7
* [svn r2859] fixed copying of _ParserContext for threadsscoder2007-09-142-7/+26
* [svn r2857] forgotten debug outputscoder2007-09-131-1/+0
* [svn r2856] small cleanup in iterwalk(): avoid testing truth value of Elementscoder2007-09-131-6/+6
* [svn r2855] test: fix problem with unpredictable attribute serialisation orderscoder2007-09-131-4/+7
* [svn r2854] prefer 3rd party imports of ET over xml.etreescoder2007-09-131-4/+13
* [svn r2853] doc fix - not sure if we should remove getchildren()scoder2007-09-131-1/+9
* [svn r2852] ET 1.3 compatibility fixes: getiterator() returns a list, bool(el...scoder2007-09-132-6/+15
* [svn r2850] ET 1.3 compatibility updates: iterfind(), new ElementPath impleme...scoder2007-09-133-138/+204
* [svn r2848] itertext() method on elementsscoder2007-09-133-0/+51
* [svn r2847] windows compile fixscoder2007-09-121-1/+1
* [svn r2846] some test cases for schematron supportscoder2007-09-121-0/+73
* [svn r2845] small optimisation for _Document creationscoder2007-09-121-1/+5
* [svn r2844] loads of test cases for QName resolving and serialisationscoder2007-09-121-3/+69
* [svn r2843] accept QName objects as values for attributes and element text, a...scoder2007-09-123-4/+30
* [svn r2842] parser target implementation was missingscoder2007-09-121-0/+192
* [svn r2840] support external parser in objectify.fromstring()scoder2007-09-121-4/+7
* [svn r2838] it's enough to work around the ns serialisation problem for nodes...scoder2007-09-121-9/+13
* [svn r2837] test cases for serialising namespace declarationsscoder2007-09-121-0/+31
* [svn r2836] work around libxml2's failure to serialise namespace declarationsscoder2007-09-122-21/+39
* [svn r2835] cleanup in parser code, ET-compatible target parser interface (SA...scoder2007-09-113-46/+33
* [svn r2834] moved objectpath implementation to separate .pxiscoder2007-09-112-339/+343
* [svn r2833] major restructuring of the parser code to better interate feed pa...scoder2007-09-109-293/+489
* [svn r2830] typo in copyianb2007-09-061-1/+2
* [svn r2829] test case for broken feed parser inputscoder2007-09-041-0/+13
* [svn r2828] feed parser fixscoder2007-09-041-8/+11
* [svn r2827] docstring cleanupscoder2007-09-043-8/+11
* [svn r2826] doc update on the feed parserscoder2007-09-041-1/+1
* [svn r2825] ET-like feed parser interfacescoder2007-09-042-1/+144
* [svn r2823] API fix in ET testsscoder2007-09-031-1/+1
* [svn r2822] more test case cleanupscoder2007-09-033-10/+2
* [svn r2821] cleanup of test_elementtree.py to integrate cElementTreescoder2007-09-031-13/+53
* [svn r2820] fix importscoder2007-09-031-3/+3
* [svn r2819] additional test import of cElementTreescoder2007-09-031-0/+8
* [svn r2818] ET 1.3 compatible parser versionscoder2007-09-031-0/+5
* [svn r2816] use separate resolver contexts for each XSLT call: exceptions and...scoder2007-09-031-23/+29