summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_config_server.py
Commit message (Expand)AuthorAgeFilesLines
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-25/+25
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-3/+4
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-3/+0
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+3
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-1/+1
* More PEP8 work.Gustavo Picon2014-01-121-1/+6
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-3/+5
* Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-18/+18
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+121
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-121/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Test fixes.Robert Brewer2010-12-281-1/+1
* Removed test.py etc.Robert Brewer2010-04-271-7/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-36/+36
* trunk: syncing with python3, except preferring WSGI 1.0 and sticking with byt...Robert Brewer2009-08-271-15/+14
* Removed py3print.Robert Brewer2009-06-141-4/+2
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-2/+2
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-2/+0
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-2/+2
* Backport of [2303], [2310], [2311] from python3 to trunk.Robert Brewer2009-05-311-45/+10
* Added a test for socket_timeout.Robert Brewer2009-02-111-0/+39
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+26
* Initial support for multiple servers in config (doesn't allow binding any app...Robert Brewer2009-01-301-2/+18
* New test module for config in the "server.*" namespace.Robert Brewer2009-01-291-0/+88