summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable PyPy special casing in proxy.pxi for PyPy 4.0pypy4Stefan Behnel2015-11-083-6/+24
* remove legacy codeStefan Behnel2015-10-091-49/+2
* Merge pull request #175 from jwilk/spellingscoder2015-10-026-18/+18
|\
| * fix typosJakub Wilk2015-10-026-18/+18
|/
* 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-302-0/+17
* update error messagesStefan Behnel2015-09-301-0/+2
* propagate SAX exceptions immediately in HTML parser (used to continue parsing)Stefan Behnel2015-09-235-9/+119
* modernise importStefan Behnel2015-09-201-2/+5
* enable travis testing with Py3.5Stefan Behnel2015-09-181-0/+1
* also works with Py3.5Stefan Behnel2015-09-181-1/+1
* also works with Py3.5Stefan Behnel2015-09-181-0/+1
* Added tag lxml-3.5.0b1 for changeset 5d2123497105Stefan Behnel2015-09-181-0/+1
* prepare release of 3.5.0b1lxml-3.5.0b1Stefan Behnel2015-09-185-17/+13
* 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
* changelogStefan Behnel2015-09-041-0/+6
* 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-044-6/+36
|\ \ \
| * | | make keep_ns_prefixes immutableTom Kralidis2015-06-151-3/+7
| * | | Merge branch 'cleanup_namespaces-keep_nsmap' of github.com:tomkralidis/lxml i...Tom Kralidis2015-06-1511-117/+286
| |\ \ \
| | * | | test on listTom Kralidis2015-06-141-1/+1
| | * | | pass only ns prefixesTom Kralidis2015-06-144-14/+13
| | * | | Merge branch 'master' of github.com:lxml/lxml into cleanup_namespaces-keep_nsmapTom Kralidis2015-06-128-103/+273
| | |\ \ \
| | * \ \ \ Merge branch 'master' of github.com:lxml/lxml into cleanup_namespaces-keep_nsmapTom Kralidis2015-05-187-58/+40
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'cleanup_namespaces-keep_nsmap' of github.com:tomkralidis/lxml i...Tom Kralidis2015-05-212-11/+8
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | update implemenation, testsTom Kralidis2015-05-182-11/+8
| * | | | | | Merge branch 'master' of github.com:lxml/lxml into cleanup_namespaces-keep_nsmapTom Kralidis2015-05-157-58/+40
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| * | | | | doc changeTom Kralidis2015-05-151-1/+1
| * | | | | update everything but the actual implementation change to reflect agreed upon...Tom Kralidis2015-05-153-6/+8
| * | | | | Merge branch 'master' of github.com:lxml/lxml into cleanup_namespaces-keep_nsmapTom Kralidis2015-05-151-0/+2
| |\ \ \ \ \
| * | | | | | add keep_nsmap argument to cleanup_namespacesTom Kralidis2015-05-153-2/+30
* | | | | | | changelogStefan Behnel2015-09-041-0/+5
* | | | | | | try to make it clearer that XPath prefixes are independent of document prefixesStefan Behnel2015-09-041-2/+2
* | | | | | | code cleanupStefan Behnel2015-09-042-9/+28
* | | | | | | clean up imports in lxml.cssselectStefan Behnel2015-09-041-8/+7
* | | | | | | improve error messageStefan Behnel2015-08-211-1/+1
* | | | | | | Merge pull request #166 from commiebits/masterscoder2015-09-041-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix undefined symbol: libiconv when using --static-depsSteve2015-04-291-4/+5
| |/ / / / / /
* | | | | | | Merge pull request #172 from opottone/miscscoder2015-09-042-26/+25
|\ \ \ \ \ \ \
| * | | | | | | Simplify encoding detection.Olli Pottonen2015-06-211-25/+13
| * | | | | | | Add validation for PI, Comment and CDATA content.Olli Pottonen2015-06-211-1/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #173 from udos/masterscoder2015-09-041-2/+2
|\ \ \ \ \ \ \
| * | | | | | | fixed namespace typoUdo Schochtert2015-08-201-2/+2
|/ / / / / / /