summaryrefslogtreecommitdiff
path: root/paste/flup_session.py
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing spacesVictor Stinner2015-04-211-2/+2
|
* Python 3: fix more submodulesVictor Stinner2014-03-191-1/+1
| | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:"
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-2/+2
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Moved flup_session entry point to separate functionianb2006-10-201-1/+14
|
* Typo fixed in flup sessionsianb2006-03-241-1/+1
|
* Fix docstrings for pudgeianb2005-11-111-1/+3
|
* Fixes suggested by pyflakesianb2005-09-211-3/+3
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* paste-deployified flup session middlewareianb2005-08-221-23/+24
|
* Removed thirdparty stuffianb2005-08-221-2/+0
|
* Added (still experimental) flup session supportianb2005-05-141-0/+91