index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
lib
/
profiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-27
1
-1
/
+5
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-17
/
+17
*
Fix E402 in lib/profiler
Sviatoslav Sydorenko
2016-09-08
1
-14
/
+13
*
Remove StringIO and BytesIO from compatibility module and use io module direc...
Jason R. Coombs
2016-06-05
1
-3
/
+2
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-4
/
+7
*
Fix typo in profiler docs
Davide Ceretti
2015-09-01
1
-1
/
+1
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-7
/
+13
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-2
/
+4
*
StringIO is enough without the if sys.version...
Eneldo Serrata
2013-06-14
1
-5
/
+2
*
fix profiler.py bug when runing in python 3.x
Eneldo Serrata
2013-06-12
1
-2
/
+5
*
Pass keyword args through ProfileAggregator's run method
Manuel Giffels
2013-04-18
1
-2
/
+2
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-20
/
+20
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+208
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-208
/
+0
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-5
/
+2
*
Sphinx docs (rsts) for rest of cherrypy.lib.*
chbrown
2010-02-24
1
-12
/
+18
*
A couple syncs with python3.
Robert Brewer
2009-10-17
1
-0
/
+1
*
Removed py3print.
Robert Brewer
2009-06-14
1
-1
/
+4
*
trunk - more changes to bring the two branches into a more similar state - th...
Lakin Wecker
2009-06-01
1
-5
/
+1
*
trunk - bringing the lib/profiler into line with python3 branch - delaying th...
Lakin Wecker
2009-05-31
1
-8
/
+15
*
Fixed outdated warning for profiler on Debian.
Robert Brewer
2009-02-11
1
-3
/
+2
*
Doc tweaks.
Robert Brewer
2008-07-03
1
-1
/
+9
*
Fix for #827 (Profile viewer doesn't work with Python2.5).
Robert Brewer
2008-06-23
1
-8
/
+17
*
Docstring.
Robert Brewer
2007-11-08
1
-1
/
+1
*
Added support for passing **params in the profiler (trunk).
Christian Wyglendowski
2007-05-04
1
-3
/
+3
*
API and docstring cleanups:
Robert Brewer
2006-08-26
1
-1
/
+1
*
Made all imports absolute "just in case" for Python 2.5.
Robert Brewer
2006-08-24
1
-1
/
+1
*
Changed server.start to server.quickstart, and server.start_all to server.start.
Robert Brewer
2006-08-05
1
-3
/
+1
*
New ProfileAggregator class.
Robert Brewer
2006-07-10
1
-8
/
+33
*
Moved profiling into WSGI middleware.
Robert Brewer
2006-07-10
1
-1
/
+17
*
Moved covercp, profiler to tree.mount syntax.
Robert Brewer
2006-05-07
1
-3
/
+2
*
Moved the following config keys out of the "server." namespace (so that "serv...
Robert Brewer
2006-05-07
1
-1
/
+1
*
Separated cherrypy.server (HTTP) from cherrypy.engine (app):
Robert Brewer
2006-05-04
1
-0
/
+1
*
Oops. Debian is missing the pstats module too.
Robert Brewer
2005-12-23
1
-2
/
+3
*
Fix for #419 (no profile.py on Debian).
Robert Brewer
2005-12-23
1
-1
/
+11
*
Big change: camelCase to lower_with_underscore names (still need to update th...
Remi Delon
2005-12-03
1
-3
/
+3
*
Changed profiler from hotshot to profile module. This allows Py2.4 users to p...
Robert Brewer
2005-11-29
1
-5
/
+4
*
Fix for http://groups.google.com/group/cherrypy-users/msg/3ced4cf8cbbbcf97
Robert Brewer
2005-11-21
1
-1
/
+1
*
Made profiler output more readable by prepending __init__.py modules' parent ...
Robert Brewer
2005-11-21
1
-0
/
+9
*
Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).
Robert Brewer
2005-10-31
1
-28
/
+0
*
1. Config section [global] (pathless) is now distinct from [/] (root path); t...
Robert Brewer
2005-08-09
1
-5
/
+4
*
Added a cherrypy._appserver_state flag. Helps report errors when server.start...
Robert Brewer
2005-07-04
1
-1
/
+1
*
Implements ticket #195.
Robert Brewer
2005-06-25
1
-12
/
+12
*
Now using 'global' for the main config key. ('/' still works but 'global' is ...
Remi Delon
2005-06-14
1
-1
/
+1
*
Merged new test suite from branches/ticket-177 into trunk.
Robert Brewer
2005-06-10
1
-0
/
+153