summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make the "inline_style" option in Cleaner default to (but independent of) the...Stefan Behnel2016-07-241-5/+9
* Merge pull request #180 from chripede/patch-2scoder2016-07-242-3/+27
|\
| * Fix tests for inline_styleChristian Pedersen2015-11-201-2/+21
| * Add inline_style optionChristian Pedersen2015-11-191-1/+6
* | Merge pull request #199 from tdivis/exclude-file-from-form-valuesscoder2016-07-212-1/+3
|\ \
| * | Exclude `file` field `value` from `FormElement.form_values`.Tomas Divis2016-07-202-1/+3
* | | GH#198: fix file path encoding and error handling in resolver codeStefan Behnel2016-07-181-2/+11
* | | Fix setting the base url for etree.Resolver.resolve_stringMichael van Tellingen2016-07-182-0/+3
|/ /
* | Fix losing float precision for lxml.objectify FloatElement.Holger Joukl2016-04-082-6/+53
* | allow non-XSLT errors in XSLT document() error testStefan Behnel2016-03-181-1/+4
* | enable another XSLT error testStefan Behnel2016-03-181-9/+7
* | enable some old XSLT tests after increasing minimum libxslt dependency versio...Stefan Behnel2016-03-181-27/+22
* | improve XSLT error log tests and make them independent of specific libxslt er...Stefan Behnel2016-03-181-8/+17
* | repair last patch by saving and restoring the correct XSLT error function+con...Stefan Behnel2016-03-182-5/+14
* | LP#1551797: Repair XSLT error logging. Patch by Marcus Brinkmann.Stefan Behnel2016-03-182-0/+19
* | change documented signature of parsers to use "type hints" in Py3 annotation ...Stefan Behnel2016-03-171-2/+2
* | Remove outdated comment about PyPyArmin Rigo2016-03-081-7/+0
* | Removed the PyPy special cases (for PyPy 4.1)Armin Rigo2016-02-231-29/+4
* | Fix unichr bug on Python3Duncan Morris2016-02-221-0/+7
* | Fixed call to encodePetr Demin2016-01-261-13/+13
* | enable rnc2rng conversion for file-like objects with .rnc nameDirkjan Ochtman2015-12-272-0/+13
* | add RelaxNG.from_rnc_string() classmethodDirkjan Ochtman2015-12-272-0/+11
* | add basic test for rnc2rng supportDirkjan Ochtman2015-12-272-1/+28
* | clean up and simplify RelaxNG() init codeStefan Behnel2015-12-111-21/+22
* | add support for rnc schema validation if rnc2rng is installedDirkjan Ochtman2015-11-301-1/+17
|/
* add pypy bug tracker link as comment for the work-aroundStefan Behnel2015-09-301-0/+1
* use simple Python unicode subclass for smart string results in PyPy (crashes ...Stefan Behnel2015-09-301-0/+15
* update error messagesStefan Behnel2015-09-301-0/+2
* propagate SAX exceptions immediately in HTML parser (used to continue parsing)Stefan Behnel2015-09-234-9/+107
* modernise importStefan Behnel2015-09-201-2/+5
* minor safety fixStefan Behnel2015-09-181-1/+1
* disable an XSLT extension test that is difficult to debug - fixes welcomeStefan Behnel2015-09-041-1/+3
* whitespaceStefan Behnel2015-09-041-1/+0
* Add a cssselect method to all elements, not just HtmlElementSimon Sapin2012-04-202-1/+16
* Merge pull request #162 from hbrunn/master-allow-image-dataurlsscoder2015-09-041-1/+8
|\
| * [IMP] allow dataurls if they point to imagesHolger Brunn2015-03-041-1/+8
* | Merge pull request #153 from masklinn/simplify-SetMixinscoder2015-09-041-79/+16
|\ \
| * | Simplify SetMixin by rebuilding it on top of MutableSetmasklinn2014-12-171-79/+16
* | | re-implement "keep_ns_prefixes" option in cleanup_namespaces()Stefan Behnel2015-09-043-20/+50
* | | Merge pull request #167 from tomkralidis/cleanup_namespaces-keep_nsmapscoder2015-09-043-6/+32
|\ \ \
| * | | make keep_ns_prefixes immutableTom Kralidis2015-06-151-3/+7
| * | | test on listTom Kralidis2015-06-141-1/+1
| * | | pass only ns prefixesTom Kralidis2015-06-143-11/+10
| * | | Merge branch 'master' of github.com:lxml/lxml into cleanup_namespaces-keep_nsmapTom Kralidis2015-06-125-58/+203
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:lxml/lxml into cleanup_namespaces-keep_nsmapTom Kralidis2015-05-181-12/+12
| |\ \ \ \
| * | | | | update implemenation, testsTom Kralidis2015-05-182-11/+8
| * | | | | doc changeTom Kralidis2015-05-151-1/+1
| * | | | | update everything but the actual implementation change to reflect agreed upon...Tom Kralidis2015-05-152-5/+7
| * | | | | add keep_nsmap argument to cleanup_namespacesTom Kralidis2015-05-152-2/+26
* | | | | | code cleanupStefan Behnel2015-09-042-9/+28