summaryrefslogtreecommitdiff
path: root/cherrypy/lib/cptools.py
Commit message (Expand)AuthorAgeFilesLines
...
* Separated tool construction from default toolbox by renaming cherrypy.tools m...Robert Brewer2006-06-121-51/+1
* A little hook/tool refactoring. Moved HookMap from tools module to _cprequest...Robert Brewer2006-06-031-9/+0
* Fix for #531 (Make an ETag tool). Also refactored If-Modified-Since validation.Robert Brewer2006-06-031-1/+56
* Made tree.Application.script_name, and it now defaults to "", not "/".Robert Brewer2006-05-111-1/+1
* Dispatch and config lookup now happens as early as possible, once per request...Robert Brewer2006-05-101-3/+6
* Root and config are now isolated per app:Robert Brewer2006-05-071-4/+4
* Lots of changes to error and log handling:Robert Brewer2006-05-011-1/+12
* Removed a bunch of instances of the word "filter".Robert Brewer2006-04-251-3/+3
* test_core works again.Robert Brewer2006-04-251-2/+2
* Fixed session auth for new tool API.Robert Brewer2006-04-251-71/+71
* Added a 'force' flag to response_headers tool.Robert Brewer2006-04-211-3/+3
* Corrected several old headerMap references. Updated test_response_headers_fil...Robert Brewer2006-04-211-2/+2
* CP 3 initial checkin. Global filters have been replaced by request.hooks. Lot...Robert Brewer2006-04-211-153/+140
* Added CallFunc and NoneType to unrepr. This allows object instantiation in co...Robert Brewer2006-04-191-0/+7
* As per [http://tinyurl.com/l7axz the discussion] on cherrypy-devel,Christian Wyglendowski2006-03-161-0/+15
* Fix for #458 (auto-init mimetypes module). Knownfiles only works on Unix.Robert Brewer2006-02-191-0/+1
* Fix for serveFile if the extension is uppercase (like "picture.JPG").Robert Brewer2006-01-231-1/+1
* created modified_since function so that applications can check manually if a ...Sylvain Hellegouarch2006-01-201-10/+30
* Fix for #430 (serveFile should require abs paths).Robert Brewer2006-01-021-10/+6
* Fix for #404, #417 (index files and staticfilter). New "static_filter.index" ...Robert Brewer2005-12-291-0/+4
* Big change: camelCase to lower_with_underscore names (still need to update th...Remi Delon2005-12-031-17/+17
* Got rid of some superfluous custom exceptions.Robert Brewer2005-11-261-4/+1
* Made response.body into a descriptor:Robert Brewer2005-11-261-4/+4
* Moved filter-handling code into lib.filter.__init__.py. Also moved unrepr and...Robert Brewer2005-11-101-0/+108
* Moved a bunch of stuff from lib/cptools into a new lib/httptools module. The ...Robert Brewer2005-11-051-359/+7
* Moved _cphttptools.KeyTitlingDict to lib.cptools.HeaderMap.Robert Brewer2005-11-011-0/+46
* Fix for #357 (Pythonic access to Accept-* request headers). New cptools.getAc...Robert Brewer2005-11-011-0/+81
* Moved these blocks out of _cphttptools.Request and into cptools: parseRequest...Robert Brewer2005-10-311-1/+65
* Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).Robert Brewer2005-10-311-31/+1
* Fix for #356 (formalize server.environment as a set of config defaults). New ...Robert Brewer2005-10-311-1/+1
* Fix for #373 (arbitrary mount points, or "virtual roots"). All internal use o...Robert Brewer2005-10-291-1/+0
* Fix for #283.Robert Brewer2005-10-101-2/+2
* NotFound path arg now defaults to cherrypy.request.path.Robert Brewer2005-10-031-2/+2
* Fix for ticket #317? More importantly, some error-handling and other cleanups:Robert Brewer2005-09-271-1/+47
* Closes #324 (wontfix). Added more extensive comment regarding relative paths ...Robert Brewer2005-09-251-0/+7
* Fix for #318, #322 and #323.Robert Brewer2005-09-251-33/+37
* ticket:288 changes merged into trunk, deleted httperrors branch, added assert...Michael Robinson2005-09-131-1/+1
* HTTPClientError renamed HTTPStatusError, removed some outdated session docume...Michael Robinson2005-09-051-1/+1
* improvments to the http errors tutorial (10), minor cleanups of the http erro...Michael Robinson2005-09-041-2/+2
* Moved fileGenerator, httpdate, serve_file, and get_ranges from _cphttptools t...Robert Brewer2005-08-301-1/+202
* All raised exceptions now conform to "raise Exception([arg])" syntax (no more...Robert Brewer2005-08-261-1/+1
* 1. Partial fix for ticket #242 (ability to specify attributes in a config file).Robert Brewer2005-08-081-3/+3
* yet another fix to positionalparametersawarePeter Hunt2005-08-071-2/+5
* Removed windows line endings from revision 490.John P. Speno2005-07-211-5/+4
* fix to cptools that made index() work in corner cases, and fixed a security f...Peter Hunt2005-07-201-4/+8
* Fixes for ticket #226.Robert Brewer2005-07-141-4/+4
* Fix to cptools.PositionalParametersAware that broke NotFound functionality.Peter Hunt2005-07-121-1/+5
* Implements ticket #195.Robert Brewer2005-06-251-33/+34
* added fun decorator utility funcs and getSPecialAttributePathPeter Hunt2005-06-251-1/+28
* Fixed InternalRedirect to handle query strings.Robert Brewer2005-06-241-2/+2