Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/trunk


Mode:

Legend:

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

Hosted by WebFaction

Log in as guest/cpguest to create tickets