summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update source code in validation.txt so that doctests work.walterWalter Doerwald2012-02-161-5/+5
* Rename various DTD attributes for PEP 8 compatibility and consistency.Walter Doerwald2012-02-162-8/+8
* Remove bogus statement from source in documentation.Walter Doerwald2012-02-161-1/+0
* Document new attributes of DTD objects.Walter Doerwald2012-02-161-0/+89
* Update comments.Walter Doerwald2012-01-291-2/+3
* Add tests for the DTD attributes name, systemID and externalID.Walter Doerwald2012-01-291-0/+24
* Add tests for DTD attributes.Walter Doerwald2012-01-282-0/+28
* Expose entities to Python. Rename iterdeclarations() to iterelements().Walter Doerwald2011-12-122-3/+71
* Cahnge _DTDAttributeDecl.tree into a method and rename it to itervalues().Walter Doerwald2011-12-081-7/+9
* Add additional properties:Walter Doerwald2011-12-081-2/+17
* Fix node iteration in _DTDElementDecl.iterattributes().Walter Doerwald2011-12-081-1/+1
* Add __repr__ methods to _DTDElementContentDecl, _DTDAttributeDecl and _DTDEl...Walter Doerwald2011-12-081-3/+12
* Change DTD.declarations and _DTDElementDecl.attributes into methods.Walter Doerwald2011-12-081-20/+24
* Add a C type to the iteration variable in _DTDAttributeDecl.tree.Walter Doerwald2011-12-041-1/+1
* Expose list of allowed attribute values to Python.Walter Doerwald2011-12-041-0/+8
* Rename _gc_dtd to _dtd and change the type to DTD (instead of object).Walter Doerwald2011-12-041-11/+8
* Check that _c_node is not NULL in each access method. Fix indentation.Walter Doerwald2011-12-031-80/+96
* Make the DTD classes private.Walter Doerwald2011-12-031-8/+11
* Make attributes of libxml2's DTD object visible to lxml.Walter Doerwald2011-12-032-0/+274
* fix bug #889200: no longer raise an exception in lxml.html.diff on img tags w...Stefan Behnel2011-11-113-3/+12
* Added tag lxml-2.3.2 for changeset 65ce4c8efb51Stefan Behnel2011-11-111-0/+1
* merged lxml-2.3 branch into mainlineStefan Behnel2011-11-112-24/+40
|\
| * changelogStefan Behnel2011-11-111-1/+1
| * prepare release of lxml 2.3.2lxml-2.3.2lxml-2.3.2Stefan Behnel2011-11-112-5/+9
| * ReST fixStefan Behnel2011-11-111-1/+1
| * Py2.4 test fixStefan Behnel2011-11-111-1/+1
| * be a bit less boring about example text in doctestsStefan Behnel2011-11-111-2/+2
| * Cython code simplificationsStefan Behnel2011-11-091-9/+5
| * minor cleanupStefan Behnel2011-11-091-2/+2
* | mark next version as 2.4 in changelogStefan Behnel2011-11-111-2/+2
* | ReST fixStefan Behnel2011-11-111-1/+1
* | Py2.4 test fixStefan Behnel2011-11-111-1/+1
* | be a bit less boring about example text in doctestsStefan Behnel2011-11-111-2/+2
* | changelogStefan Behnel2011-11-091-0/+28
* | Cython code simplificationsStefan Behnel2011-11-091-9/+5
* | minor cleanupStefan Behnel2011-11-091-2/+2
* | remove @cython.final decorator from potentially public classStefan Behnel2011-11-091-1/+0
* | use @cython.final and/or @cython.internal decorators for internal classesStefan Behnel2011-11-0913-0/+65
|/
* formatting fix in CHANGES.txtStefan Behnel2011-11-091-0/+1
* Merge pull request #19 from SimonSapin/masterscoder2011-11-094-0/+19
|\
| * More tests and change log for the parsing bug in cssselect.Simon Sapin2011-11-052-3/+13
| * Ignore optional whitespace after combinators when parsing CSS selectors.Simon Sapin2011-11-043-0/+9
|/
* another fix for the 'descendant' problem in cssselect to undo a serious perfo...Stefan Behnel2011-11-033-8/+16
* fix Py3 compatibility glitch in setup.pyStefan Behnel2011-11-031-1/+1
* extended docstringStefan Behnel2011-10-271-1/+2
* extended doctestsStefan Behnel2011-10-271-5/+22
* doc fixesStefan Behnel2011-10-271-5/+1
* new option 'cleanup_namespaces' in objectify.deannotate()Stefan Behnel2011-10-233-5/+23
* Merge pull request #17 from sralmai/patch-1scoder2011-10-251-2/+2
|\
| * Update INSTALL.txtsralmai2011-10-251-2/+2
|/