Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | handle lxml's getiterator and itersiblings | Christian Heimes | 2013-02-08 | 1 | -1/+10 | |
| | | ||||||
| * | toc, inline xml docs | Christian Heimes | 2013-02-08 | 1 | -16/+38 | |
| | | ||||||
| * | corrected indention | Christian Heimes | 2013-02-08 | 1 | -13/+14 | |
| | | ||||||
| * | removed unsed imports of PY3 constant | Christian Heimes | 2013-02-08 | 3 | -3/+3 | |
| | | ||||||
| * | document license and contributors | Christian Heimes | 2013-02-08 | 1 | -3/+12 | |
| | | ||||||
| * | merge | Christian Heimes | 2013-02-08 | 9 | -108/+64 | |
| |\ | ||||||
| | * | No need to clutter the code with super() calls for Python 3; it's just a ↵ | Brett Cannon | 2013-02-08 | 2 | -29/+9 | |
| | | | | | | | | | | | | nicety and not required | |||||
| | * | format tweak | Brett Cannon | 2013-02-08 | 1 | -2/+4 | |
| | | | ||||||
| | * | add docstring | Brett Cannon | 2013-02-08 | 1 | -0/+3 | |
| | | | ||||||
| | * | Factor out common function code to a generating function | Brett Cannon | 2013-02-08 | 3 | -70/+41 | |
| | | | ||||||
| | * | Tweak formatting | Brett Cannon | 2013-02-08 | 1 | -5/+5 | |
| | | | ||||||
| | * | Remove unnecessary imports | Brett Cannon | 2013-02-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | Ignore __pycache__ directories | Brett Cannon | 2013-02-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | start to document defusedxml | Christian Heimes | 2013-02-08 | 2 | -15/+88 | |
| | | | ||||||
| | * | doc updates | Christian Heimes | 2013-02-08 | 1 | -0/+57 | |
| | | | ||||||
| | * | test external entity forbidden | Christian Heimes | 2013-02-08 | 1 | -0/+15 | |
| | | | ||||||
| | * | grab ParseError from pure Python module / pyexpat | Christian Heimes | 2013-02-08 | 1 | -4/+12 | |
| | | | ||||||
| | * | prevent web access | Christian Heimes | 2013-02-08 | 1 | -1/+23 | |
| | | | | | | | | | | | | test dtd with external ref | |||||
| | * | Only overwrite ExternalEntityRefHandler when a handler is installed | Christian Heimes | 2013-02-08 | 2 | -4/+8 | |
| | | | ||||||
| | * | entity -> entities | Christian Heimes | 2013-02-08 | 8 | -25/+39 | |
| | | | | | | | | | | | | special exception for external entities | |||||
| | * | PSF is now hosting the project | Christian Heimes | 2013-02-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | fixed DefusedExpatBuilderNS for Python 3.x | Christian Heimes | 2013-02-08 | 1 | -8/+5 | |
| | | | | | | | | | | | | The classes aren't using super() | |||||
| | * | handle binary / text mode XML docs | Christian Heimes | 2013-02-08 | 1 | -5/+11 | |
| | | | ||||||
| | * | Python 3.3 hides the pure Python implementations very well | Christian Heimes | 2013-02-08 | 2 | -19/+76 | |
| | | | ||||||
| | * | adapt code to Python 2.6 and 3.x, still WIP | Christian Heimes | 2013-02-07 | 6 | -15/+40 | |
| | | | ||||||
| | * | added test code for error cases | Christian Heimes | 2013-02-07 | 1 | -15/+92 | |
| | | | ||||||
| | * | add forbid_dtd and forbid_entities args to functions and calls | Christian Heimes | 2013-02-07 | 9 | -25/+71 | |
| | | | ||||||
| | * | added test classes and first simple test | Christian Heimes | 2013-02-07 | 1 | -4/+75 | |
| | | | ||||||
| | * | lxml's fromstring returns the root element | Christian Heimes | 2013-02-07 | 1 | -3/+4 | |
| | | | ||||||
| | * | fixed __init__ | Christian Heimes | 2013-02-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | hide private attributes | Christian Heimes | 2013-02-07 | 9 | -68/+114 | |
| | | | ||||||
| | * | add some xml test files | Christian Heimes | 2013-02-07 | 7 | -0/+38 | |
| | | | ||||||
| | * | update changelog | Christian Heimes | 2013-02-07 | 1 | -2/+2 | |
| | | | ||||||
| | * | Moved compat and exceptions to a single module | Christian Heimes | 2013-02-07 | 11 | -54/+62 | |
| | | | | | | | | | | | | improved wiring | |||||
| | * | use python.org email address | Christian Heimes | 2013-02-07 | 11 | -11/+11 | |
| | | | ||||||
| | * | fixed markup | Christian Heimes | 2013-02-07 | 1 | -2/+3 | |
| | | | ||||||
| | * | add defused lxml | Christian Heimes | 2013-02-07 | 2 | -0/+124 | |
| | | | ||||||
| | * | rename safexml to defusedxml | Christian Heimes | 2013-02-07 | 14 | -51/+59 | |
| | | | ||||||
| | * | initial import of draft | Christian Heimes | 2013-02-06 | 18 | -0/+536 | |
| | | ||||||
| * | add possible PI, DTD and XPath issues | Christian Heimes | 2013-02-08 | 24 | -0/+1264 | |
| | ||||||
* | Add missing parser_list argument to sax.make_parser() | Christian Heimes | 2013-02-20 | 36 | -0/+3037 | |
The argument is ignored, though. (thanks to Florian Apolloner) |