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_config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-14
/
+2
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-2
/
+1
*
Honor E241
Jason R. Coombs
2017-10-29
1
-7
/
+7
*
Honor E731 linter warning
Jason R. Coombs
2017-10-28
1
-1
/
+2
*
PEP8fy codebase: eliminated F821 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-1
/
+1
*
PEP8fy codebase: eliminated E303 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-1
/
+0
*
PEP8fy codebase: eliminated E241 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-7
/
+7
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-38
/
+38
*
Fix E402 for test/_?test_*.py
Sviatoslav Sydorenko
2016-09-08
1
-2
/
+3
*
Use config decorator in test_config. Fix issues where vars() on a class has n...
Jason R. Coombs
2016-06-05
1
-11
/
+6
*
Actually test the config decorator as indicated.
Jason R. Coombs
2016-06-05
1
-2
/
+1
*
Remove StringIO and BytesIO from compatibility module and use io module direc...
Jason R. Coombs
2016-06-05
1
-4
/
+8
*
Rely on six for Python 3 differentiation
Jason R. Coombs
2016-06-05
1
-2
/
+4
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-11
/
+9
*
Avoid the side effects of using `cherypy.config.environments` on `test_call_...
Joel Rivera
2016-03-10
1
-5
/
+11
*
Reimplementation and bufixes on the buildCall for python3.5.
Joel Rivera
2016-03-02
1
-0
/
+28
*
Remove unicode literal to avoid syntax error in python3.2
Mike Gilbert
2014-05-03
1
-1
/
+1
*
Fix test failing in Python 3.x
Bryan Deeney
2014-04-15
1
-8
/
+17
*
added parameter with kwargs to test config
James Stewart
2014-03-20
1
-0
/
+1
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-8
/
+13
*
Updated test case to reflect new default parameter spelling
Chris Beelby
2012-11-29
1
-1
/
+1
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-1
/
+1
*
Added multiply operation to unrepr
shadowman131
2011-08-11
1
-0
/
+4
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+252
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-249
/
+0
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-5
/
+2
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-4
/
+0
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-39
/
+40
*
trunk: syncing with python3, except preferring WSGI 1.0 and sticking with byt...
Robert Brewer
2009-08-27
1
-1
/
+1
*
Moved request.body construction before config namespaces so 'request.body' co...
Robert Brewer
2009-08-24
1
-1
/
+14
*
Removed py3print.
Robert Brewer
2009-06-14
1
-2
/
+6
*
trunk - more changes to bring the two branches into a more similar state - th...
Lakin Wecker
2009-06-01
1
-5
/
+4
*
Brought trunk up to par with the encoding changes from the python3 branch.
Robert Brewer
2009-06-01
1
-6
/
+10
*
trunk - removing backticks in favor of repr
Lakin Wecker
2009-06-01
1
-2
/
+2
*
trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...
Lakin Wecker
2009-05-31
1
-2
/
+2
*
Added test for updated setting of response headers http://cherrypy.org/ticket...
klarson
2009-04-01
1
-0
/
+10
*
Updated the test so it more closely matches the use case we're trying to support
jaraco
2009-03-31
1
-16
/
+7
*
Added variable substitution test for config
klarson
2009-03-31
1
-1
/
+33
*
Moved "environment: test_suite" out of individual tests and into helper.py. M...
Robert Brewer
2009-02-10
1
-3
/
+1
*
Silenced some long-known test disparities when using Apache as the server in ...
Robert Brewer
2008-11-08
1
-3
/
+6
*
Allow string concatenation in config files. Very useful for using ConfigParse...
Robert Brewer
2007-09-26
1
-0
/
+10
*
Added builtins and subscript to unrepr.
Robert Brewer
2007-07-21
1
-0
/
+9
*
Test and fix for correct order of application of Handler tool args.
Robert Brewer
2007-07-20
1
-1
/
+17
*
A couple more modpy test fixes.
Robert Brewer
2007-06-24
1
-3
/
+3
*
New global custom namespace test.
Robert Brewer
2007-04-01
1
-4
/
+18
*
New pywebd module. Trunk is now "3.1alpha".
Robert Brewer
2007-03-05
1
-2
/
+3
*
Fix to unrepr for function calls.
Robert Brewer
2007-02-17
1
-1
/
+9
*
Test support for wsgiref.validate (new '--validate' arg to test.py), plus a c...
Robert Brewer
2006-09-08
1
-0
/
+1
*
Moved request.namespaces back to the class level (each instance gets a copy)....
Robert Brewer
2006-09-05
1
-0
/
+30
*
mod_python improvements:
Robert Brewer
2006-09-03
1
-9
/
+6
[next]