| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add more optional deps | Stefan Behnel | 2014-02-16 | 1 | -0/+2 |
| | | |||||
| * | fix typo in setup.py | Stefan Behnel | 2014-02-16 | 1 | -1/+1 |
| | | |||||
| * | clean up "extra_require" option setup and add "cssselect" as an optional ↵ | Stefan Behnel | 2014-01-31 | 1 | -3/+13 |
| | | | | | dependency | ||||
| * | Add 'fast' extra_require | Sascha Peilicke | 2014-01-31 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Allows other projects to demand a Cython-compiled lxml without having to add Cython to their own list of dependencies. By specifying extra_require, other projects just have to add this to their setup.py: install_requires = ["lxml[fast]"], They don't need to track the correct version anymore. And they don't need to fix should lxml move to Shed_Skin or another Py-to-C compiler. See http://pythonhosted.org/setuptools/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies | ||||
| * | make Py3.4 as supported for now | Stefan Behnel | 2014-01-12 | 1 | -0/+1 |
| | | |||||
| * | remove 'fake pyrex' files that were needed by setuptools before switching to ↵ | Stefan Behnel | 2013-09-27 | 1 | -7/+0 |
| | | | | | cythonize() | ||||
| * | re-enable manual egg building by importing setuptools/distribute if available | Stefan Behnel | 2013-03-29 | 1 | -2/+4 |
| | | |||||
| * | set bugtrack URL in setup.py metadata | Stefan Behnel | 2013-03-24 | 1 | -0/+1 |
| | | |||||
| * | avoid warning about unknown setup() option during build | Stefan Behnel | 2012-11-23 | 1 | -1/+4 |
| | | | | | | --HG-- extra : rebase_source : e4ddf6649d0d8cd722f9dc0f20ae4d5a9564b501 | ||||
| * | drop useless setuptools import in setup.py script | Stefan Behnel | 2012-11-23 | 1 | -16/+2 |
| | | | | | | --HG-- extra : rebase_source : ed9d71fa6765ffcb944fb9e81521daa0c8bad0f4 | ||||
| * | mark Py3.3 as being supported | Stefan Behnel | 2012-09-26 | 1 | -0/+1 |
| | | |||||
| * | we don't really support Py3.0 anymore | Stefan Behnel | 2012-07-31 | 1 | -1/+0 |
| | | |||||
| * | renamed 'include' package to 'includes' because 'include' is a keyword in Cython | Stefan Behnel | 2012-07-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : src/lxml/include/__init__.py => src/lxml/includes/__init__.py rename : src/lxml/include/c14n.pxd => src/lxml/includes/c14n.pxd rename : src/lxml/include/config.pxd => src/lxml/includes/config.pxd rename : src/lxml/include/dtdvalid.pxd => src/lxml/includes/dtdvalid.pxd rename : src/lxml/include/etree_defs.h => src/lxml/includes/etree_defs.h rename : src/lxml/include/etreepublic.pxd => src/lxml/includes/etreepublic.pxd rename : src/lxml/include/htmlparser.pxd => src/lxml/includes/htmlparser.pxd rename : src/lxml/include/relaxng.pxd => src/lxml/includes/relaxng.pxd rename : src/lxml/include/schematron.pxd => src/lxml/includes/schematron.pxd rename : src/lxml/include/tree.pxd => src/lxml/includes/tree.pxd rename : src/lxml/include/uri.pxd => src/lxml/includes/uri.pxd rename : src/lxml/include/xinclude.pxd => src/lxml/includes/xinclude.pxd rename : src/lxml/include/xmlerror.pxd => src/lxml/includes/xmlerror.pxd rename : src/lxml/include/xmlparser.pxd => src/lxml/includes/xmlparser.pxd rename : src/lxml/include/xmlschema.pxd => src/lxml/includes/xmlschema.pxd rename : src/lxml/include/xpath.pxd => src/lxml/includes/xpath.pxd rename : src/lxml/include/xslt.pxd => src/lxml/includes/xslt.pxd | ||||
| * | always include 'lxml.include' package in build, added .pxd/.h files as ↵ | Stefan Behnel | 2012-03-02 | 1 | -13/+6 |
| | | | | | package data | ||||
| * | fix Py3 compatibility glitch in setup.py | Stefan Behnel | 2011-11-03 | 1 | -1/+1 |
| | | | | | | --HG-- extra : rebase_source : 9c0fd06afb18937cc1f2646daa803fec552e761b | ||||
| * | rst fix | Stefan Behnel | 2011-09-25 | 1 | -0/+1 |
| | | |||||
| * | a (mostly) rewrite of the library header file inclusion, also dropping Py2.3 ↵ | Stefan Behnel | 2011-08-25 | 1 | -87/+51 |
| | | | | | support | ||||
| * | patch that copies headers only if --static is | Matteo Bertozzi | 2011-08-24 | 1 | -15/+132 |
| | | | | | | | | | specified, also works with python 2.3. Tested with: LINUX: python setup.py build --static --static-deps install WINDOWS: python setup.py bdist_wininst --static | ||||
| * | doc fix | Stefan Behnel | 2011-07-23 | 1 | -4/+4 |
| | | |||||
| * | include public API .pxd/.h files in binary distribution | Stefan Behnel | 2011-03-08 | 1 | -5/+23 |
| | | | | | | --HG-- branch : trunk | ||||
| * | fix addresses for mailing list, web site, etc | Stefan Behnel | 2011-02-15 | 1 | -11/+12 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r4525] doc fix | scoder | 2011-02-07 | 1 | -1/+2 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r4476] doc update | scoder | 2010-10-08 | 1 | -3/+6 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r4469] Py2.7 is officially supported | scoder | 2010-09-06 | 1 | -0/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r4360] r5491@lenny: sbehnel | 2010-03-02 10:30:15 +0100 | scoder | 2010-03-02 | 1 | -0/+2 |
| | | | | | | | | lxml 2.3 will have official support for Py3.1.2 and later --HG-- branch : trunk | ||||
| * | [svn r4355] r5481@lenny: sbehnel | 2010-02-28 12:15:02 +0100 | scoder | 2010-02-28 | 1 | -1/+1 |
| | | | | | | | | link fix --HG-- branch : trunk | ||||
| * | [svn r4305] merge iso-schematron branch | scoder | 2009-12-30 | 1 | -1/+6 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r4193] r5209@delle: sbehnel | 2009-08-17 08:12:14 +0200 | scoder | 2009-08-17 | 1 | -0/+3 |
| | | | | | | | | comments --HG-- branch : trunk | ||||
| * | [svn r4178] r5178@delle: sbehnel | 2009-07-04 10:08:11 +0200 | scoder | 2009-07-11 | 1 | -5/+6 |
| | | | | | | | | clarification about non-release installations through easy_install --HG-- branch : trunk | ||||
| * | [svn r4140] r5104@delle: sbehnel | 2009-03-27 16:02:40 +0100 | scoder | 2009-03-27 | 1 | -1/+1 |
| | | | | | | | | URL fix --HG-- branch : trunk | ||||
| * | [svn r4137] r5099@delle: sbehnel | 2009-03-21 21:16:22 +0100 | scoder | 2009-03-21 | 1 | -0/+1 |
| | | | | | | | | trove identifier: written in Cython --HG-- branch : trunk | ||||
| * | [svn r4115] r5054@delle: sbehnel | 2009-02-22 15:44:15 +0100 | scoder | 2009-02-27 | 1 | -2/+2 |
| | | | | | | | | mark Py3 exception crash bug fixed in Cython, official support for Python 3.0.1 --HG-- branch : trunk | ||||
| * | [svn r4065] r4950@delle: sbehnel | 2009-01-18 22:07:36 +0100 | scoder | 2009-01-18 | 1 | -0/+1 |
| | | | | | | | | add trove identifier for HTML --HG-- branch : trunk | ||||
| * | [svn r4047] r4922@delle: sbehnel | 2008-12-12 23:13:57 +0100 | scoder | 2008-12-12 | 1 | -1/+7 |
| | | | | | | | | prepare release of 2.2beta1 --HG-- branch : trunk | ||||
| * | [svn r3994] r4835@delle: sbehnel | 2008-11-06 22:16:35 +0100 | scoder | 2008-11-06 | 1 | -2/+3 |
| | | | | | | | | new setup.py option '--static-deps' to trigger a complete download+build of libxml2/xslt as part the static build --HG-- branch : trunk | ||||
| * | [svn r3569] r4024@delle: sbehnel | 2008-04-20 18:31:07 +0200 | scoder | 2008-04-20 | 1 | -0/+6 |
| | | | | | | | | support running tests from setup.py after build (option --run-tests) --HG-- branch : trunk | ||||
| * | [svn r3498] r3898@delle: sbehnel | 2008-03-28 16:57:37 +0100 | scoder | 2008-03-28 | 1 | -1/+1 |
| | | | | | | | | cleanup --HG-- branch : trunk | ||||
| * | [svn r3253] r3417@delle: sbehnel | 2008-02-06 10:41:34 +0100 | scoder | 2008-02-07 | 1 | -1/+2 |
| | | | | | | | | link to project homepage from PyPI --HG-- branch : trunk | ||||
| * | [svn r3116] r3145@delle: sbehnel | 2007-12-19 12:31:40 +0100 | scoder | 2007-12-19 | 1 | -1/+1 |
| | | | | | | | | require Cython 0.9.6.10 --HG-- branch : trunk | ||||
| * | [svn r2959] Py3 syntax fixes in build scripts | scoder | 2007-10-10 | 1 | -1/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2903] require Cython 0.9.6.6 | scoder | 2007-09-21 | 1 | -1/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2831] drop branch link in pre-releases | scoder | 2007-09-10 | 1 | -8/+15 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2811] doc clarification | scoder | 2007-09-02 | 1 | -4/+4 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2800] switch to Cython completely, currently requires fake Pyrex to ↵ | scoder | 2007-08-31 | 1 | -10/+16 |
| | | | | | | | | satisfy setuptools --HG-- branch : trunk | ||||
| * | [svn r2797] make clear we depend on Cython 0.9.6.5 (no hard build dependency) | scoder | 2007-08-31 | 1 | -1/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2750] integrated lxml.html | scoder | 2007-08-18 | 1 | -1/+1 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2718] require Cython 0.9.6.4+ from setuptools (not released yet, so ↵ | scoder | 2007-07-31 | 1 | -1/+1 |
| | | | | | | | | not activated) --HG-- branch : trunk | ||||
| * | [svn r2716] require Cython 0.9.6.2+ | scoder | 2007-07-30 | 1 | -1/+2 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2714] prefer Cython over patched Pyrex in imports | scoder | 2007-07-29 | 1 | -4/+7 |
| | | | | | | --HG-- branch : trunk | ||||
| * | [svn r2707] link to bug tracker from cheeseshop | scoder | 2007-07-27 | 1 | -0/+3 |
| | | | | | | --HG-- branch : trunk | ||||
