|
|
07/03/08 00:51:43 |
@2012
|
[2012]
|
fumanchu |
Doc tweaks. |
|
|
06/22/08 19:32:32 |
@1985
|
[1985]
|
fumanchu |
Fix for #827 (Profile viewer doesn't work with Python2.5). |
|
|
11/07/07 18:13:15 |
@1819
|
[1819]
|
fumanchu |
Docstring. |
|
|
05/03/07 23:13:17 |
@1654
|
[1654]
|
dowski |
Added support for passing **params in the profiler (trunk). |
|
|
08/26/06 03:26:19 |
@1281
|
[1281]
|
fumanchu |
API and docstring cleanups:
… |
|
|
08/24/06 01:35:47 |
@1274
|
[1274]
|
fumanchu |
Made all imports absolute "just in case" for Python 2.5. |
|
|
08/05/06 18:05:52 |
@1219
|
[1219]
|
fumanchu |
Changed server.start to server.quickstart, and server.start_all to … |
|
|
07/10/06 13:24:52 |
@1194
|
[1194]
|
fumanchu |
New ProfileAggregator? class. |
|
|
07/10/06 01:25:49 |
@1193
|
[1193]
|
fumanchu |
Moved profiling into WSGI middleware. |
|
|
05/07/06 01:17:20 |
@1095
|
[1095]
|
fumanchu |
Moved covercp, profiler to tree.mount syntax. |
|
|
05/07/06 01:08:24 |
@1094
|
[1094]
|
fumanchu |
Moved the following config keys out of the "server." namespace (so that … |
|
|
05/04/06 02:44:59 |
@1092
|
[1092]
|
fumanchu |
Separated cherrypy.server (HTTP) from cherrypy.engine (app):
… |
|
|
12/23/05 16:24:28 |
@882
|
[882]
|
fumanchu |
Oops. Debian is missing the pstats module too. |
|
|
12/23/05 16:09:04 |
@881
|
[881]
|
fumanchu |
Fix for #419 (no profile.py on Debian). |
|
|
12/03/05 12:44:11 |
@856
|
[856]
|
rdelon |
Big change: camelCase to lower_with_underscore names (still need to update … |
|
|
11/29/05 12:34:56 |
@852
|
[852]
|
fumanchu |
Changed profiler from hotshot to profile module. This allows Py2.4 users … |
|
|
11/21/05 01:48:42 |
@829
|
[829]
|
fumanchu |
Fix for http://groups.google.com/group/cherrypy-users/msg/3ced4cf8cbbbcf97 |
|
|
11/20/05 20:41:03 |
@828
|
[828]
|
fumanchu |
Made profiler output more readable by prepending init.py modules' … |
|
|
10/31/05 12:46:05 |
@768
|
[768]
|
fumanchu |
Fix for #374 (reduce license boilerplate to a single LICENSE.txt file). |
|
|
10/30/05 19:07:05 |
@762
|
[762]
|
fumanchu |
Set svn:eol-style to "native" for all .py files. This should fix any … |
|
|
08/09/05 16:00:58 |
@522
|
[522]
|
fumanchu |
1. Config section [global] (pathless) is now distinct from / (root … |
|
|
07/04/05 13:29:09 |
@405
|
[405]
|
fumanchu |
Added a cherrypy._appserver_state flag. Helps report errors when … |
|
|
06/25/05 15:37:39 |
@382
|
[382]
|
fumanchu |
Implements ticket #195. … |
|
|
06/14/05 10:34:18 |
@308
|
[308]
|
rdelon |
Now using 'global' for the main config key. ('/' still works but 'global' … |
|
|
06/10/05 14:54:04 |
@267
|
[267]
|
fumanchu |
Merged new test suite from branches/ticket-177 into trunk. |
|
copied from branches/ticket-177/cherrypy/lib/profiler.py:
|
|
|
06/09/05 19:00:23 |
@261
|
[261]
|
fumanchu |
New lib/profiler module + catching up to trunk. |