summaryrefslogtreecommitdiff
path: root/defusedxml/cElementTree.py
Commit message (Collapse)AuthorAgeFilesLines
* prefix all callback methods with 'defused_' so it is actually possible to ↵Christian Heimes2013-02-121-0/+1
| | | | | | call the original methods import tostring from all etree modules
* absolute imports and print functions for everybodyChristian Heimes2013-02-091-1/+3
| | | | more module doc strings
* removed unsed imports of PY3 constantChristian Heimes2013-02-081-1/+1
|
* Factor out common function code to a generating functionBrett Cannon2013-02-081-34/+3
|
* Python 3.3 hides the pure Python implementations very wellChristian Heimes2013-02-081-6/+18
|
* add forbid_dtd and forbid_entities args to functions and callsChristian Heimes2013-02-071-1/+2
|
* hide private attributesChristian Heimes2013-02-071-17/+19
|
* Moved compat and exceptions to a single moduleChristian Heimes2013-02-071-3/+3
| | | | improved wiring
* use python.org email addressChristian Heimes2013-02-071-1/+1
|
* rename safexml to defusedxmlChristian Heimes2013-02-071-0/+38