summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_objectmapping.py
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesVille Skyttä2017-07-101-1/+1
* PEP8fy codebase: eliminated F841 flake8 errorSviatoslav Sydorenko2017-03-121-2/+2
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-98/+98
* 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-25/+24
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-2/+2
* Test keyword-only syntax in dispatchers.Aric Coady2014-05-061-0/+15
* More PEP8 work.Gustavo Picon2014-01-121-2/+4
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-14/+24
* Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-2/+2
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-89/+89
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+404
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-403/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Made dot-to-underscore translation extensible.Robert Brewer2010-05-151-0/+17
* Removed test.py etc.Robert Brewer2010-04-271-12/+2
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-152/+153
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-1/+1
* Test and fix for scheme in querystring.Robert Brewer2009-09-171-0/+7
* New redirect to parent URI test.Robert Brewer2009-06-251-0/+28
* More trunk test fixes, inlucding backport of [2282] from python3 to trunk.Robert Brewer2009-05-311-1/+1
* Fix for #906 (Firefox displays a popup on redirect). Reverted [2149] and chan...Robert Brewer2009-03-241-2/+2
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+0
* Repaired testTreeMounting.Robert Brewer2009-01-101-17/+25
* Whew. Fixed the whole test suite to properly handle the --host arg.Robert Brewer2008-11-081-1/+1
* Silenced some long-known test disparities when using Apache as the server in ...Robert Brewer2008-11-081-10/+11
* Allow apps to be mounted with the same script_name passed in as they are alre...Lakin Wecker2008-10-301-0/+8
* Dissallow script_name in cherrypy.tree.mount when an instance of Application ...Lakin Wecker2008-10-151-0/+16
* #733 - Return a 404 when query parameters passed to a handler are incorect. ...Lakin Wecker2008-08-041-3/+2
* Fix for #740 (Default server.socket_host to IPv4 address).Robert Brewer2007-10-261-1/+1
* Reverting the test for #733 until 3.2.Robert Brewer2007-10-261-2/+4
* Test and fix for #737 (not possible to have custom request handler on applica...Robert Brewer2007-10-041-1/+14
* couple new tests and a docstring.Robert Brewer2007-09-271-0/+4
* More cherrypy.dispatch cleanup.Robert Brewer2006-12-031-1/+1
* Test case for #613 (HTTPRedirect from default handler goes up one directory).Robert Brewer2006-12-021-3/+9
* Fix for #573 (wsgi server bug in mount-point resolution with multiple mounted...Robert Brewer2006-10-261-1/+10
* Fix for #562 (Redirect for slash doesn't use tools.proxy.base). Moved slash c...Robert Brewer2006-09-161-1/+1
* New CPWebCase base() function.Robert Brewer2006-09-131-10/+4
* Collapsed request.url and tree.url into a single cherrypy.url function.Robert Brewer2006-09-111-4/+4
* SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...Robert Brewer2006-09-101-8/+8
* Got rid of cherrypy.request.path. Use request.script_name + request.path_info...Robert Brewer2006-09-091-2/+2
* Improved tree.url() to include base. Also replaced request.browser_url with r...Robert Brewer2006-09-061-1/+2
* Fix for #433 (mapPathToObject should remove a trailing /, not just add it). C...Robert Brewer2006-08-311-2/+10
* New test for default handler when using MethodDispatcher.Robert Brewer2006-08-291-0/+11
* More (final?) config overhaul work:Robert Brewer2006-08-251-1/+1
* Overhaul of config system:Robert Brewer2006-08-241-5/+2
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* WSGI-related changes:Robert Brewer2006-08-071-0/+4
* Finally a clean fix for #102 (Dispatch to different page handlers based on HT...Robert Brewer2006-06-251-4/+38