summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | fix undefined names in html5parser.pyStefan Behnel2012-03-241-2/+2
| | |
* | | commentStefan Behnel2012-03-131-0/+1
| | |
* | | generate less aggressive cleanup code: lxml.etree types imported by ↵Stefan Behnel2012-03-121-1/+1
| | | | | | | | | | | | lxml.objectify may still be required after cleanup
* | | Py3.3 test fixStefan Behnel2012-03-031-9/+9
| | |
* | | set buffer.obj in _XSLTResultTree.__getbuffer__() to properly obey to buffer ↵Stefan Behnel2012-03-021-0/+2
| | | | | | | | | | | | protocol
* | | Py3 test fixesStefan Behnel2012-03-021-4/+4
| | |
* | | always include 'lxml.include' package in build, added .pxd/.h files as ↵Stefan Behnel2012-03-021-13/+6
| | | | | | | | | | | | package data
* | | fix some copy-paste left-oversStefan Behnel2012-03-021-2/+2
| | |
* | | moved public Cython/C declarations into 'lxml.include' package, which is now ↵Stefan Behnel2012-03-0219-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | returned by lxml.get_include() --HG-- rename : src/lxml/c14n.pxd => src/lxml/include/c14n.pxd rename : src/lxml/config.pxd => src/lxml/include/config.pxd rename : src/lxml/dtdvalid.pxd => src/lxml/include/dtdvalid.pxd rename : src/lxml/etree_defs.h => src/lxml/include/etree_defs.h rename : src/lxml/etreepublic.pxd => src/lxml/include/etreepublic.pxd rename : src/lxml/htmlparser.pxd => src/lxml/include/htmlparser.pxd rename : src/lxml/relaxng.pxd => src/lxml/include/relaxng.pxd rename : src/lxml/schematron.pxd => src/lxml/include/schematron.pxd rename : src/lxml/tree.pxd => src/lxml/include/tree.pxd rename : src/lxml/uri.pxd => src/lxml/include/uri.pxd rename : src/lxml/xinclude.pxd => src/lxml/include/xinclude.pxd rename : src/lxml/xmlerror.pxd => src/lxml/include/xmlerror.pxd rename : src/lxml/xmlparser.pxd => src/lxml/include/xmlparser.pxd rename : src/lxml/xmlschema.pxd => src/lxml/include/xmlschema.pxd rename : src/lxml/xpath.pxd => src/lxml/include/xpath.pxd rename : src/lxml/xslt.pxd => src/lxml/include/xslt.pxd
* | | clean up the left-overs of cstd.pxd by renaming it to cvarargs.pxdStefan Behnel2012-03-024-9/+8
| | | | | | | | | | | | | | | --HG-- rename : src/lxml/cstd.pxd => src/lxml/cvarargs.pxd
* | | minor code cleanupsStefan Behnel2012-02-271-17/+6
| | |
* | | fix compile error reporting for XSLT stylesheet compilationStefan Behnel2012-02-233-1/+6
| | |
* | | changelogStefan Behnel2012-02-221-0/+6
| | |
* | | xpathgrep.py: new -t option to surround output with root tag, fixes for ↵Stefan Behnel2012-02-221-59/+93
| | | | | | | | | | | | Python 3 and general output handling
* | | support line-by-line parsing in xpathgrep toolStefan Behnel2012-02-221-43/+77
| | |
* | | new FAQ entry on str/unicode return values for text content and tag namesStefan Behnel2012-02-201-0/+20
| | |
* | | fix DictMixin import and usage in Python 3Stefan Behnel2012-02-201-0/+9
| | |
* | | remove Py2.3 legacy codeStefan Behnel2012-02-202-107/+0
| | |
* | | simplify portability imports to make them more portable themselvesStefan Behnel2012-02-2010-46/+38
| | |
* | | changelogStefan Behnel2012-02-191-0/+3
| | |
* | | test for latest nsmap fixStefan Behnel2012-02-181-0/+5
| | | | | | | | | | | | | | | --HG-- extra : rebase_source : 9b80192c1ed232ec7f01bd4b4e4b2563e6d1e922
* | | Merge pull request #31 from jyasskin/elem_maker_base_typesscoder2012-02-192-5/+49
|\ \ \ | | | | | | | | Teach the ElementMaker to add objects of types derived from types it knows how to handle.
| * | | Avoid using xpath in the ElementMaker test.Jeffrey Yasskin2012-02-181-3/+3
| | | |
| * | | Move the mro loop into the 't is None' if, behind the iselement check,Jeffrey Yasskin2012-02-162-23/+20
| | | | | | | | | | | | | | | | and fix up some py2/3 compatibility in the test.
| * | | Teach the ElementMaker to add objects of types derived from types itJeffrey Yasskin2012-02-152-2/+49
| | | | | | | | | | | | | | | | | | | | knows how to handle. This allows it to handle the result of string xpath expressions, which inherit from bytes.
* | | | fix crash when building nsmap for empty namespace URIStefan Behnel2012-02-181-5/+2
| | | |
* | | | clarify docs on remove_blank_text parser optionStefan Behnel2012-02-181-2/+3
| | | |
* | | | merged 'css :root' branchStefan Behnel2012-02-155-7/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for the :root pseudo-class in cssselect.Simon Sapin2011-12-145-7/+14
| | | |
* | | | make sure the E-Factory feature of the ElementBase constructor can always ↵Stefan Behnel2012-02-103-10/+22
| | | | | | | | | | | | | | | | safely set .text/.tail, also when it's immutable
* | | | minor code simplificationsStefan Behnel2012-02-101-8/+2
| | | |
* | | | declare some internal methods 'final'Stefan Behnel2012-02-051-0/+3
| | | |
* | | | replace references to easy_install by pipStefan Behnel2012-02-052-35/+30
| | | |
* | | | lxml 2.4 requires Cython 0.16 to build from sourcesStefan Behnel2012-02-051-2/+2
| | | |
* | | | make unit test base class 'private'Stefan Behnel2012-01-271-3/+3
| | | |
* | | | initial fix for running the test suite with py.testStefan Behnel2012-01-272-1/+14
| | | |
* | | | minor test fixStefan Behnel2012-01-271-1/+1
| | | |
* | | | implement support for element.attrib.update(el.attrib)Stefan Behnel2012-01-273-1/+23
| | | |
* | | | make unit test base classes 'private'Stefan Behnel2012-01-272-7/+7
| | | |
* | | | remove some unnecessary CythonismsStefan Behnel2012-01-271-20/+11
| | | |
* | | | fix cimportsStefan Behnel2012-01-222-3/+6
| | | |
* | | | new FAQ paragraph on thread related crashesStefan Behnel2012-01-181-0/+7
| | | |
* | | | Merge pull request #27 from rctay/rc/cython-pxdsscoder2012-01-1118-114/+89
|\ \ \ \ | | | | | | | | | | de-duplicate libc definitions
| * | | | use 'cstring_h.*' instead of 'string' for string.h functionsTay Ray Chuan2012-01-1012-44/+44
| | | | |
| * | | | reuse cython definition for INT_MAXTay Ray Chuan2012-01-083-10/+9
| | | | |
| * | | | reuse cython definitions for stdlib.hTay Ray Chuan2012-01-086-26/+21
| | | | |
| * | | | reuse cython definitions for stdio.hTay Ray Chuan2012-01-088-26/+16
| | | | | | | | | | | | | | | | | | | | For existing cimports from libc.stdio, apply the stdio.* convention.
| * | | | reuse cython definitions for string.hTay Ray Chuan2012-01-0814-55/+46
| | | | |
* | | | | merged 2.3 maintenance branch into master branchStefan Behnel2012-01-071-5/+8
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | updated 'support the project' docs sectionStefan Behnel2012-01-071-5/+8
| | | |