summaryrefslogtreecommitdiff
path: root/paste/cgiapp.py
Commit message (Expand)AuthorAgeFilesLines
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...Ian Bicking2006-10-201-2/+1
* Paste should not depend upon other paste modules, suchcce2006-09-211-1/+2
* Changed the CGIApplication signature back to what it was.Ian Bicking2006-08-191-10/+5
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-191-6/+31
* Hopefully maybe make this Windows compatibleIan Bicking2005-11-221-6/+15
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
* Converted cgiapp to paste.deployIan Bicking2005-08-221-5/+9
* Fixed problem with scripts that don't output any headers, and chop query stri...Ian Bicking2005-08-181-6/+10
* Removed debugging cruftIan Bicking2005-08-151-5/+0
* Added (non-Windows-compatible!) function to communicate with subprocesses, an...Ian Bicking2005-08-151-23/+165
* Added CGI proxy applicationIan Bicking2005-08-151-0/+88