summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [svn r2884] support for selection output method on serialisationlxml-2.0alpha2scoder2007-09-157-26/+213
* [svn r2883] compile fixesscoder2007-09-151-3/+3
* [svn r2882] prepare release of 2.0alpha2scoder2007-09-152-4/+8
* [svn r2881] comment on deprecation of getchildren(), copied over to objectify...scoder2007-09-152-0/+20
* [svn r2880] reverted schematron fix - can crashscoder2007-09-152-4/+0
* [svn r2879] longer stack traces from valgrindscoder2007-09-151-1/+1
* [svn r2878] un-deprecate getchildren() - still helpful in objectifyscoder2007-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 r2874] getchildren() deprecatedscoder2007-09-152-14/+7
* [svn r2873] compat fix in ET testscoder2007-09-151-3/+8
* [svn r2872] memory leak in Schematronscoder2007-09-152-0/+4
* [svn r2871] benchmark for list(element)scoder2007-09-151-0/+3
* [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 r2864] some more suppressionsscoder2007-09-151-0/+16
* [svn r2861] warning about using libxml2 2.6.27 with XPathscoder2007-09-142-1/+6
* [svn r2860] FAQ link to ML thread on mod_pythonscoder2007-09-141-0/+4
* [svn r2859] fixed copying of _ParserContext for threadsscoder2007-09-142-7/+26
* [svn r2858] FAQ: mention mod_python option that usually helps people get thin...scoder2007-09-141-0/+4
* [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-133-14/+29
* [svn r2851] cleanup in selftest.py, use 'del function' instead of commenting ...scoder2007-09-131-83/+119
* [svn r2850] ET 1.3 compatibility updates: iterfind(), new ElementPath impleme...scoder2007-09-135-361/+632
* [svn r2849] TODO cleanupscoder2007-09-131-4/+2
* [svn r2848] itertext() method on elementsscoder2007-09-134-0/+53
* [svn r2847] windows compile fixscoder2007-09-121-1/+1
* [svn r2846] some test cases for schematron supportscoder2007-09-122-1/+74
* [svn r2845] small optimisation for _Document creationscoder2007-09-121-1/+5
* [svn r2844] loads of test cases for QName resolving and serialisationscoder2007-09-123-93/+163
* [svn r2843] accept QName objects as values for attributes and element text, a...scoder2007-09-125-4/+42
* [svn r2842] parser target implementation was missingscoder2007-09-121-0/+192
* [svn r2841] removed Cython patch after release of Cython 0.9.6.6scoder2007-09-121-236/+0
* [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-123-21/+42
* [svn r2835] cleanup in parser code, ET-compatible target parser interface (SA...scoder2007-09-116-60/+487
* [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-1010-294/+491
* [svn r2832] small clarification in docsscoder2007-09-101-1/+2