summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn r1963] easy_install links to developer and bugfix versionsscoder2006-10-191-1/+13
| | | | | --HG-- branch : trunk
* [svn r1865] fix for changelog parser in setup.pyscoder2006-08-101-1/+1
| | | | | --HG-- branch : trunk
* [svn r1856] support '-dev' version scheme prior to alpha versionsscoder2006-08-101-1/+4
| | | | | --HG-- branch : trunk
* [svn r1847] small fix in setup.pyscoder2006-08-081-1/+1
| | | | | --HG-- branch : trunk
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-10/+20
| | | | | --HG-- branch : trunk
* [svn r1573] support for --rpath option in setup.pyscoder2006-06-231-12/+41
| | | | | --HG-- branch : trunk
* [svn r1514] setup.py: allow alpha/beta versions without separating dot ↵scoder2006-06-111-7/+13
| | | | | | | (1.1alpha instead of 1.1.alpha) --HG-- branch : trunk
* [svn r1425] allow passing --without-assert to setup.py to compile without ↵scoder2006-06-061-1/+9
| | | | | | | assertions (requires patched Pyrex) --HG-- branch : trunk
* [svn r1216] automise setting trove devel status (alpha/beta/stable) from ↵scoder2006-05-181-1/+8
| | | | | | | version string --HG-- branch : trunk
* [svn r1204] simplify static compilation by providing a place to fill in the ↵scoder2006-05-181-25/+54
| | | | | | | library names --HG-- branch : trunk
* [svn r1203] fix commit 26466: clean up appending '-lexslt' to xslt_libsscoder2006-05-181-2/+1
| | | | | --HG-- branch : trunk
* [svn r1177] cleanup in setup.pyscoder2006-05-171-7/+4
| | | | | --HG-- branch : trunk
* [svn r1050] check for SVN revision and store lxml version in lxml-version.hscoder2006-05-031-2/+23
| | | | | --HG-- branch : trunk
* [svn r1012] merge of resolver-new branch: support for custom URI resolvers ↵scoder2006-04-271-1/+12
| | | | | | | in parsers and XSLT --HG-- branch : trunk
* [svn r890] merged in zip_safe doc update from 0.9.x branchscoder2006-03-301-1/+1
| | | | | --HG-- branch : trunk
* [svn r888] set zip_safe flag to False to prevent library duplicationscoder2006-03-301-0/+1
| | | | | --HG-- branch : trunk
* [svn r887] removed zip_safe flag - doesn't really work for C extensionsscoder2006-03-301-1/+0
| | | | | --HG-- branch : trunk
* [svn r829] read latest version notes from CHANGES.txt into package datascoder2006-03-231-2/+28
| | | | | --HG-- branch : trunk
* [svn r828] merged in zip_safe flag from 0.9 branchscoder2006-03-231-1/+3
| | | | | --HG-- branch : trunk
* [svn r803] actually it's better to simply remove lxml.tests out of ↵ogrisel2006-03-221-2/+1
| | | | | | | site-packages + package_data is new in 2.4 and would have broken 2.3 compat --HG-- branch : trunk
* [svn r802] adding .xml .rng .xslt file for the lxml.tests packageogrisel2006-03-221-0/+1
| | | | | --HG-- branch : trunk
* [svn r796] added Trove classifiers for cheeseshopscoder2006-03-221-0/+12
| | | | | --HG-- branch : trunk
* [svn r785] clean up of setup.pyscoder2006-03-201-23/+19
| | | | | --HG-- branch : trunk
* [svn r783] make it compile without Pyrex and generate the source with Pyrexlxml-0.9scoder2006-03-201-12/+26
| | | | | --HG-- branch : trunk
* [svn r766] A bit more metadata for setup.faassen2006-03-201-2/+13
| | | | | --HG-- branch : trunk
* [svn r499] new, shorter setup.py by Andrey Tatarinovscoder2006-01-041-184/+28
| | | | | --HG-- branch : trunk
* [svn r377] Use xslt-config instead of libxml2-config.faassen2005-11-031-2/+2
| | | | | --HG-- branch : trunk
* [svn r333] A few small tweaks.faassen2005-07-011-4/+7
| | | | | --HG-- branch : trunk
* [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