summaryrefslogtreecommitdiff
path: root/paste/progress.py
Commit message (Collapse)AuthorAgeFilesLines
* convert old-style classes to new-style classespjenvey2007-01-051-2/+2
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-10/+9
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* (no commit message)cce2006-01-111-0/+1
|
* - added paste.progress : a request upload progress monitor, partially ↵cce2006-01-111-0/+220
complete (needs more testing, and a way to expire old uploaded requests) - added paste.debug.debugapp which bootstraps with a simple HTML applicatoin, and a slow consumer (paste.wsgilib.dumpenviron needs to move there)