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

root/trunk/cherrypy/_cptools.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 07/05/08 11:44:38 @2013 [2013] fumanchu Test and fix for #835 (autotags fail on unicode characters). Bumped up the …
(edit) 06/23/08 11:55:14 @1986 [1986] fumanchu New tools.redirect.
(edit) 05/17/08 13:41:37 @1960 [1960] fumanchu New HandlerWrapperTool?.
(edit) 04/26/08 18:40:30 @1951 [1951] fumanchu Fix for #805 (Remove import of inspect).
(edit) 10/29/07 19:27:35 @1811 [1811] fumanchu Fix for #745 (Make a builtin tool which logs all hooks for a given …
(edit) 10/26/07 21:23:02 @1770 [1770] fumanchu Fix for #710 (Allow forcing a new session id).
(edit) 09/27/07 15:14:26 @1728 [1728] fumanchu couple new tests and a docstring.
(edit) 09/18/07 12:14:06 @1721 [1721] fumanchu Some updates to the new cherrypy.serving name.
(edit) 07/20/07 16:00:08 @1698 [1698] fumanchu Test and fix for correct order of application of Handler tool args.
(edit) 06/16/07 18:35:25 @1668 [1668] fumanchu Fix for #689 (add equivalent of trailing_slash tool for static content). …
(edit) 06/16/07 18:09:43 @1667 [1667] fumanchu Final fix for #662 (error on configuration directive …
(edit) 06/14/07 13:34:20 @1663 [1663] fumanchu Allow non-xmlrpc methods on an XMLRPCController.
(edit) 06/07/07 12:49:19 @1662 [1662] fumanchu New docstring for XMLRPCController.
(edit) 03/06/07 07:47:25 @1629 [1629] lawouach More IronPython? exception handling
(edit) 03/05/07 15:22:13 @1627 [1627] fumanchu New pywebd module. Trunk is now "3.1alpha".
(edit) 02/19/07 14:03:57 @1621 [1621] fumanchu Test and fix for #661 (Cannot create tool out of an object callable). Also …
(edit) 02/01/07 13:06:34 @1608 [1608] fumanchu New engine.release method, which decouples request and engine. Also new …
(edit) 12/28/06 17:50:46 @1580 [1580] fumanchu Oops; session locking should default to 'implicit'.
(edit) 12/28/06 17:25:01 @1579 [1579] fumanchu Fix for #630 (Implicit session locking before_request_body harms uploads). …
(edit) 12/21/06 01:11:10 @1542 [1542] fumanchu Fix for #595 (Allow tool priorities to be overridden in config).
(edit) 12/09/06 16:48:50 @1495 [1495] fumanchu Fixed bug in caching; invalid methods did not delete cached resource. See …
(edit) 12/05/06 16:10:15 @1471 [1471] fumanchu Faster Toolbox.__enter__
(edit) 11/29/06 00:20:22 @1456 [1456] fumanchu Fix for #609 (Support for IronPython? 1.0).
(edit) 11/16/06 14:59:58 @1431 [1431] fumanchu Fix for #600 (InternalRedirect? does double duty). This dispwrappers.patch …
(edit) 11/07/06 15:43:06 @1427 [1427] fumanchu Some tool buglets and docs.
(edit) 11/04/06 14:34:35 @1425 [1425] fumanchu Removed failsafe attr get from Tool (which merely duplicated the one …
(edit) 11/03/06 13:40:14 @1423 [1423] fumanchu Concurrency bug.
(edit) 11/02/06 18:49:48 @1422 [1422] fumanchu New tools.accept(media). See test_misc_tools.py for usage.
(edit) 10/28/06 21:45:36 @1420 [1420] fumanchu Better support for custom toolboxes and namespaces: …
(edit) 10/27/06 13:14:09 @1415 [1415] fumanchu Moved _cprequest.flattener to cherrypy.tools.flatten.
(edit) 09/24/06 01:35:41 @1375 [1375] fumanchu Hooray. vhost can run early now.
(edit) 09/22/06 20:51:16 @1374 [1374] fumanchu Bugfix for tools.basic_auth and digest_auth (names didn't have …
(edit) 09/22/06 20:25:15 @1372 [1372] fumanchu Fix to tool priorities.
(edit) 09/16/06 17:20:42 @1370 [1370] fumanchu A couple more priorities for tools.
(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/11/06 13:02:07 @1352 [1352] lawouach Split the httpauth code for licensing potential issue.
(edit) 09/11/06 12:54:35 @1351 [1351] lawouach Added basic and digest tools
(edit) 09/04/06 01:19:27 @1330 [1330] fumanchu New tools.referer, and moved test_response_headers into new …
(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 17:32:57 @1322 [1322] fumanchu cptools.session_auth was growing an unwieldy number of parameters, so I …
(edit) 09/02/06 13:39:10 @1319 [1319] fumanchu Fix for #535 (Apache re-processes Range headers). _cpmodpy now uses a new …
(edit) 09/02/06 02:25:29 @1311 [1311] fumanchu Changed every instance of 'conf' in the API to 'config'.
(edit) 08/29/06 16:43:59 @1298 [1298] fumanchu Fix to CachingTool? for new kwargs.
(edit) 08/28/06 15:34:49 @1291 [1291] fumanchu Reorganized the caching tool code.
(edit) 08/26/06 01:26:58 @1280 [1280] fumanchu Hook priority system: …
(edit) 08/24/06 02:02:42 @1275 [1275] fumanchu Overhaul of config system: 1. New docstring for config module! …
(edit) 08/21/06 12:40:20 @1261 [1261] fumanchu Fix for #555 (Error propagation in hooks). Failsafe flags are now …
(edit) 08/11/06 15:27:04 @1235 [1235] fumanchu More-explicit error when illegally passing positional arguments to tool …
(edit) 08/10/06 12:32:39 @1232 [1232] fumanchu Revamped session module. Much better tests. Cleanup is now in a separate, …
(edit) 08/05/06 20:03:15 @1222 [1222] fumanchu Eliminated 'default_content_type' config entry by moving …
(edit) 07/17/06 10:21:56 @1202 [1202] dowski 1. New "expires" tool for setting the "Expires" header. …
(edit) 07/10/06 23:13:50 @1196 [1196] fumanchu Some tool optimizations.
(edit) 07/09/06 20:00:23 @1190 [1190] fumanchu Oops. Forgot to make default Tidy tools.
(edit) 06/29/06 18:50:12 @1177 [1177] fumanchu Fix for #512 (Cookie.expires should be optional).
(edit) 06/28/06 21:28:45 @1172 [1172] dowski Fix for #533. CP3 will behave correctly and return a Fault when an …
(edit) 06/28/06 18:06:42 @1171 [1171] fumanchu Expanded baseurl tool into a new proxy tool.
(edit) 06/27/06 12:11:19 @1163 [1163] fumanchu Renamed lib.encodings to lib.encoding to avoid shadowing the builtin.
(edit) 06/25/06 23:08:03 @1161 [1161] fumanchu Fake SessionTool? attributes.
(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 …
(copy) 06/11/06 22:57:21 @1134 [1134] fumanchu Separated tool construction from default toolbox by renaming …
copied from trunk/cherrypy/tools.py:
(edit) 06/08/06 10:55:00 @1129 [1129] fumanchu Removed unused import.

Hosted by WebFaction

Log in as guest/cpguest to create tickets