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
/
test
/
test_tools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-18
/
+8
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-7
/
+7
*
Add test capturing expectation about hook priorities.
Jason R. Coombs
2017-10-05
1
-1
/
+19
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-05
1
-4
/
+11
*
Use six for itervalues
Jason R. Coombs
2017-07-09
1
-2
/
+1
*
Use six to bring range from the future.
Jason R. Coombs
2017-07-09
1
-2
/
+3
*
Use six for http imports
Jason R. Coombs
2017-07-09
1
-1
/
+2
*
Update test to match new expectation.
Jason R. Coombs
2017-07-08
1
-2
/
+3
*
Replace iteritems with six usage.
Jason R. Coombs
2017-07-08
1
-2
/
+2
*
PEP8fy codebase: eliminated F841 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-1
/
+1
*
PEP8fy codebase: eliminated F811 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-1
/
+1
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-61
/
+61
*
Fix E402 for test/_?test_*.py
Sviatoslav Sydorenko
2016-09-08
1
-11
/
+7
*
Use decorators where appropriate.
Jason R. Coombs
2016-08-03
1
-1
/
+1
*
Use cherrypy.config decorator throughout.
Jason R. Coombs
2016-06-05
1
-5
/
+4
*
Remove StringIO and BytesIO from compatibility module and use io module direc...
Jason R. Coombs
2016-06-05
1
-4
/
+6
*
Replaced 'unicodestr' with 'six.text_type'
Jason R. Coombs
2016-06-05
1
-3
/
+2
*
Remove use of bytestr and nativestr, which can be represented by 'bytes' and ...
Jason R. Coombs
2016-06-05
1
-2
/
+2
*
Rely on six for Python 3 differentiation
Jason R. Coombs
2016-06-05
1
-3
/
+5
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-6
/
+6
*
Fix #1311: decorator for registering tools.
Aric Coady
2016-05-14
1
-0
/
+15
*
Merge fix from 3.2.x
Jason R. Coombs
2014-09-11
1
-1
/
+3
|
\
|
*
HandlerWrapperTool: handle config arguments properly
Balazs Scheidler
2014-03-12
1
-1
/
+3
*
|
No longer using assertIsinstance (is 2.7+ only)
Gustavo Picon
2014-04-16
1
-1
/
+1
*
|
More PEP8 work.
Gustavo Picon
2014-01-12
1
-6
/
+9
*
|
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-11
/
+24
|
/
*
Fix login_screen so it works on Python 3 (and test passes)
Jason R. Coombs
2012-03-28
1
-2
/
+3
*
Added test to ensure that login_screen returns bytes - regression test for #1...
Jason R. Coombs
2012-03-24
1
-0
/
+13
*
Resaved with excess whitespace removed
Jason R. Coombs
2012-03-24
1
-57
/
+54
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+399
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-393
/
+0
*
More Python 2.3 fixes.
Robert Brewer
2011-02-24
1
-1
/
+1
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-26
/
+21
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-8
/
+0
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-208
/
+209
*
sync with python3, including separation of InternalRedirect handling and Exce...
Robert Brewer
2009-10-05
1
-1
/
+1
*
Removed py3print.
Robert Brewer
2009-06-14
1
-5
/
+6
*
trunk - more changes to bring the two branches into a more similar state - th...
Lakin Wecker
2009-06-01
1
-4
/
+4
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-2
/
+2
*
Fixed another gzip/encoding-related test.
Robert Brewer
2009-06-01
1
-4
/
+5
*
Brought trunk up to par with the encoding changes from the python3 branch.
Robert Brewer
2009-06-01
1
-2
/
+4
*
New error when accessing Tool.on
Robert Brewer
2009-04-22
1
-1
/
+19
*
Moved "environment: test_suite" out of individual tests and into helper.py. M...
Robert Brewer
2009-02-10
1
-3
/
+0
*
Silenced some long-known test disparities when using Apache as the server in ...
Robert Brewer
2008-11-08
1
-1
/
+2
*
Fixed test suites to match [2069].
Robert Brewer
2008-11-08
1
-6
/
+2
*
Committed Python 2.6/2.5.2 WSGI server compatibility patch from Lawouach and ...
Christian Wyglendowski
2008-11-03
1
-2
/
+7
*
Test for #829 (@tools.response.headers doesn't appear to work with response.s...
Robert Brewer
2008-06-28
1
-1
/
+15
*
Fix for #820 (start_response with exc_info raises exception even if no output...
Robert Brewer
2008-06-07
1
-5
/
+13
*
New HandlerWrapperTool.
Robert Brewer
2008-05-17
1
-0
/
+22
*
Trunk fix for #752 (Return cherrypy.server to a single-server model):
Robert Brewer
2007-11-11
1
-1
/
+1
[next]