summaryrefslogtreecommitdiff
path: root/doc/element_classes.txt
Commit message (Collapse)AuthorAgeFilesLines
* extended doctestsStefan Behnel2011-10-271-5/+22
| | | | | --HG-- extra : rebase_source : 766165283e9ec038d42834d407d84c5066c3b716
* doc fixesStefan Behnel2011-10-271-5/+1
| | | | | --HG-- extra : rebase_source : 9bbb1e648f16cbc65788f50f42784ad955b7fe77
* [svn r4393] r5552@lenny: sbehnel | 2010-04-01 23:34:05 +0200scoder2010-04-011-10/+36
| | | | | | | doc update: proxy guaranteed to stay alive as long as referenced --HG-- branch : trunk
* [svn r4113] r5052@delle: sbehnel | 2009-02-22 00:23:54 +0100scoder2009-02-271-1/+1
| | | | | | | test fix --HG-- branch : trunk
* [svn r4110] r5046@delle: sbehnel | 2009-02-20 21:24:44 +0100scoder2009-02-201-19/+3
| | | | | | | Py3 fixes --HG-- branch : trunk
* [svn r4106] r5037@delle: sbehnel | 2009-02-20 19:27:56 +0100scoder2009-02-201-0/+32
| | | | | | | extended ElementBase constructor: support text content, Element classes and instances --HG-- branch : trunk
* [svn r3897] r4631@delle: sbehnel | 2008-07-13 12:21:39 +0200scoder2008-07-131-82/+126
| | | | | | | cleanup of Element class documentation for new API --HG-- branch : trunk
* [svn r3895] r4627@delle: sbehnel | 2008-07-12 15:59:10 +0200scoder2008-07-121-2/+1
| | | | | | | docs --HG-- branch : trunk
* [svn r3894] r4622@delle: sbehnel | 2008-07-12 15:57:24 +0200scoder2008-07-121-0/+9
| | | | | | | | show proxy figure in Element class docs --HG-- branch : trunk rename : doc/s5/ep2008/proxies.png => doc/html/proxies.png
* [svn r3766] r4382@delle: sbehnel | 2008-05-26 19:44:47 +0200scoder2008-05-261-2/+2
| | | | | | | enable more explicit Python3-like syntax in doctests --HG-- branch : trunk
* [svn r3723] r4281@delle: sbehnel | 2008-05-21 20:38:15 +0200scoder2008-05-211-2/+4
| | | | | | | more test fixes --HG-- branch : trunk
* [svn r3720] r4278@delle: sbehnel | 2008-05-21 20:22:29 +0200scoder2008-05-211-18/+18
| | | | | | | Py3 test fixes --HG-- branch : trunk
* [svn r3567] r4018@delle: sbehnel | 2008-04-19 17:23:00 +0200scoder2008-04-191-2/+5
| | | | | | | doc fix --HG-- branch : trunk
* [svn r3394] r3706@delle: sbehnel | 2008-03-03 15:53:29 +0100scoder2008-03-031-22/+66
| | | | | | | use Pygments to enable syntax highlighting in docs --HG-- branch : trunk
* [svn r3390] r3702@delle: sbehnel | 2008-03-03 13:32:50 +0100scoder2008-03-031-10/+10
| | | | | | | tons of API usage fixes in the docs --HG-- branch : trunk
* [svn r3363] r3641@delle: sbehnel | 2008-02-27 10:52:36 +0100scoder2008-02-281-5/+6
| | | | | | | | moved read-only tree implementation from lxml.pyclasslookup into lxml.etree --HG-- branch : trunk rename : src/lxml/lxml.pyclasslookup.pyx => src/lxml/readonlytree.pxi
* [svn r2719] fix module package name (requires Cython 0.9.6.4+)scoder2007-07-311-1/+1
| | | | | --HG-- branch : trunk
* [svn r2686] namespace class registry is now local to the ↵scoder2007-07-211-4/+4
| | | | | | | ElementNamespaceClassLookup instance --HG-- branch : trunk
* [svn r2254] cleanupscoder2007-05-061-6/+8
| | | | | --HG-- branch : trunk
* [svn r2253] cleanupscoder2007-05-061-9/+11
| | | | | --HG-- branch : trunk
* [svn r2211] lxml.pyclasslookup - element class lookup mechanism with tree ↵scoder2007-03-221-3/+43
| | | | | | | access in Python space, collectAttributes() C-function, general cleanup --HG-- branch : trunk
* [svn r1866] made parser lookup the default element class lookup scheme, ↵scoder2006-08-111-98/+91
| | | | | | | added support in XML()/HTML(), rewrite of related doc sections --HG-- branch : trunk
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-0/+356
--HG-- branch : trunk