Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | verify xmlrpc behavior | Christian Heimes | 2013-03-26 | 1 | -1/+13 |
| | |||||
* | test monkey patching a bit | Christian Heimes | 2013-02-17 | 1 | -0/+4 |
| | |||||
* | test for monkey patching | Christian Heimes | 2013-02-15 | 1 | -0/+6 |
| | |||||
* | test another special case | Christian Heimes | 2013-02-15 | 1 | -2/+6 |
| | |||||
* | Add protection against XML and gzip attacks to xmlrpclib | Christian Heimes | 2013-02-15 | 1 | -11/+64 |
| | |||||
* | tests for iterparse | Christian Heimes | 2013-02-15 | 1 | -11/+26 |
| | |||||
* | xmlrpclib's ExpatParser needs protection, too | Christian Heimes | 2013-02-15 | 1 | -9/+51 |
| | |||||
* | test for cyclic entities | Christian Heimes | 2013-02-14 | 1 | -0/+22 |
| | |||||
* | Python 3.1 compatibility | Christian Heimes | 2013-02-13 | 1 | -3/+74 |
| | | | | test xpath injection | ||||
* | fixed externel file ref test on Python 3.x | Christian Heimes | 2013-02-12 | 1 | -1/+5 |
| | |||||
* | add test for external entity with reference to a local file:// url. | Christian Heimes | 2013-02-12 | 1 | -35/+52 |
| | | | | parse and parseString methods of test classes now return something useful | ||||
* | more tests | Christian Heimes | 2013-02-09 | 1 | -3/+32 |
| | |||||
* | whitespace cleanup | Christian Heimes | 2013-02-08 | 1 | -1/+0 |
| | |||||
* | lxml needs binary content on Python 3.x | Christian Heimes | 2013-02-08 | 1 | -0/+1 |
| | |||||
* | added more test cases for lxml | Christian Heimes | 2013-02-08 | 1 | -0/+41 |
| | |||||
* | Tweak formatting | Brett Cannon | 2013-02-08 | 1 | -5/+5 |
| | |||||
* | test external entity forbidden | Christian Heimes | 2013-02-08 | 1 | -0/+15 |
| | |||||
* | prevent web access | Christian Heimes | 2013-02-08 | 1 | -1/+23 |
| | | | | test dtd with external ref | ||||
* | entity -> entities | Christian Heimes | 2013-02-08 | 1 | -7/+8 |
| | | | | special exception for external entities | ||||
* | handle binary / text mode XML docs | Christian Heimes | 2013-02-08 | 1 | -5/+11 |
| | |||||
* | adapt code to Python 2.6 and 3.x, still WIP | Christian Heimes | 2013-02-07 | 1 | -4/+18 |
| | |||||
* | added test code for error cases | Christian Heimes | 2013-02-07 | 1 | -15/+92 |
| | |||||
* | added test classes and first simple test | Christian Heimes | 2013-02-07 | 1 | -4/+75 |
| | |||||
* | rename safexml to defusedxml | Christian Heimes | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | initial import of draft | Christian Heimes | 2013-02-06 | 1 | -0/+18 |