summaryrefslogtreecommitdiff
path: root/paste/profilemiddleware.py
Commit message (Expand)AuthorAgeFilesLines
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-0/+5
* Added deprecated modules back inIan Bicking2005-12-181-0/+9
* Moved wdg_validate and profile to debug packageIan Bicking2005-12-181-201/+0
* Moved all the internal uses of wsgilib to their correct forms nowIan Bicking2005-12-181-4/+5
* Fix docstrings for pudgeIan Bicking2005-11-111-0/+4
* Fixes suggested by pyflakesIan Bicking2005-09-211-1/+0
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
* paste.deployified profilemiddlewareIan Bicking2005-08-221-20/+14
* Added a decorator function for profiling any function and logging to a fileIan Bicking2005-07-071-1/+110
* Added docstringsIan Bicking2005-06-011-3/+29
* Added profiling middlewareIan Bicking2005-05-311-0/+65