|
|
11/08/08 16:36:53 |
@2080
|
[2080]
|
fumanchu |
Fix for #846 (Bug in safemime). |
|
|
11/08/08 16:29:35 |
@2079
|
[2079]
|
fumanchu |
Fix for #877 (Bug in recv wsgiserver). |
|
|
11/08/08 16:25:12 |
@2078
|
[2078]
|
fumanchu |
Fix for #865 (_ThreadLocalProxy's child may not have a size). |
|
|
11/08/08 16:18:11 |
@2077
|
[2077]
|
fumanchu |
Test and fix for #864 (response.stream and HEAD method). |
|
|
11/08/08 15:51:34 |
@2076
|
[2076]
|
fumanchu |
Whew. Fixed the whole test suite to properly handle the --host arg. |
|
|
11/08/08 14:32:38 |
@2073
|
[2073]
|
fumanchu |
Silenced some cpmodpy errors due to not using WSGI. |
|
|
11/08/08 14:22:49 |
@2072
|
[2072]
|
fumanchu |
Silenced some long-known test disparities when using Apache as the server … |
|
|
11/08/08 13:14:23 |
@2070
|
[2070]
|
fumanchu |
Fixed test suites to match [2069]. |
|
|
11/08/08 13:04:36 |
@2069
|
[2069]
|
fumanchu |
Changed #837 / [2063] to switch on behavior, not version_info. |
|
|
11/03/08 11:56:14 |
@2063
|
[2063]
|
dowski |
Committed Python 2.6/2.5.2 WSGI server compatibility patch from Lawouach … |
|
|
11/01/08 14:49:57 |
@2062
|
[2062]
|
fumanchu |
Fix for #870 (Support "session cookies" which flush on browser close). |
|
|
10/31/08 09:25:37 |
@2061
|
[2061]
|
lakin |
#869 - Don't call exposed dispatch objects for the dispatch step |
|
|
10/31/08 09:19:03 |
@2060
|
[2060]
|
lakin |
#869 - Test proving that this won't break current web applications that … |
|
|
10/30/08 18:35:26 |
@2059
|
[2059]
|
lakin |
#869 - added the ability for dynamic dispatching by the controller to … |
|
|
10/30/08 10:05:37 |
@2051
|
[2051]
|
lakin |
Allow apps to be mounted with the same script_name passed in as they are … |
|
|
10/27/08 14:52:46 |
@2050
|
[2050]
|
fumanchu |
Added a couple new url() combinations. |
|
|
10/15/08 12:15:15 |
@2049
|
[2049]
|
lakin |
Dissallow script_name in cherrypy.tree.mount when an instance of … |
|
|
10/01/08 20:45:49 |
@2048
|
[2048]
|
fumanchu |
Easier config access to engine and plugins. |
|
|
09/28/08 02:21:29 |
@2047
|
[2047]
|
visteya |
Change lib.static.serve_file() to use a file generator for requests with … |
|
|
09/27/08 20:43:26 |
@2046
|
[2046]
|
fumanchu |
Fix (partial?) for #852 (CherryPy always overrides user specified log … |
|
|
09/27/08 19:29:56 |
@2045
|
[2045]
|
fumanchu |
Fix for #854 (Add possibility to disable session cleanup thread). |
|
|
09/27/08 17:28:11 |
@2043
|
[2043]
|
fumanchu |
Allow overriding of SERVER_SOFTWARE (and therefore the 'Server' response … |
|
|
09/27/08 16:09:17 |
@2042
|
[2042]
|
fumanchu |
Fix for #850 (REMOTE_USER should not be set by wsgiserver). |
|
|
09/27/08 16:04:45 |
@2041
|
[2041]
|
fumanchu |
Fix for #851 (malformed get request to wsgiserver results in traceback). |
|
|
09/27/08 14:48:36 |
@2040
|
[2040]
|
fumanchu |
Fix for #858 (Bug in cherrypy/process/plugins.py). |
|
|
09/27/08 14:22:10 |
@2039
|
[2039]
|
fumanchu |
Fix for #848 ("and root" should be "and root is not None"). |
|
|
09/27/08 13:51:56 |
@2038
|
[2038]
|
fumanchu |
Fix for #856 (Prevent open sockets from being inherited by child … |
|
|
09/27/08 13:28:04 |
@2037
|
[2037]
|
fumanchu |
Bus.wait may now take a list or tuple for the 'state' arg, to wait on any … |
|
|
09/27/08 13:11:16 |
@2036
|
[2036]
|
fumanchu |
Removing some blank lines from ez_setup.py. |
|
|
08/26/08 12:59:22 |
@2035
|
[2035]
|
fumanchu |
New server.thread_pool_max attribute for setting wsgiserver.max. |
|
|
08/20/08 12:18:28 |
@2034
|
[2034]
|
fumanchu |
Typo in httpauth.py |
|
|
08/18/08 12:57:05 |
@2033
|
[2033]
|
visteya |
moved file_generator from _cprequest.py to lib/init.py |
|
|
08/15/08 14:59:21 |
@2032
|
[2032]
|
fumanchu |
Bumped up the priority of DropPrivileges?.start to support the most common … |
|
|
08/15/08 14:32:27 |
@2031
|
[2031]
|
fumanchu |
Fix to buglet in DropPrivileges?. |
|
|
08/04/08 11:31:30 |
@2030
|
[2030]
|
lakin |
#733 - Return a 404 when query parameters passed to a handler are … |
|
|
07/24/08 11:37:05 |
@2027
|
[2027]
|
fumanchu |
Avoid infinite loop when errors occur during publish('log'). |
|
|
07/24/08 11:08:38 |
@2026
|
[2026]
|
fumanchu |
Doc tweaks. |
|
|
07/23/08 23:33:20 |
@2025
|
[2025]
|
fumanchu |
Got the --server=modfcgid option to test.py working. |
|
|
07/23/08 08:12:55 |
@2024
|
[2024]
|
georgem |
Pass *self.args, **self.kwargs to WSGIServer instead of *args,
**kwargs. |
|
|
07/22/08 23:42:18 |
@2023
|
[2023]
|
fumanchu |
Delay flup server init since it starts threads right away. |
|
|
07/22/08 11:16:58 |
@2022
|
[2022]
|
georgem |
Override _installSignalHandlers for flup servers so they don't try to … |
|
|
07/16/08 13:58:10 |
@2021
|
[2021]
|
fumanchu |
Fix for #840 (File-based sessions storage path is not stored as an … |
|
|
07/09/08 01:22:41 |
@2018
|
[2018]
|
fumanchu |
Almost fcgi support in tests. |
|
|
07/09/08 01:12:33 |
@2017
|
[2017]
|
fumanchu |
More updates to mod_wsgi test harness. |
|
|
07/09/08 00:55:06 |
@2016
|
[2016]
|
nick125 |
* Test case and fix for Ticket #780 |
|
|
07/05/08 21:50:57 |
@2015
|
[2015]
|
fumanchu |
Test and fix for #836 (Can't raise exceptions over XMLRPC). |
|
|
07/05/08 15:54:31 |
@2014
|
[2014]
|
fumanchu |
Updates to modwsgi test harness. |
|
|
07/05/08 11:44:38 |
@2013
|
[2013]
|
fumanchu |
Test and fix for #835 (autotags fail on unicode characters). Bumped up the … |
|
|
07/03/08 00:51:43 |
@2012
|
[2012]
|
fumanchu |
Doc tweaks. |
|
|
07/01/08 10:29:41 |
@2011
|
[2011]
|
fumanchu |
Missing scaffold package in setup.py. |
|
|
07/01/08 02:11:52 |
@2010
|
[2010]
|
fumanchu |
Arg. Buglet in cherryd. |
|
|
06/30/08 14:14:22 |
@2007
|
[2007]
|
fumanchu |
Marking CP 3.1.0 final. |
|
|
06/30/08 14:11:18 |
@2006
|
[2006]
|
fumanchu |
SignalHandler?.unsubscribe now warns if our handler is not returned. See … |
|
|
06/30/08 12:08:57 |
@2005
|
[2005]
|
fumanchu |
Fixed test_refleaks for some platforms (also for use with the --client … |
|
|
06/30/08 12:00:35 |
@2004
|
[2004]
|
fumanchu |
New helper.CPProcess class (moved from test_states), plus a bugfix to … |
|
|
06/29/08 23:43:32 |
@2003
|
[2003]
|
fumanchu |
Removing test_conn from test.py since it needs different server config. |
|
|
06/29/08 23:40:27 |
@2002
|
[2002]
|
fumanchu |
WOOHOO. Fixed test_conn on nix. |
|
|
06/29/08 22:58:30 |
@2001
|
[2001]
|
fumanchu |
Trying a fix for the test_conn failures on nix. |
|
|
06/29/08 20:22:03 |
@2000
|
[2000]
|
fumanchu |
New --server and --client=<host> switches to individual tests. This allows … |
|
|
06/29/08 13:20:51 |
@1999
|
[1999]
|
fumanchu |
Fixed sig handler unsubscribe test for Unix, plus an odd race condition in … |
|
|
06/29/08 09:57:36 |
@1998
|
[1998]
|
fumanchu |
Test and fix for #826 (SignalHandler? needs an unsubscribe). Need nix … |
|
|
06/29/08 01:44:46 |
@1997
|
[1997]
|
fumanchu |
Fixed test_states for nix. |
|
|
06/29/08 01:31:48 |
@1996
|
[1996]
|
fumanchu |
Fix for #828 (CherryPy should exit on SIGHUP if not daemonized). The tests … |
|
|
06/29/08 01:12:27 |
@1995
|
[1995]
|
fumanchu |
Some test_states love. Also, cherryd grew an --import option. |
|
|
06/28/08 20:22:52 |
@1994
|
[1994]
|
fumanchu |
Fix for #803 (run CP under Google App Engine). |
|
|
06/28/08 17:44:43 |
@1993
|
[1993]
|
fumanchu |
Fix for #832 (Failure in test_encoding). I'm reasonably sure this is what … |
|
|
06/28/08 13:48:11 |
@1992
|
[1992]
|
fumanchu |
Test for #829 (@tools.response.headers doesn't appear to work with … |
|
|
06/25/08 23:31:36 |
@1991
|
[1991]
|
fumanchu |
Durak! Always I forget the files. |
|
|
06/25/08 23:21:25 |
@1990
|
[1990]
|
fumanchu |
Fix for #826 (@cherrypy.expose() fails with no argument). |
|
|
06/24/08 00:18:26 |
@1989
|
[1989]
|
fumanchu |
Moved all bus plugins onto the engine object itself, and fixed a couple … |
|
|
06/23/08 23:04:12 |
@1988
|
[1988]
|
fumanchu |
Fix for #823 (Automatic comparison of content-length and … |
|
|
06/23/08 11:55:44 |
@1987
|
[1987]
|
fumanchu |
You may now pass multiple --config args to cherryd. |
|
|
06/23/08 11:55:14 |
@1986
|
[1986]
|
fumanchu |
New tools.redirect. |
|
|
06/22/08 19:32:32 |
@1985
|
[1985]
|
fumanchu |
Fix for #827 (Profile viewer doesn't work with Python2.5). |
|
|
06/22/08 16:11:54 |
@1984
|
[1984]
|
fumanchu |
Fix for #824 (_cplogging.LogManager?.access method not handling unicode in … |
|
|
06/18/08 10:33:58 |
@1983
|
[1983]
|
fumanchu |
utf8 decode test. |
|
|
06/17/08 11:30:44 |
@1982
|
[1982]
|
lakin |
Only call the _console_control_handler unsubscribe if the attribute is … |
|
|
06/08/08 16:56:25 |
@1980
|
[1980]
|
fumanchu |
Fix for #782 (X-Forwarded-Ssl). |
|
|
06/07/08 16:10:53 |
@1978
|
[1978]
|
fumanchu |
Fix for #820 (start_response with exc_info raises exception even if no … |
|
|
06/04/08 00:21:56 |
@1975
|
[1975]
|
fumanchu |
Docstring updates. |
|
|
06/04/08 00:11:33 |
@1974
|
[1974]
|
fumanchu |
Buried a couple socket, threading module imports for easier Google App … |
|
|
05/31/08 11:10:16 |
@1973
|
[1973]
|
fumanchu |
Removed unused 'exc' argument to handle_error. |
|
|
05/25/08 17:02:41 |
@1971
|
[1971]
|
fumanchu |
Test and fix for #810 (Add 408 responses). |
|
|
05/25/08 15:02:04 |
@1970
|
[1970]
|
fumanchu |
Minor refactor and dropping an unused import. |
|
|
05/25/08 14:52:02 |
@1969
|
[1969]
|
fumanchu |
Fix for #817 (namespace handler for wsgi.response_class). |
|
|
05/24/08 13:23:57 |
@1968
|
[1968]
|
fumanchu |
Test and fix for #819 (Request body not consumed on error when … |
|
|
05/24/08 12:55:33 |
@1967
|
[1967]
|
fumanchu |
Moved an import. |
|
|
05/24/08 12:55:05 |
@1966
|
[1966]
|
fumanchu |
Doc tweak. |
|
|
05/17/08 14:34:28 |
@1961
|
[1961]
|
fumanchu |
Updating version to 3.1rc1. |
|
|
05/17/08 13:41:37 |
@1960
|
[1960]
|
fumanchu |
New HandlerWrapperTool?. |
|
|
05/15/08 00:46:33 |
@1959
|
[1959]
|
fumanchu |
Another HTTP/1.0 test fix. |
|
|
05/15/08 00:44:09 |
@1958
|
[1958]
|
fumanchu |
Fixed a test for HTTP/1.0. |
|
|
05/15/08 00:41:05 |
@1957
|
[1957]
|
fumanchu |
Doc tweak. |
|
|
04/27/08 20:05:55 |
@1956
|
[1956]
|
fumanchu |
Comments. |
|
|
04/26/08 20:19:53 |
@1955
|
[1955]
|
fumanchu |
Test and fix for #791 (cherrypy.lib.xmlrpc.respond cannot marshal … |
|
|
04/26/08 19:45:56 |
@1954
|
[1954]
|
fumanchu |
Fix for #784 (Easy resizing of test data for tut09). Thanks to Stonekeeper … |
|
|
04/26/08 19:31:35 |
@1953
|
[1953]
|
fumanchu |
Fix for #757 (Reduce socket timeout for wait_for_free_port to speed up … |
|
|
04/26/08 18:40:30 |
@1951
|
[1951]
|
fumanchu |
Fix for #805 (Remove import of inspect). |
|
|
04/26/08 18:07:53 |
@1950
|
[1950]
|
fumanchu |
Fix for #806 (Move dead thread detection). Consumers can call shrink() … |
|
|
04/26/08 17:50:08 |
@1949
|
[1949]
|
fumanchu |
Fix for #800 (ability to override default error template). Many thanks to … |