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

root/trunk/cherrypy/_cperror.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 04/26/08 17:50:08 @1949 [1949] fumanchu Fix for #800 (ability to override default error template). Many thanks to …
(edit) 01/12/08 18:00:22 @1839 [1839] fumanchu Fixed some problems with redirect after staticdir.
(edit) 11/20/07 14:11:19 @1832 [1832] fumanchu Docstrings and a test tweak.
(edit) 10/16/07 12:53:29 @1750 [1750] fumanchu Added an HTTPError.get_error_page for easier overriding.
(edit) 05/30/07 18:54:09 @1657 [1657] fumanchu RFC 2606 updates (official example domains).
(edit) 02/14/07 15:54:07 @1617 [1617] jtate Add info on running individual tests to the README
(edit) 12/20/06 23:49:52 @1540 [1540] fumanchu Minor cleanups.
(edit) 12/02/06 16:30:23 @1467 [1467] fumanchu pychecker and doc tweaks.
(edit) 11/22/06 13:36:53 @1444 [1444] fumanchu Doc tweaks.
(edit) 11/16/06 18:29:52 @1433 [1433] fumanchu InternalRedirect? changes: …
(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/11/06 12:26:06 @1350 [1350] fumanchu Collapsed request.url and tree.url into a single cherrypy.url function.
(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) 09/04/06 16:12:38 @1334 [1334] jtate Make a CherryPyException?, from which all exceptions inherit, and also is …
(edit) 09/01/06 16:11:51 @1308 [1308] jtate Derive all exceptions from a CP defined class so that they can be handled …
(edit) 08/26/06 03:26:19 @1281 [1281] fumanchu API and docstring cleanups: …
(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/12/06 11:39:31 @1243 [1243] fumanchu Lots of mixedCase to lower_with_underscores.
(edit) 08/09/06 18:50:46 @1231 [1231] fumanchu New deadlock monitor which sets Response.timed_out to True if …
(edit) 08/08/06 01:35:07 @1229 [1229] fumanchu Moved request.handler from a function (with vpath, and request.params …
(edit) 08/06/06 20:09:48 @1224 [1224] fumanchu WSGI-related changes: …
(edit) 08/03/06 00:05:01 @1209 [1209] fumanchu Fixes for #544 and #545 (serveFile issues) in CP 3. Fixes in CP 2 branch …
(edit) 07/17/06 16:34:54 @1203 [1203] fumanchu More work on tools.expires: 1. Now takes 'secs' arg instead of 'e_time'. …
(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:10:31 @1139 [1139] fumanchu Got rid of _cperror.Error base class, and "from _cperror import *" in top …
(edit) 06/12/06 00:34:44 @1137 [1137] fumanchu httptools.Version was overengineered. Shame on me. Using tuples gives a …
(edit) 06/11/06 22:57:21 @1134 [1134] fumanchu Separated tool construction from default toolbox by renaming …
(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/06/06 16:43:33 @1125 [1125] fumanchu Removed cherrypy.NotReady?. Instead, cherrypy.engine will return HTTP 503 …
(edit) 05/07/06 01:08:24 @1094 [1094] fumanchu Moved the following config keys out of the "server." namespace (so that …
(edit) 05/02/06 18:04:53 @1089 [1089] fumanchu Fix for #508 (Content-Type for 304s).
(edit) 05/01/06 01:40:59 @1082 [1082] fumanchu Lots of changes to error and log handling: …
(edit) 04/25/06 23:58:08 @1072 [1072] fumanchu Removed old_name option from get_special_attribute.
(edit) 04/21/06 15:44:17 @1047 [1047] fumanchu CP 3 initial checkin. Global filters have been replaced by request.hooks. …
(edit) 02/16/06 06:00:48 @972 [972] rdelon Renamed queryString into query_string
(edit) 12/29/05 18:03:29 @897 [897] fumanchu Fix for #413 (Improve configuration error behavior).
(edit) 12/10/05 09:53:08 @865 [865] rdelon Forgot browserUrl in camelCase to lowercase conversion
(edit) 12/03/05 12:44:11 @856 [856] rdelon Big change: camelCase to lower_with_underscore names (still need to update …
(edit) 11/26/05 16:51:20 @839 [839] fumanchu Got rid of some superfluous custom exceptions.
(edit) 11/26/05 14:32:53 @837 [837] fumanchu Made response.body into a descriptor: …
(edit) 11/21/05 19:12:44 @831 [831] fumanchu Some code was setting response.body to a string instead of a [string].
(edit) 11/05/05 18:16:49 @793 [793] fumanchu Made request.browserUrl a read-only property, since it is a calculated …
(edit) 10/31/05 15:52:35 @771 [771] fumanchu Fix for #367 (error pages should reset response headers). And a new …
(edit) 10/31/05 13:34:53 @770 [770] fumanchu Fix for #359 (custom errors have no args attribute).
(edit) 10/31/05 12:46:05 @768 [768] fumanchu Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).
(edit) 10/31/05 12:19:37 @766 [766] fumanchu Fix for #372 (browserUrl and querystrings).
(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/30/05 18:46:28 @761 [761] fumanchu Fix for #356 (formalize server.environment as a set of config defaults). …
(edit) 10/03/05 12:04:59 @710 [710] fumanchu Bah. Forgot an import. That'll teach me to skip the tests.
(edit) 10/03/05 11:57:58 @708 [708] fumanchu NotFound? path arg now defaults to cherrypy.request.path.
(edit) 10/03/05 02:23:37 @707 [707] fumanchu Fix for #307. Made InternalError? a subclass of HTTPError(500). Removed all …
(edit) 09/27/05 10:50:28 @684 [684] speno Removed unneeded 'import os'
(edit) 09/27/05 02:54:29 @682 [682] fumanchu Fix for ticket #317? More importantly, some error-handling and other …
(edit) 09/25/05 18:22:47 @679 [679] fumanchu Fix for #318, #322 and #323. …
(edit) 09/14/05 16:34:40 @650 [650] mikerobi implimented changes needed to re-close ticket:288
(edit) 09/14/05 02:21:21 @645 [645] fumanchu Bah. Newline badness again.
(edit) 09/14/05 02:20:41 @644 [644] fumanchu Removed redundant lines in _cputil.
(edit) 09/13/05 17:47:59 @639 [639] mikerobi ticket:288 changes merged into trunk, deleted httperrors branch, added …
(edit) 09/05/05 13:10:30 @613 [613] mikerobi fixed HTTPStatusError, it did not except codes > 499
(edit) 09/04/05 21:27:38 @608 [608] mikerobi HTTPClientError renamed HTTPStatusError, removed some outdated session …
(edit) 09/04/05 16:47:18 @606 [606] mikerobi improvments to the http errors tutorial (10), minor cleanups of the http …
(edit) 09/04/05 16:06:05 @605 [605] mikerobi httperrors branch merged into the trunk, the configuration paramater …
(edit) 08/23/05 12:48:57 @549 [549] fumanchu 1. Initial support for partial GET (Range request header): new …
(edit) 08/11/05 17:11:45 @529 [529] fumanchu Fix for ticket #239. 1. httptools.redirect() now raises HTTPRedirect(). …
(edit) 07/18/05 12:38:27 @480 [480] fumanchu 1. New cherrypy.request.version, an instance of new _cphttptools.Version …
(edit) 07/04/05 13:29:09 @405 [405] fumanchu Added a cherrypy._appserver_state flag. Helps report errors when …
(edit) 06/26/05 17:39:10 @385 [385] fumanchu InternalRedirect? now takes either str or dict as "params" argument.
(copy) 06/25/05 15:37:39 @382 [382] fumanchu Implements ticket #195. …
copied from trunk/cherrypy/cperror.py:
(edit) 06/24/05 12:29:34 @376 [376] fumanchu Fixed InternalRedirect? to handle query strings.

Hosted by WebFaction

Log in as guest/cpguest to create tickets