| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove all CRLF -> LF translation for file uploads, since we cannot | Guido van Rossum | 1996-07-23 | 1 | -9/+14 |
| | | | | | | | reliably distinguish binary files from text files (and Mac Netscape sends all files in "binary" form, i.e. it sends text files with only CR delimiters...). | ||||
| * | Changes by Jim Fulton: pass environ around as arg; | Guido van Rossum | 1996-07-23 | 1 | -19/+52 |
| | | | | | keep_blank_values option to parse(). | ||||
| * | bump version (sorry) | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | | |||||
| * | capitalize H3 headers; add 'cgi.' prefix to example code | Guido van Rossum | 1996-05-28 | 1 | -4/+4 |
| | | |||||
| * | Added print_arguments() function. | Guido van Rossum | 1996-03-14 | 1 | -0/+8 |
| | | |||||
| * | Change to use real temporary files instead of StringIO. Correct and | Guido van Rossum | 1996-03-09 | 1 | -25/+40 |
| | | | | | add to documentation. This will be released as cgi.py 2.0a1. | ||||
| * | Considerable documentation changes and a few import rearrangements. | Guido van Rossum | 1996-03-09 | 1 | -61/+122 |
| | | |||||
| * | Reformatted with 4-space indentation. Added some quick docs to the | Guido van Rossum | 1996-03-07 | 1 | -551/+630 |
| | | | | | FieldStorage class. | ||||
| * | Added FieldStorage class, which stores parts in files. | Guido van Rossum | 1996-03-07 | 1 | -5/+272 |
| | | | | | (Not documented yet, and the files are currently StringIO instances.) | ||||
| * | Reformatting only. | Guido van Rossum | 1996-03-06 | 1 | -166/+177 |
| | | |||||
| * | File upload and revamped documentation. | Guido van Rossum | 1996-03-06 | 1 | -157/+572 |
| | | |||||
| * | handle missing QUERY_STRING | Guido van Rossum | 1995-09-18 | 1 | -1/+12 |
| | | |||||
| * | added parse_qs(query_string) | Guido van Rossum | 1995-08-07 | 1 | -0/+7 |
| | | |||||
| * | fix typos in escape() and print_form() | Guido van Rossum | 1995-03-14 | 1 | -4/+4 |
| | | |||||
| * | layout changes; quote & as well | Guido van Rossum | 1995-02-27 | 1 | -6/+13 |
| | | |||||
| * | new files | Guido van Rossum | 1995-01-12 | 1 | -0/+278 |
