summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* [svn r283] - Ignore .svn when copying buildingdreamcatcher2005-04-151-1/+5
| | | | | --HG-- branch : trunk
* [svn r282] my first contribution to lxml... yeah!philikon2005-04-151-1/+1
| | | | | --HG-- branch : trunk
* [svn r281] Another setup.py tweak.faassen2005-04-141-1/+3
| | | | | --HG-- branch : trunk
* [svn r279] Also guess library dir using xml2-config.faassen2005-04-131-11/+11
| | | | | --HG-- branch : trunk
* [svn r249] Fiddle about with setup.py to try to make it somewhat more robustfaassen2005-03-311-14/+49
| | | | | | | across platforms. Whether I succeeded I don't know. --HG-- branch : trunk
* [svn r224] Merge c14n support into lxml.etree as well. Add a new write_c14n ↵faassen2005-01-201-8/+0
| | | | | | | method. --HG-- branch : trunk
* [svn r209] Remove nodereg entirely; this could be done as we use the backpointerfaassen2005-01-181-16/+0
| | | | | | | | approach now, which takes over the responsibility (and much of the code) of nodereg. --HG-- branch : trunk
* [svn r207] Remove dom, and tests for it. Also remove nodereg tests, as we're ↵faassen2005-01-181-8/+0
| | | | | | | | | preparing for nodereg to be removed as well. --HG-- branch : trunk
* [svn r200] A bug in the way libxslt was included caused it not to be found. ↵faassen2005-01-151-1/+1
| | | | | | | Fixed. --HG-- branch : trunk
* [svn r193] Add preliminary XSLT support.faassen2005-01-141-10/+13
| | | | | --HG-- branch : trunk
* [svn r191] Make it a bit easier to vary options.faassen2005-01-131-5/+6
| | | | | --HG-- branch : trunk
* [svn r176] Make it a bit more obvious what to edit.faassen2005-01-071-4/+5
| | | | | --HG-- branch : trunk
* [svn r126] Refactor etree tests so that original ElementTree is also tested, ↵faassen2005-01-051-0/+8
| | | | | | | | | | | | | to ensure compatibility. To do this properly, needed c14n as ElementTree outputs slightly different XML than libxml2 dump routines do and tests can test XML output. Exposed simple c14n (XML canonicalize) functionality so it can be used in test case. Added a few tests for c14n itself. --HG-- branch : trunk
* [svn r117] Made setup more flexible so I can point to hand-compiled libxml2. ↵faassen2005-01-041-4/+16
| | | | | | | | | This makes certain segfaults go away! (?) --HG-- branch : trunk
* [svn r90] Add a framework for registering nodes with a registry, for managementfaassen2004-12-101-1/+18
| | | | | | | of deallocation. No real tests yet, but at least it all compiles. --HG-- branch : trunk
* [svn r25] Add preliminary read-only DOM code.faassen2004-07-281-0/+6
| | | | | --HG-- branch : trunk
* [svn r23] Remove old elementtree module and remove old demo cruft.faassen2004-07-281-13/+0
| | | | | --HG-- branch : trunk
* [svn r5] Started 'etree.pyx'. This is intended to get the functionality offaassen2004-07-271-1/+7
| | | | | | | | elementtree.pyx without the segfaults. :) So far, etree.pyx appears segfault-clean and valgrind-clean, at least in limited testing. --HG-- branch : trunk
* [svn r1] Initial import of lxml into subversion.faassen2004-07-091-0/+133
--HG-- branch : trunk