summaryrefslogtreecommitdiff
path: root/cherrypy/_cptools.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-10/+3
* Fix property settersSviatoslav Sydorenko2018-05-261-1/+1
* Upgrade @property decorator syntaxSviatoslav Sydorenko2018-05-261-2/+3
* Drop unused sys import from toolsSviatoslav Sydorenko2018-05-211-2/+0
* Replace py3 check with six in toolsSviatoslav Sydorenko2018-05-211-1/+3
* Drop deprecated basic_auth and digest_authSviatoslav Sydorenko2018-05-211-4/+2
* Remove DeprecatedTool and tidy and nsgmls 'tools'. Ref #1689.Jason R. Coombs2018-02-041-32/+0
* Convert params tool compatible with json_outAric Coady2017-12-271-1/+1
* Remove extraneous list build and reindent for clarity.Jason R. Coombs2017-12-171-3/+6
* Remove SessionAuthTool._setargs which wouldn't even run as cptools is not in ...Jason R. Coombs2017-10-291-5/+1
* Extract variables and reindent to remove long lines.Jason R. Coombs2017-10-051-2/+7
* fix cache after gzipDan Vinakovsky2017-08-151-2/+2
* PEP8fy codebase: eliminated F821 flake8 errorSviatoslav Sydorenko2017-03-121-1/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-31/+31
* Fix E402 in _cptoolsSviatoslav Sydorenko2016-09-081-5/+5
* Convert request params based on function annotations. Fixes #1441.Aric Coady2016-07-171-0/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+4
* Fix #1311: decorator for registering tools.Aric Coady2016-05-141-0/+7
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-2/+2
* Merge fix from 3.2.xJason R. Coombs2014-09-111-1/+1
|\
| * HandlerWrapperTool: handle config arguments properlyBalazs Scheidler2014-03-121-1/+1
| * Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-74/+74
* | More PEP8 work.Gustavo Picon2014-01-121-10/+18
* | Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-8/+19
* | Fix a bunch of links in the documentaton.Joel Rivera2013-03-191-1/+1
* | Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-2/+2
* | Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-74/+74
|/
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+510
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-510/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-4/+11
* New logging.statistics in wsgiserver, plus new lib/cpstats.pyRobert Brewer2011-02-231-0/+1
* Docs: lots of intro work; new progguide/files/Robert Brewer2010-02-251-18/+22
* Switched the json_in tool to take advantage of the new body.processors.Robert Brewer2009-08-231-1/+1
* Fix for #775 (Caching has a performance-killing race condition?). The caching...Robert Brewer2009-08-151-11/+2
* Fix for #930 (The tidy and nsgmls tools will fail for concurrent requests). R...Robert Brewer2009-08-111-4/+29
* Fix for #946 (Problem with encoded text in multipart/form-data). Reworked the...Robert Brewer2009-08-101-0/+1
* Final fix for #915 (Add "debug=False" arg to builtin Tools).Robert Brewer2009-08-061-1/+1
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-18/+18
* Some changes to make trunk more in line with py3.Robert Brewer2009-06-021-4/+4
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-2/+1
* trunk - Removing the deprecated wsgiapp module and its Tool. [2202] in python3.Lakin Wecker2009-05-311-26/+1
* Added improved Tools (and tests) for basic and digest authentication, as ment...visteya2009-05-111-0/+3
* Added tools.autovaryRobert Brewer2009-05-061-0/+1
* New error when accessing Tool.onRobert Brewer2009-04-221-0/+9
* JSON input/output tools (#831)alex.morega2009-03-311-1/+3
* Test and fix for #835 (autotags fail on unicode characters). Bumped up the pr...Robert Brewer2008-07-051-1/+1
* New tools.redirect.Robert Brewer2008-06-231-0/+1
* New HandlerWrapperTool.Robert Brewer2008-05-171-0/+31
* Fix for #805 (Remove import of inspect).Robert Brewer2008-04-261-9/+15
* Fix for #745 (Make a builtin tool which logs all hooks for a given request).Robert Brewer2007-10-301-0/+1