Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compile problem due to language_level=3: "basestring" must still refer ↵ | Stefan Behnel | 2018-12-02 | 1 | -1/+1 |
| | | | | to "str/unicode" in Py2. | ||||
* | Set explicit Cython language levels for compiled modules (Cython suggests to ↵ | Stefan Behnel | 2018-12-02 | 1 | -0/+2 |
| | | | | make them explicit). | ||||
* | Fix import warnings in Py3.6+ by switching to absolute imports. | Stefan Behnel | 2018-09-29 | 1 | -0/+2 |
| | |||||
* | Compile ElementMaker into an extension type to speed it up. | Stefan Behnel | 2017-08-19 | 1 | -6/+7 |
| | |||||
* | fix spelling mistakes originally found by scop in GH#230 | Stefan Behnel | 2017-03-18 | 1 | -2/+2 |
| | |||||
* | remove compat definition of callable() | Jakub Wilk | 2017-03-17 | 1 | -7/+0 |
| | | | | This was needed for Python 3.1, which is no longer supported. | ||||
* | remove compat definition of partial() | Jakub Wilk | 2017-03-17 | 1 | -6/+1 |
| | | | | This was needed for Python 2.4, which is no longer supported. | ||||
* | Add CDATA support in ElementBuilder. | Ionel Cristian Mărieș | 2014-06-16 | 1 | -1/+9 |
| | |||||
* | fix text formatting in some docstrings | Stefan Behnel | 2013-07-28 | 1 | -6/+6 |
| | |||||
* | fix slowness when building elements | Anders Hammarquist | 2012-11-06 | 1 | -2/+2 |
| | |||||
* | simplify portability imports to make them more portable themselves | Stefan Behnel | 2012-02-20 | 1 | -4/+4 |
| | |||||
* | Move the mro loop into the 't is None' if, behind the iselement check, | Jeffrey Yasskin | 2012-02-16 | 1 | -14/+12 |
| | | | | and fix up some py2/3 compatibility in the test. | ||||
* | Teach the ElementMaker to add objects of types derived from types it | Jeffrey Yasskin | 2012-02-15 | 1 | -2/+10 |
| | | | | | knows how to handle. This allows it to handle the result of string xpath expressions, which inherit from bytes. | ||||
* | [svn r3830] r4510@delle: sbehnel | 2008-06-16 14:34:42 +0200 | scoder | 2008-06-19 | 1 | -0/+11 |
| | | | | | | | docs --HG-- branch : trunk | ||||
* | [svn r3750] r4366@delle: sbehnel | 2008-05-26 08:41:25 +0200 | scoder | 2008-05-26 | 1 | -1/+18 |
| | | | | | | | Py3 fixes --HG-- branch : trunk | ||||
* | [svn r3696] r4254@delle: sbehnel | 2008-05-20 23:57:10 +0200 | scoder | 2008-05-21 | 1 | -33/+33 |
| | | | | | | | whitespace fixes --HG-- branch : trunk | ||||
* | [svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100 | scoder | 2008-02-13 | 1 | -0/+4 |
| | | | | | | | loads of docstrings --HG-- branch : trunk | ||||
* | [svn r2776] let ElementMaker accept 'namespace' and 'nsmap' keywords as in ↵ | scoder | 2007-08-29 | 1 | -2/+15 |
| | | | | | | | objectify --HG-- branch : trunk | ||||
* | [svn r2536] support E-factory in objectify | scoder | 2007-06-25 | 1 | -2/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2514] pass a makeelement() function instead of a parser | scoder | 2007-06-23 | 1 | -3/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2504] builder license | scoder | 2007-06-22 | 1 | -7/+34 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2396] E factory cleanup for lxml.etree, 'parser' keyword argument | scoder | 2007-06-07 | 1 | -13/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2160] integrated element generator factory by Fredrik Lundh | scoder | 2007-02-25 | 1 | -0/+161 |
--HG-- branch : trunk |