summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | prevent race conditions with error logging during DTD validationStefan Behnel2012-04-051-6/+3
* | instead of a global setup, use execution local error callbacks for XMLSchema ...Stefan Behnel2012-04-056-29/+69
* | safety fixesStefan Behnel2012-04-051-5/+5
* | changelogStefan Behnel2012-04-051-0/+3
* | merged DTD attributes branchStefan Behnel2012-04-055-0/+537
|\ \
| * | 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
* | | cssselect: sequences of whitespace are handled by the tokeniser, not the parserStefan Behnel2012-04-051-2/+2
* | | Merge pull request #44 from lrowe/fix-whitespace-commascoder2012-04-052-3/+6
|\ \ \
| * | | Ignore whitespace after a CSS group separator.Laurence Rowe2012-04-052-3/+6
|/ / /
* | | Fix failing test.Jeff Dairiki2012-03-311-1/+6
* | | Merge pull request #42 from lrowe/minor_fix_for_test_cssscoder2012-03-311-1/+1
|\ \ \
| * | | e.args is intended to be a tuple with a single item.Laurence Rowe2012-03-311-1/+1
|/ / /
* | | Merge pull request #39 from lrowe/css-optimizationsscoder2012-03-312-19/+20
|\ \ \
| * | | Optimize css attribute selectors to test for existence of attribute before st...Laurence Rowe2012-03-312-14/+15
| * | | Optimize css class selector to test for existence of class attribute before s...Laurence Rowe2012-03-312-5/+5
|/ / /
* | | sort attributes at Element creation time to make their creation order predict...Stefan Behnel2012-03-313-2/+9
* | | minor code cleanupStefan Behnel2012-03-311-4/+5
* | | minor code cleanupStefan Behnel2012-03-311-1/+1
* | | test fixesStefan Behnel2012-03-311-3/+2
* | | disable cElementTree tests in Py3.3 where cET==ETStefan Behnel2012-03-311-1/+1
* | | Py3.3 fix for cElementTree compatibility testStefan Behnel2012-03-311-1/+1
* | | merged 2.3 branch into mainlineStefan Behnel2012-03-262-0/+4
|\ \ \ | | |/ | |/|
| * | Added tag lxml-2.3.4 for changeset cf0980063266Stefan Behnel2012-03-261-0/+1
| * | changelogStefan Behnel2012-03-261-0/+3
* | | merged 2.3 branch into mainlineStefan Behnel2012-03-263-9/+26
|\ \ \ | |/ /
| * | prepare release of 2.3.4lxml-2.3.4Stefan Behnel2012-03-263-5/+9
| * | changelogStefan Behnel2012-03-261-0/+3
| * | fix race condition in threaded XSLT processingStefan Behnel2012-03-261-4/+1
| * | fix compile error reporting for XSLT stylesheet compilationStefan Behnel2012-02-233-1/+19
| * | test for latest nsmap fixStefan Behnel2012-02-181-0/+5
| * | fix crash when building nsmap for empty namespace URIStefan Behnel2012-02-181-5/+2
* | | changelogStefan Behnel2012-03-241-0/+2