summaryrefslogtreecommitdiff
path: root/src/lxml/sax.py
Commit message (Expand)AuthorAgeFilesLines
* Use sphinx-apidoc to create API reference (GH-309)Chris Mayo2020-08-041-1/+1
* Actually use "language_level=2" everywhere for better Py2 compatibility.Stefan Behnel2018-12-021-1/+1
* Set explicit Cython language levels for compiled modules (Cython suggests to ...Stefan Behnel2018-12-021-0/+2
* Cleanups for #267: avoid failure on min([]), tune some code constructs for fa...Stefan Behnel2018-12-021-20/+28
* Further updates to the namespace changes when saxifyingLennart Regebro2018-11-261-23/+18
* New and improved namespace handling for the saxifierLennart Regebro2018-11-231-19/+28
* Merge branch 'master' into masterLennart Regebro2018-10-171-1/+3
|\
| * Merge lxml-4.2 branch into master.Stefan Behnel2018-09-291-0/+2
| |\
| | * Fix import warnings in Py3.6+ by switching to absolute imports.Stefan Behnel2018-09-291-0/+2
| * | Remove redundant parenthesesHugo2018-08-251-1/+1
| |/
* | Let ElementTreeProducer use the available namespacesLennart Regebro2018-10-171-8/+21
|/
* minor code cleanupStefan Behnel2017-08-131-1/+2
* init superclass in ElementTreeContentHandlerStefan Behnel2014-10-091-0/+1
* - pass through non-NS aware attribute names as is; a ":" should just go toMike Bayer2013-03-301-7/+2
* - repair issue in sax.ElementTreeContentHandlerMike Bayer2013-03-291-2/+12
* sax.py: use the same tag name building mechanism for endElementNS() as for st...Stefan Behnel2011-07-011-7/+11
* [svn r3706] r4264@delle: sbehnel | 2008-05-21 00:12:13 +0200scoder2008-05-211-6/+6
* [svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100scoder2008-02-131-0/+15
* [svn r2827] docstring cleanupscoder2007-09-041-4/+5
* [svn r2290] docstrings on exceptionsscoder2007-05-131-0/+2
* [svn r2248] comment/PI fixes for lxml.sax, support for serialising top-level ...scoder2007-05-051-8/+50
* [svn r2222] support for custom Element class instantiation in lxml.saxscoder2007-04-071-2/+6
* [svn r2158] use relative imports for (lxml.)etreescoder2007-02-251-1/+1
* [svn r1394] fixed ElementTreeProducer to call startDocument() and endDocument()scoder2006-06-041-0/+2
* [svn r831] lxml.sax updates:scoder2006-03-241-34/+51
* [svn r812] bugfix to bugfix: return tuple also in the default casescoder2006-03-231-1/+1
* [svn r811] fixed bug: sax.py used internal function _getNsTag without caring ...scoder2006-03-231-1/+7
* [svn r466] base namespace handling on a stack per prefix to fix bug on prefix...scoder2005-11-181-12/+18
* [svn r463] Add SAX support (as written by Stefan, edited by Martijn). Thisfaassen2005-11-181-0/+143