|
|
06/24/09 00:16:43 |
@2462
|
[2462]
|
fumanchu |
Some cross ports from the python3 branch, including two test fixes. |
|
|
06/14/09 17:57:43 |
@2437
|
[2437]
|
fumanchu |
Removed py3print. |
|
|
06/01/09 11:43:59 |
@2389
|
[2389]
|
lakin |
trunk - adding a py3util module that will normalize as many differences … |
|
|
05/31/09 17:49:16 |
@2342
|
[2342]
|
lakin |
trunk - cosmetic change bringing this file more inline with the python3 … |
|
|
05/30/09 19:27:42 |
@2314
|
[2314]
|
lakin |
trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to … |
|
|
03/07/08 13:06:52 |
@1908
|
[1908]
|
fumanchu |
Print PID in test suite. |
|
|
02/29/08 11:29:56 |
@1903
|
[1903]
|
fumanchu |
Repaired benchmark.py from some bus changes. |
|
|
01/12/08 17:35:17 |
@1837
|
[1837]
|
fumanchu |
Fix for #756 (Deprecate server.quickstart):
… |
|
|
11/13/07 20:08:22 |
@1830
|
[1830]
|
fumanchu |
Fix for #751 (logging: Python file objects are not thread-safe). Whew. … |
|
|
10/28/07 00:24:20 |
@1793
|
[1793]
|
fumanchu |
Marking 3.1beta. |
|
|
09/27/07 16:37:05 |
@1731
|
[1731]
|
fumanchu |
Finished porting [1711] to trunk. |
|
|
09/27/07 14:14:12 |
@1726
|
[1726]
|
fumanchu |
Use explicit IPv4 127.0.0.1 instead of localhost in benchmark. |
|
|
03/05/07 15:22:13 |
@1627
|
[1627]
|
fumanchu |
New pywebd module. Trunk is now "3.1alpha". |
|
|
01/07/07 16:00:56 |
@1589
|
[1589]
|
fumanchu |
Fix for #636 (Move wsgiserver.py into a subdirectory for cleaner … |
|
|
12/28/06 17:50:55 |
@1581
|
[1581]
|
fumanchu |
Benchmark now prints traceback on error in read_process. |
|
|
12/23/06 16:09:29 |
@1564
|
[1564]
|
fumanchu |
A couple more speed tweaks. |
|
|
12/23/06 15:06:17 |
@1563
|
[1563]
|
fumanchu |
wsgiserver: replaced rfc822.Message + parse_headers method with a single … |
|
|
12/23/06 13:37:35 |
@1562
|
[1562]
|
fumanchu |
wsgiserver: Moved 'bind' inner func out to method so subclasses can … |
|
|
12/22/06 23:03:36 |
@1561
|
[1561]
|
fumanchu |
Benchmark:
1. Turned off default tools. … |
|
|
09/04/06 15:21:51 |
@1332
|
[1332]
|
fumanchu |
Changing version to 3.0.0beta. |
|
|
08/26/06 03:26:19 |
@1281
|
[1281]
|
fumanchu |
API and docstring cleanups:
… |
|
|
08/25/06 16:25:56 |
@1278
|
[1278]
|
fumanchu |
More (final?) config overhaul work:
… |
|
|
08/24/06 02:02:42 |
@1275
|
[1275]
|
fumanchu |
Overhaul of config system:
1. New docstring for config module! … |
|
|
08/20/06 15:51:30 |
@1255
|
[1255]
|
fumanchu |
More tests for persistent connections, including pipelining. |
|
|
08/18/06 17:23:09 |
@1251
|
[1251]
|
fumanchu |
Moved some Apache control code from benchmark to _cpmodpy, where it can be … |
|
|
08/17/06 18:29:23 |
@1249
|
[1249]
|
fumanchu |
WSGI improvements from Christian's cp3-wsgi-remix branch:
… |
|
|
08/06/06 21:48:57 |
@1225
|
[1225]
|
fumanchu |
Replaced request.remote_addr, remote_port, and remote_host with a single … |
|
|
08/06/06 20:09:48 |
@1224
|
[1224]
|
fumanchu |
WSGI-related changes:
… |
|
|
08/05/06 18:05:52 |
@1219
|
[1219]
|
fumanchu |
Changed server.start to server.quickstart, and server.start_all to … |
|
|
07/09/06 20:54:01 |
@1191
|
[1191]
|
fumanchu |
benchmark still needed socket-error suppression. |
|
|
06/20/06 18:28:59 |
@1152
|
[1152]
|
fumanchu |
Updated benchmark to work with new _cpmodpy module. |
|
|
06/12/06 01:46:25 |
@1141
|
[1141]
|
fumanchu |
Renamed httptools to "http" to reduce confusion with new cherrypy.tools. … |
|
|
05/10/06 01:11:38 |
@1102
|
[1102]
|
fumanchu |
Dispatch and config lookup now happens as early as possible, once per … |
|
|
05/09/06 23:54:35 |
@1101
|
[1101]
|
fumanchu |
Fix to benchmark.py for globalconf. |
|
|
05/07/06 01:35:03 |
@1096
|
[1096]
|
fumanchu |
Root and config are now isolated per app:
… |
|
|
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):
… |
|
|
05/01/06 01:40:59 |
@1082
|
[1082]
|
fumanchu |
Lots of changes to error and log handling:
… |
|
|
04/25/06 02:18:05 |
@1070
|
[1070]
|
fumanchu |
Removed a bunch of instances of the word "filter". |
|
|
04/21/06 15:44:17 |
@1047
|
[1047]
|
fumanchu |
CP 3 initial checkin. Global filters have been replaced by request.hooks. … |
|
|
03/03/06 16:15:02 |
@997
|
[997]
|
fumanchu |
Even more improvements to benchmark.py. New getopt options --ab=path and … |
|
|
03/03/06 12:48:28 |
@996
|
[996]
|
fumanchu |
server.thread_pool now defaults to 10. |
|
|
03/02/06 14:02:39 |
@994
|
[994]
|
fumanchu |
Benchmark: changed 'chart' to 'report' throughout. |
|
|
03/02/06 12:57:25 |
@993
|
[993]
|
fumanchu |
Benchmark: simpler, more inclusive detection of ab/apache not on system … |
|
|
03/02/06 12:11:52 |
@992
|
[992]
|
fumanchu |
Benchmark: fix for no ab in bash. |
|
|
03/02/06 03:07:36 |
@990
|
[990]
|
fumanchu |
Speed tweak: you can now set max_header_size and max_request_size to 0 to … |
|
|
03/02/06 02:05:04 |
@989
|
[989]
|
fumanchu |
New Engine.response_class attribute (which allows a new -null switch for … |
|
|
03/02/06 00:49:55 |
@988
|
[988]
|
fumanchu |
Improvements to benchmark.py. New "-modpython" switch which popens apache, … |
|
|
03/01/06 20:36:59 |
@987
|
[987]
|
fumanchu |
Set cherrypy.lowercase_api = True for benchmarks. |
|
|
03/01/06 20:19:45 |
@986
|
[986]
|
fumanchu |
New test/benchmark module. Ugly, but gets the job done. Requires ab on … |