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

root/trunk/cherrypy/test/test_objectmapping.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) 10/26/07 02:33:28 @1767 [1767] fumanchu Fix for #740 (Default server.socket_host to IPv4 address).
(edit) 10/26/07 01:17:56 @1764 [1764] fumanchu Reverting the test for #733 until 3.2.
(edit) 10/04/07 10:47:30 @1737 [1737] fumanchu Test and fix for #737 (not possible to have custom request handler on …
(edit) 09/27/07 15:14:26 @1728 [1728] fumanchu couple new tests and a docstring.
(edit) 12/03/06 04:35:46 @1469 [1469] fumanchu More cherrypy.dispatch cleanup.
(edit) 12/01/06 23:33:01 @1461 [1461] fumanchu Test case for #613 (HTTPRedirect from default handler goes up one …
(edit) 10/26/06 00:06:16 @1413 [1413] fumanchu Fix for #573 (wsgi server bug in mount-point resolution with multiple …
(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/13/06 01:09:01 @1359 [1359] fumanchu New CPWebCase base() function.
(edit) 09/11/06 12:26:06 @1350 [1350] fumanchu Collapsed request.url and tree.url into a single cherrypy.url function.
(edit) 09/09/06 22:47:10 @1345 [1345] fumanchu SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py …
(edit) 09/08/06 21:08:41 @1342 [1342] fumanchu Got rid of cherrypy.request.path. Use request.script_name + …
(edit) 09/06/06 17:39:38 @1338 [1338] fumanchu Improved tree.url() to include base. Also replaced request.browser_url …
(edit) 08/30/06 19:02:25 @1303 [1303] fumanchu Fix for #433 (mapPathToObject should remove a trailing /, not just add …
(edit) 08/29/06 13:53:37 @1297 [1297] fumanchu New test for default handler when using MethodDispatcher?.
(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/06/06 20:09:48 @1224 [1224] fumanchu WSGI-related changes: …
(edit) 06/25/06 01:59:19 @1157 [1157] fumanchu Finally a clean fix for #102 (Dispatch to different page handlers based on …
(edit) 05/11/06 00:48:22 @1106 [1106] fumanchu Made tree.Application.script_name, and it now defaults to "", not "/".
(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) 03/26/06 16:14:11 @1017 [1017] fumanchu Initial fix for #498 (Test suite assumes same process for client and …
(edit) 02/15/06 18:13:51 @968 [968] fumanchu A couple tests for a default method with no corresponding index method.
(edit) 02/01/06 17:45:11 @955 [955] fumanchu Test that configs for multiple apps (using the tree.mount syntax) don't …
(edit) 01/10/06 17:55:08 @923 [923] fumanchu New mount_point and url methods on cherrypy.tree.
(edit) 01/02/06 18:06:45 @910 [910] fumanchu Fix for #145. See the ticket for details about this fix.
(edit) 12/28/05 05:33:09 @886 [886] rdelon More PEP 8 (including objectPath -> object_path); Changed …
(edit) 12/03/05 12:44:11 @856 [856] rdelon Big change: camelCase to lower_with_underscore names (still need to update …
(edit) 11/16/05 12:46:17 @826 [826] fumanchu Fix for #393 (in trunk).
(edit) 11/07/05 15:36:42 @795 [795] fumanchu New positional params test for intermediate index methods (they shouldn't …
(edit) 11/04/05 16:30:49 @786 [786] fumanchu 1. Refactored mapPathToObject to be cleaner and faster. …
(edit) 11/02/05 01:09:35 @778 [778] fumanchu Fix for #376 (individual tests should set sys.path).
(edit) 10/31/05 12:46:05 @768 [768] fumanchu Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).
(edit) 10/30/05 19:07:05 @762 [762] fumanchu Set svn:eol-style to "native" for all .py files. This should fix any …
(edit) 10/29/05 16:12:01 @760 [760] fumanchu Fix for #373 (arbitrary mount points, or "virtual roots"). All internal …
(edit) 10/06/05 02:33:33 @719 [719] fumanchu Removed a couple of test suite dependencies on httptools.
(edit) 09/23/05 17:08:37 @673 [673] fumanchu Fix for #315. Removed Python 2.4 dependency (@-syntax), which was killing …
(edit) 09/09/05 18:24:53 @620 [620] fumanchu Fix for ticket #249 (ExposeAs? recipe). The underscore hack is retained …
(edit) 08/27/05 12:32:59 @561 [561] fumanchu 1. Partial fix for #248; the request path is now %XX-decoded as soon as …
(edit) 08/24/05 12:24:55 @552 [552] fumanchu Added test for URL's which are not valid Python identifiers.
(edit) 08/09/05 16:00:58 @522 [522] fumanchu 1. Config section [global] (pathless) is now distinct from / (root …
(edit) 07/22/05 13:39:23 @495 [495] fumanchu 1. Moved top-level test functions into a new TestHarness? class. …
(edit) 07/16/05 21:37:15 @474 [474] fumanchu 1. Removed log() before config read. …
(edit) 07/14/05 21:06:43 @471 [471] fumanchu New webtest methods, such as assertStatus, assertHeader, assertInBody
(edit) 07/14/05 16:34:49 @467 [467] fumanchu Pulled base web testing functionality into test\webtest.py. Exceptions in …
(edit) 06/25/05 15:37:39 @382 [382] fumanchu Implements ticket #195. …
(edit) 06/21/05 18:16:56 @352 [352] fumanchu Implements ticket #196 (generic redirection mechanism).
(edit) 06/14/05 10:34:18 @308 [308] rdelon Now using 'global' for the main config key. ('/' still works but 'global' …
(copy) 06/10/05 14:54:04 @267 [267] fumanchu Merged new test suite from branches/ticket-177 into trunk.
copied from branches/ticket-177/cherrypy/test/test_objectmapping.py:
(copy) 06/08/05 16:20:47 @256 [256] fumanchu Reworked test suite to 1) use unittest, 2) do no exec, eval or code …

Hosted by WebFaction

Log in as guest/cpguest to create tickets