index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
_cptools.py
Commit message (
Expand
)
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
*
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
*
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
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-31
/
+31
*
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. Re...
Jason R. Coombs
2016-04-30
1
-2
/
+2
*
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
|
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-74
/
+74
*
|
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
*
|
Fix a bunch of links in the documentaton.
Joel Rivera
2013-03-19
1
-1
/
+1
*
|
Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ to
Michiel Overtoom
2012-06-21
1
-2
/
+2
*
|
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-74
/
+74
|
/
*
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 g...
trunk
Robert Brewer
2011-02-25
1
-510
/
+0
*
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 caching...
Robert Brewer
2009-08-15
1
-11
/
+2
*
Fix for #930 (The tidy and nsgmls tools will fail for concurrent requests). R...
Robert Brewer
2009-08-11
1
-4
/
+29
*
Fix for #946 (Problem with encoded text in multipart/form-data). Reworked the...
Robert Brewer
2009-08-10
1
-0
/
+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 request/re...
Robert Brewer
2009-06-22
1
-18
/
+18
*
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 ment...
visteya
2009-05-11
1
-0
/
+3
*
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 pr...
Robert Brewer
2008-07-05
1
-1
/
+1
*
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
[next]