Guido van Rossum
|
9568b738ec
|
Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.
SF bug #1112549.
|
2006-08-10 17:41:07 +00:00 |
Neil Schemenauer
|
66edb6295f
|
Don't return spurious empty fields if 'keep_empty_values' is True.
Fixes SF bug #990307.
|
2004-07-19 15:38:11 +00:00 |
Jeremy Hylton
|
afde7e24b6
|
fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI
query string
also some doc string reformatting and use of string methods instead of
older string.splitfields
|
2000-09-15 20:06:57 +00:00 |
Jeremy Hylton
|
d9827c476c
|
test the non-multipart sections of the cgi module
|
2000-08-03 22:11:43 +00:00 |