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

root


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/08/08 17:30:51 @2082 [2082] fumanchu --
(edit) 11/08/08 17:30:21 @2081 [2081] fumanchu Merge from trunk for today's fixes [2072] to [2080].
(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:40:35 @2075 [2075] fumanchu Upping version numbers to 3.1.1.
(edit) 11/08/08 14:35:20 @2074 [2074] fumanchu Merged apache/wsgi test silencers from trunk.
(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 14:02:35 @2071 [2071] visteya backport of [2063], [2069], and [2070], which are for ticket #837
(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/08/08 12:22:41 @2068 [2068] fumanchu Merging [2007] to [2051] from trunk in prep for releasing 3.1.1.
(edit) 11/08/08 12:19:00 @2067 [2067] visteya backport of [2010]
(edit) 11/08/08 11:39:50 @2066 [2066] fumanchu Backport of [2013] to branches/3.1.x.
(edit) 11/08/08 11:29:54 @2065 [2065] fumanchu Backport of [2011].
(edit) 11/08/08 11:26:31 @2064 [2064] fumanchu Deleting an old transitional release branch.
(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 18:28:49 @2058 [2058] lakin Adding test_dynamicobjectmapping to the default tests.
(edit) 10/30/08 18:09:55 @2057 [2057] lakin #869 - rename getsubnode to dispatch and pass vpath instead of just …
(edit) 10/30/08 15:49:19 @2056 [2056] fumanchu First crack at promoting default handlers to anywhere in the tree (not …
(edit) 10/30/08 15:47:27 @2055 [2055] fumanchu --
(edit) 10/30/08 11:50:25 @2054 [2054] lakin #869 - Renaming 'model' to User to serve as a better example
(edit) 10/30/08 11:47:14 @2053 [2053] lakin #869 - Dynamic Dispatch first go with tests
(edit) 10/30/08 11:46:09 @2052 [2052] lakin Branching to 'dynamicnodedispatch-869'
(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 19:12:25 @2044 [2044] fumanchu Fix for #844 (mod_python timeout w/ CherryPy 3.1).
(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/25/08 12:16:43 @2029 [2029] fumanchu First wave of py3k conversions. Looks like we need to reimplement …
(edit) 07/25/08 12:15:04 @2028 [2028] fumanchu made a copy
(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 16:14:11 @2020 [2020] nick125 Fix a small issue in r2019 so we explicitly state we want to split by …
(edit) 07/09/08 15:20:48 @2019 [2019] nick125 Added a unit test, fixed an issue in the core unittest with ipv6-enabled …
(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:16:10 @2009 [2009] fumanchu made a copy
(edit) 06/30/08 14:14:59 @2008 [2008] fumanchu made a copy
(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.

Hosted by WebFaction

Log in as guest/cpguest to create tickets