summaryrefslogtreecommitdiff
path: root/paste/profilemiddleware.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove long-deprecated modules (most moved elsewhere -- actually removing ↵ianb2007-02-011-16/+0
| | | | now); move mimeparse to paste.util.mimeparse
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Added a bunch of module docstrings so the module index looks nicer; also ↵ianb2005-12-301-0/+5
| | | | marked deprecated modules so they don't show up in the module index that Pudge creates
* Added deprecated modules back inianb2005-12-181-0/+9
|
* Moved wdg_validate and profile to debug packageianb2005-12-181-201/+0
|
* Moved all the internal uses of wsgilib to their correct forms nowianb2005-12-181-4/+5
|
* Fix docstrings for pudgeianb2005-11-111-0/+4
|
* Fixes suggested by pyflakesianb2005-09-211-1/+0
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* paste.deployified profilemiddlewareianb2005-08-221-20/+14
|
* Added a decorator function for profiling any function and logging to a fileianb2005-07-071-1/+110
|
* Added docstringsianb2005-06-011-3/+29
|
* Added profiling middlewareianb2005-05-311-0/+65