Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -10/+3 |
| | |||||
* | Fix property setters | Sviatoslav Sydorenko | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | Upgrade @property decorator syntax | Sviatoslav Sydorenko | 2018-05-26 | 1 | -2/+3 |
| | |||||
* | Drop unused sys import from tools | Sviatoslav Sydorenko | 2018-05-21 | 1 | -2/+0 |
| | |||||
* | Replace py3 check with six in tools | Sviatoslav Sydorenko | 2018-05-21 | 1 | -1/+3 |
| | |||||
* | Drop deprecated basic_auth and digest_auth | Sviatoslav Sydorenko | 2018-05-21 | 1 | -4/+2 |
| | | | | | | Also remove ``httpauth`` module Resolves #1688 | ||||
* | Remove DeprecatedTool and tidy and nsgmls 'tools'. Ref #1689. | Jason R. Coombs | 2018-02-04 | 1 | -32/+0 |
| | |||||
* | Convert params tool compatible with json_out | Aric Coady | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | Remove extraneous list build and reindent for clarity. | Jason R. Coombs | 2017-12-17 | 1 | -3/+6 |
| | |||||
* | Remove SessionAuthTool._setargs which wouldn't even run as cptools is not in ↵ | Jason R. Coombs | 2017-10-29 | 1 | -5/+1 |
| | | | | globals (explicitly deleted at the end of the module). Tests still pass. | ||||
* | Extract variables and reindent to remove long lines. | Jason R. Coombs | 2017-10-05 | 1 | -2/+7 |
| | |||||
* | fix cache after gzip | Dan Vinakovsky | 2017-08-15 | 1 | -2/+2 |
| | |||||
* | PEP8fy codebase: eliminated F821 flake8 error | Sviatoslav Sydorenko | 2017-03-12 | 1 | -1/+1 |
| | | | | | | | Also fix usage of undeclared variables inroduces in commits: * 9913ddbc3 * c4b693e11 * d3c9807ba | ||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -31/+31 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Fix E402 in _cptools | Sviatoslav Sydorenko | 2016-09-08 | 1 | -5/+5 |
| | |||||
* | Convert request params based on function annotations. Fixes #1441. | Aric Coady | 2016-07-17 | 1 | -0/+1 |
| | |||||
* | Use expose decorator throughout the codebase. | Jason R. Coombs | 2016-06-05 | 1 | -3/+4 |
| | |||||
* | Fix #1311: decorator for registering tools. | Aric Coady | 2016-05-14 | 1 | -0/+7 |
| | |||||
* | Replace references to bitbucket tickets with references to github tickets. ↵ | Jason R. Coombs | 2016-04-30 | 1 | -2/+2 |
| | | | | Ref #1410. | ||||
* | Merge fix from 3.2.x | Jason R. Coombs | 2014-09-11 | 1 | -1/+1 |
|\ | |||||
| * | HandlerWrapperTool: handle config arguments properly | Balazs Scheidler | 2014-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is possible to pass configuration variables to tools created using HandlerWrapperTool, either via the config file, _cp_config or explicit decorator arguments. As HandlerWrapperTool passes these configuration variables as arguments to the HandlerWrapperTool.callable() method, the callable method must have a signature that actually accepts any arguments. These are not passed on to the actual handler function, that might work with those using explicit config.get() calls. Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> --HG-- branch : cherrypy-3.2.x | ||||
| * | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -74/+74 |
| | | | | | | | | | | | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` --HG-- branch : cherrypy-3.2.x | ||||
* | | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -10/+18 |
| | | |||||
* | | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -8/+19 |
| | | | | | | | | | | --HG-- branch : autopep8 | ||||
* | | Fix a bunch of links in the documentaton. | Joel Rivera | 2013-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Some of them has been updated to the new location and others just reformated to rst. Update copyright. | ||||
* | | Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ to | Michiel Overtoom | 2012-06-21 | 1 | -2/+2 |
| | | | | | | | | https://bitbucket.org/cherrypy/cherrypy/issue/XYZ | ||||
* | | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -74/+74 |
|/ | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+510 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -510/+0 |
| | | | | goes in the py2 folder, and we can use a single setup.py to install either, depending on the version of Python that runs setup.py install. | ||||
* | Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away. | Robert Brewer | 2011-02-24 | 1 | -4/+11 |
| | |||||
* | New logging.statistics in wsgiserver, plus new lib/cpstats.py | Robert Brewer | 2011-02-23 | 1 | -0/+1 |
| | |||||
* | Docs: lots of intro work; new progguide/files/ | Robert Brewer | 2010-02-25 | 1 | -18/+22 |
| | |||||
* | Switched the json_in tool to take advantage of the new body.processors. | Robert Brewer | 2009-08-23 | 1 | -1/+1 |
| | |||||
* | Fix for #775 (Caching has a performance-killing race condition?). The ↵ | Robert Brewer | 2009-08-15 | 1 | -11/+2 |
| | | | | caching tool now does antistampeding by default. | ||||
* | Fix for #930 (The tidy and nsgmls tools will fail for concurrent requests). ↵ | Robert Brewer | 2009-08-11 | 1 | -4/+29 |
| | | | | Removed the tidy/nsgmls tools. | ||||
* | Fix for #946 (Problem with encoded text in multipart/form-data). Reworked ↵ | Robert Brewer | 2009-08-10 | 1 | -0/+1 |
| | | | | the structure for attempting various charsets when decoding request entities. New 'decode' Tool which is backward-compatible with the one in 3.1. | ||||
* | Final fix for #915 (Add "debug=False" arg to builtin Tools). | Robert Brewer | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | All internals now use cherrypy.serving.request/response instead of ↵ | Robert Brewer | 2009-06-22 | 1 | -18/+18 |
| | | | | request/response for a speed boost. | ||||
* | Some changes to make trunk more in line with py3. | Robert Brewer | 2009-06-02 | 1 | -4/+4 |
| | |||||
* | Brought trunk up to par with the encoding changes from the python3 branch. | Robert Brewer | 2009-06-01 | 1 | -2/+1 |
| | |||||
* | trunk - Removing the deprecated wsgiapp module and its Tool. [2202] in python3. | Lakin Wecker | 2009-05-31 | 1 | -26/+1 |
| | |||||
* | Added improved Tools (and tests) for basic and digest authentication, as ↵ | visteya | 2009-05-11 | 1 | -0/+3 |
| | | | | mentioned in tickets #913 and #914 | ||||
* | Added tools.autovary | Robert Brewer | 2009-05-06 | 1 | -0/+1 |
| | |||||
* | New error when accessing Tool.on | Robert Brewer | 2009-04-22 | 1 | -0/+9 |
| | |||||
* | JSON input/output tools (#831) | alex.morega | 2009-03-31 | 1 | -1/+3 |
| | |||||
* | Test and fix for #835 (autotags fail on unicode characters). Bumped up the ↵ | Robert Brewer | 2008-07-05 | 1 | -1/+1 |
| | | | | priority of tools.etags to run after tools.encoding (but before tools.gzip, caching). | ||||
* | New tools.redirect. | Robert Brewer | 2008-06-23 | 1 | -0/+1 |
| | |||||
* | New HandlerWrapperTool. | Robert Brewer | 2008-05-17 | 1 | -0/+31 |
| | |||||
* | Fix for #805 (Remove import of inspect). | Robert Brewer | 2008-04-26 | 1 | -9/+15 |
| | |||||
* | Fix for #745 (Make a builtin tool which logs all hooks for a given request). | Robert Brewer | 2007-10-30 | 1 | -0/+1 |
| |