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

root/trunk/cherrypy/test/test_core.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/04/08 11:31:30 @2030 [2030] lakin #733 - Return a 404 when query parameters passed to a handler are …
(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:21:25 @1990 [1990] fumanchu Fix for #826 (@cherrypy.expose() fails with no argument).
(edit) 06/22/08 16:11:54 @1984 [1984] fumanchu Fix for #824 (_cplogging.LogManager?.access method not handling unicode in …
(edit) 06/07/08 16:10:53 @1978 [1978] fumanchu Fix for #820 (start_response with exc_info raises exception even if no …
(edit) 04/26/08 17:50:08 @1949 [1949] fumanchu Fix for #800 (ability to override default error template). Many thanks to …
(edit) 03/14/08 10:15:38 @1921 [1921] fumanchu Test max request on larger bodies.
(edit) 02/21/08 12:43:30 @1899 [1899] fumanchu Test and potential fix for #790 (Request body of PUT with no Content-Type …
(edit) 01/12/08 17:13:17 @1836 [1836] fumanchu Fix for #763 (Exception when parsing Content-Type).
(edit) 10/27/07 22:42:27 @1789 [1789] fumanchu This really should be 411, despite #650.
(edit) 10/27/07 19:55:13 @1786 [1786] fumanchu Fix for #622, #742, #736. The wsgiserver would respond without closing …
(edit) 10/26/07 21:14:08 @1769 [1769] fumanchu Fix for #725 (cherrypy.url should default to emitting server-relative …
(edit) 10/26/07 20:44:31 @1768 [1768] fumanchu Docs and new url() test.
(edit) 09/27/07 15:14:26 @1728 [1728] fumanchu couple new tests and a docstring.
(edit) 09/06/07 15:55:36 @1717 [1717] fumanchu Fix for #727 (no referer or ua in access log). Needs a backport.
(edit) 06/22/07 01:49:31 @1677 [1677] fumanchu Fix for #698 (wsgiserver classes should pass environs, not the server …
(edit) 06/16/07 16:58:53 @1666 [1666] fumanchu Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents.
(edit) 06/16/07 16:25:01 @1665 [1665] fumanchu Fix for #643 (socket_host is confusing). Empty string and None are now …
(edit) 06/06/07 15:21:46 @1658 [1658] fumanchu Bugfix found by buildbot.
(edit) 01/31/07 18:46:24 @1607 [1607] fumanchu Better test for #650.
(edit) 01/31/07 18:15:47 @1606 [1606] fumanchu 3.0 test for #650 (PUT request with empty body/params ignored).
(edit) 12/16/06 14:20:53 @1534 [1534] fumanchu test_core buglet under HTTP/1.0. Also removed unused function.
(edit) 12/14/06 12:26:07 @1529 [1529] dowski Test that demonstrates that URL #fragments get passed back to the UA in …
(edit) 12/11/06 20:17:21 @1528 [1528] fumanchu Changes to socket_host: …
(edit) 11/16/06 18:29:52 @1433 [1433] fumanchu InternalRedirect? changes: …
(edit) 10/27/06 13:14:09 @1415 [1415] fumanchu Moved _cprequest.flattener to cherrypy.tools.flatten.
(edit) 10/19/06 01:13:17 @1400 [1400] fumanchu Applied suggested patch to #584 (Need a way to get the url submitted to a …
(edit) 09/16/06 15:08:31 @1369 [1369] fumanchu Fix for #562 (Redirect for slash doesn't use tools.proxy.base). Moved …
(edit) 09/16/06 12:33:20 @1368 [1368] fumanchu Improvements to cherrypy.url: …
(edit) 09/14/06 12:35:02 @1364 [1364] dowski Test for change in [1363].
(edit) 09/13/06 10:54:38 @1361 [1361] dowski Woops. Removed the test I just added. Looks like the removal of …
(edit) 09/13/06 10:33:05 @1360 [1360] dowski Simple test that demonstrates that cherrypy.request.path is not getting …
(edit) 09/13/06 01:09:01 @1359 [1359] fumanchu New CPWebCase base() function.
(edit) 09/10/06 17:05:13 @1347 [1347] fumanchu Tweaks.
(edit) 09/09/06 22:47:10 @1345 [1345] fumanchu SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py …
(edit) 09/03/06 18:38:48 @1329 [1329] fumanchu Fixes to test_states.
(edit) 09/03/06 16:46:36 @1326 [1326] fumanchu mod_python improvements: 1. Fix to test_config. …
(edit) 09/02/06 18:24:31 @1325 [1325] fumanchu Fix for #548 (Rename the before_main hook to before_handler and MainTool?
(edit) 09/02/06 14:42:12 @1321 [1321] fumanchu Fix for #556 (Allow error hooks to raise InternalRedirect?). As a bonus, …
(edit) 09/02/06 13:35:24 @1318 [1318] fumanchu Fix to 2.1, 2.2, 3.0 for bugs in Range slicing and final boundary. Also …
(edit) 09/02/06 02:25:29 @1311 [1311] fumanchu Changed every instance of 'conf' in the API to 'config'.
(edit) 08/30/06 16:54:42 @1302 [1302] fumanchu Changed "simple_cookie" to just "cookie".
(edit) 08/28/06 18:43:17 @1294 [1294] fumanchu New tools.err_redirect.internal arg.
(edit) 08/28/06 15:33:58 @1290 [1290] fumanchu Oops.
(edit) 08/25/06 16:25:56 @1278 [1278] fumanchu More (final?) config overhaul work: …
(edit) 08/24/06 02:02:42 @1275 [1275] fumanchu Overhaul of config system: 1. New docstring for config module! …
(edit) 08/24/06 01:35:47 @1274 [1274] fumanchu Made all imports absolute "just in case" for Python 2.5.
(edit) 08/23/06 15:10:29 @1272 [1272] fumanchu Fixes for Python 2.5rc1: …
(edit) 08/23/06 14:38:25 @1271 [1271] fumanchu Moved the 'methods_with_bodies' feature from config to an attribute of the …
(edit) 08/21/06 16:06:43 @1263 [1263] fumanchu Fixed the HTTP/1.0 test suite. This involved moving wsgi SERVER_PROTOCOL …
(edit) 08/21/06 01:12:54 @1259 [1259] fumanchu Support for max_request_body_size when decoding chunked request body (also …
(edit) 08/12/06 11:39:31 @1243 [1243] fumanchu Lots of mixedCase to lower_with_underscores.
(edit) 08/06/06 21:48:57 @1225 [1225] fumanchu Replaced request.remote_addr, remote_port, and remote_host with a single …
(edit) 08/05/06 20:03:15 @1222 [1222] fumanchu Eliminated 'default_content_type' config entry by moving …
(edit) 08/05/06 14:19:02 @1213 [1213] fumanchu Fix for #542 (_cpwsgiserver should concatenate multiple incoming headers).
(edit) 07/02/06 00:49:30 @1183 [1183] fumanchu Cleanup of cherrypy and cherrypy.config namespaces. Changed …
(edit) 06/29/06 14:15:43 @1175 [1175] fumanchu Fix for #528 (Allow request body parsing for methods other than "POST" and …
(edit) 06/28/06 00:31:28 @1168 [1168] fumanchu encode_TEXT only for HTTP/1.1 response headers, and verify folded response …
(edit) 06/27/06 21:40:37 @1166 [1166] fumanchu Added support for RFC 2047 encoding and decoding of header values.
(edit) 06/25/06 01:02:33 @1156 [1156] fumanchu Much Better Logging (see #256). Apps now have their own access and error …
(edit) 06/22/06 18:38:28 @1155 [1155] fumanchu Fix for #256 (log file needs a lock). CherryPy now uses the stdlib's …
(edit) 06/13/06 01:04:32 @1145 [1145] fumanchu Heavily cleaned the namespace for Tool objects: …
(edit) 06/12/06 15:25:03 @1143 [1143] fumanchu Removed the wrap method from Tool, since the enable method should meet all …
(edit) 06/12/06 01:46:25 @1141 [1141] fumanchu Renamed httptools to "http" to reduce confusion with new cherrypy.tools. …
(edit) 06/12/06 01:09:46 @1138 [1138] fumanchu More Python 2.3 safety and coments.
(edit) 06/11/06 22:57:21 @1134 [1134] fumanchu Separated tool construction from default toolbox by renaming …
(edit) 06/09/06 03:02:38 @1131 [1131] fumanchu Fixed (Python 2.4-style) decorator.
(edit) 06/09/06 03:00:45 @1130 [1130] fumanchu Fix for #490 (InternalRedirect? should auto-detect params). Removed the …
(edit) 06/08/06 00:50:48 @1128 [1128] fumanchu Fix for #507 (InternalRedirect? supports only absolute paths). Paths …
(edit) 06/05/06 01:30:22 @1122 [1122] fumanchu Fix for #502 (log errors by default).
(edit) 05/10/06 01:11:38 @1102 [1102] fumanchu Dispatch and config lookup now happens as early as possible, once per …
(edit) 05/07/06 01:35:03 @1096 [1096] fumanchu Root and config are now isolated per app: …
(edit) 05/07/06 01:08:24 @1094 [1094] fumanchu Moved the following config keys out of the "server." namespace (so that …
(edit) 05/01/06 18:58:58 @1083 [1083] fumanchu Objects on the CP tree may now possess a _cp_config attribute, which …
(edit) 05/01/06 01:40:59 @1082 [1082] fumanchu Lots of changes to error and log handling: …
(edit) 04/26/06 02:28:59 @1075 [1075] fumanchu More tool improvements: …
(edit) 04/26/06 00:01:49 @1074 [1074] fumanchu Moved the responsibility for setting response.body into the dispatch …
(edit) 04/25/06 02:11:16 @1069 [1069] fumanchu test_core works again. …
(edit) 04/22/06 15:23:01 @1057 [1057] fumanchu Fluff.
(edit) 04/21/06 15:44:17 @1047 [1047] fumanchu CP 3 initial checkin. Global filters have been replaced by request.hooks. …
(edit) 03/29/06 12:33:09 @1033 [1033] fumanchu test_core updated to new log file format
(edit) 03/26/06 16:14:11 @1017 [1017] fumanchu Initial fix for #498 (Test suite assumes same process for client and …
(edit) 03/16/06 21:17:24 @1010 [1010] dowski Fix for #491. Added underscore_names for a few Request object attributes.
(edit) 03/02/06 11:58:40 @991 [991] fumanchu Fix for broken test in [990].
(edit) 02/16/06 02:47:48 @970 [970] fumanchu cherrypy.tree.mount_points now includes {"/": cherrypy.root} even if …
(edit) 02/14/06 15:33:41 @967 [967] fumanchu Final fix for #461 and #455: …
(edit) 01/26/06 06:10:21 @942 [942] rdelon Deprecating simpleCookie (use "simple_cookie" instead)
(edit) 01/08/06 16:34:53 @917 [917] fumanchu Changed camelCase "streamResponse" to lowercase "stream_response".
(edit) 01/05/06 00:35:03 @913 [913] fumanchu Removed redundant test for favicon.
(edit) 01/02/06 18:06:45 @910 [910] fumanchu Fix for #145. See the ticket for details about this fix.
(edit) 12/29/05 12:33:13 @894 [894] fumanchu Fix for #421 (Incorrect border condition in readline of SizeCheckWrapper?).
(edit) 12/29/05 10:53:08 @892 [892] rdelon Fix for #416. The default favicon.ico is now served by a default …
(edit) 12/28/05 21:13:13 @891 [891] fumanchu Fix for #394 (custom filters). Well, it fixes a related problem, anyway. …
(edit) 12/27/05 18:20:54 @884 [884] fumanchu Fix for #186 (allow exceptions to escape CP and up into WSGI middleware).
(edit) 12/23/05 15:29:16 @879 [879] fumanchu Fix for #55. The before_main filter hook can now raise InternalRedirect?.
(edit) 12/05/05 15:14:59 @859 [859] lawouach you can now define the default content type to be used globally by all …
(edit) 12/03/05 12:44:11 @856 [856] rdelon Big change: camelCase to lower_with_underscore names (still need to update …
(edit) 11/28/05 16:36:07 @851 [851] fumanchu Fix for the fix for #311 (onEndRequest method). __del__ cannot work, …
(edit) 11/27/05 21:08:38 @843 [843] fumanchu Fix for #388 (IPv6 support). While I was up to my elbows in the HTTP …
(edit) 11/26/05 16:22:29 @838 [838] fumanchu Fix for #311 (filter method which runs after the response is completely …

Hosted by WebFaction

Log in as guest/cpguest to create tickets