summaryrefslogtreecommitdiff
path: root/defusedxml/cElementTree.py
Commit message (Expand)AuthorAgeFilesLines
* prefix all callback methods with 'defused_' so it is actually possible to cal...Christian Heimes2013-02-121-0/+1
* absolute imports and print functions for everybodyChristian Heimes2013-02-091-1/+3
* 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
* use python.org email addressChristian Heimes2013-02-071-1/+1
* rename safexml to defusedxmlChristian Heimes2013-02-071-0/+38