summaryrefslogtreecommitdiff
path: root/src/lxml/builder.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile problem due to language_level=3: "basestring" must still refer ↵Stefan Behnel2018-12-021-1/+1
| | | | to "str/unicode" in Py2.
* Set explicit Cython language levels for compiled modules (Cython suggests to ↵Stefan Behnel2018-12-021-0/+2
| | | | make them explicit).
* Fix import warnings in Py3.6+ by switching to absolute imports.Stefan Behnel2018-09-291-0/+2
|
* Compile ElementMaker into an extension type to speed it up.Stefan Behnel2017-08-191-6/+7
|
* fix spelling mistakes originally found by scop in GH#230Stefan Behnel2017-03-181-2/+2
|
* remove compat definition of callable()Jakub Wilk2017-03-171-7/+0
| | | | This was needed for Python 3.1, which is no longer supported.
* remove compat definition of partial()Jakub Wilk2017-03-171-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-161-1/+9
|
* fix text formatting in some docstringsStefan Behnel2013-07-281-6/+6
|
* fix slowness when building elementsAnders Hammarquist2012-11-061-2/+2
|
* simplify portability imports to make them more portable themselvesStefan Behnel2012-02-201-4/+4
|
* Move the mro loop into the 't is None' if, behind the iselement check,Jeffrey Yasskin2012-02-161-14/+12
| | | | and fix up some py2/3 compatibility in the test.
* Teach the ElementMaker to add objects of types derived from types itJeffrey Yasskin2012-02-151-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 +0200scoder2008-06-191-0/+11
| | | | | | | docs --HG-- branch : trunk
* [svn r3750] r4366@delle: sbehnel | 2008-05-26 08:41:25 +0200scoder2008-05-261-1/+18
| | | | | | | Py3 fixes --HG-- branch : trunk
* [svn r3696] r4254@delle: sbehnel | 2008-05-20 23:57:10 +0200scoder2008-05-211-33/+33
| | | | | | | whitespace fixes --HG-- branch : trunk
* [svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100scoder2008-02-131-0/+4
| | | | | | | loads of docstrings --HG-- branch : trunk
* [svn r2776] let ElementMaker accept 'namespace' and 'nsmap' keywords as in ↵scoder2007-08-291-2/+15
| | | | | | | objectify --HG-- branch : trunk
* [svn r2536] support E-factory in objectifyscoder2007-06-251-2/+6
| | | | | --HG-- branch : trunk
* [svn r2514] pass a makeelement() function instead of a parserscoder2007-06-231-3/+4
| | | | | --HG-- branch : trunk
* [svn r2504] builder licensescoder2007-06-221-7/+34
| | | | | --HG-- branch : trunk
* [svn r2396] E factory cleanup for lxml.etree, 'parser' keyword argumentscoder2007-06-071-13/+7
| | | | | --HG-- branch : trunk
* [svn r2160] integrated element generator factory by Fredrik Lundhscoder2007-02-251-0/+161
--HG-- branch : trunk