Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert test_cgi to unittest. | Georg Brandl | 2006-10-29 | 1 | -42/+0 |
* | Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. | Guido van Rossum | 2006-08-10 | 1 | -0/+2 |
* | Don't return spurious empty fields if 'keep_empty_values' is True. | Neil Schemenauer | 2004-07-19 | 1 | -0/+11 |
* | fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI | Jeremy Hylton | 2000-09-15 | 1 | -0/+5 |
* | test the non-multipart sections of the cgi module | Jeremy Hylton | 2000-08-03 | 1 | -0/+24 |