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_objectmapping.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes
Ville Skyttä
2017-07-10
1
-1
/
+1
*
PEP8fy codebase: eliminated F841 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-2
/
+2
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-98
/
+98
*
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
-1
/
+1
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-25
/
+24
*
Replace references to bitbucket tickets with references to github tickets. Re...
Jason R. Coombs
2016-04-30
1
-2
/
+2
*
Test keyword-only syntax in dispatchers.
Aric Coady
2014-05-06
1
-0
/
+15
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-2
/
+4
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-14
/
+24
*
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
-89
/
+89
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+404
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-403
/
+0
*
More Python 2.3 fixes.
Robert Brewer
2011-02-24
1
-1
/
+2
*
Made dot-to-underscore translation extensible.
Robert Brewer
2010-05-15
1
-0
/
+17
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-12
/
+2
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-152
/
+153
*
Merged the 'gateways' branch into trunk.
Robert Brewer
2009-10-03
1
-1
/
+1
*
Test and fix for scheme in querystring.
Robert Brewer
2009-09-17
1
-0
/
+7
*
New redirect to parent URI test.
Robert Brewer
2009-06-25
1
-0
/
+28
*
More trunk test fixes, inlucding backport of [2282] from python3 to trunk.
Robert Brewer
2009-05-31
1
-1
/
+1
*
Fix for #906 (Firefox displays a popup on redirect). Reverted [2149] and chan...
Robert Brewer
2009-03-24
1
-2
/
+2
*
Moved "environment: test_suite" out of individual tests and into helper.py. M...
Robert Brewer
2009-02-10
1
-3
/
+0
*
Repaired testTreeMounting.
Robert Brewer
2009-01-10
1
-17
/
+25
*
Whew. Fixed the whole test suite to properly handle the --host arg.
Robert Brewer
2008-11-08
1
-1
/
+1
*
Silenced some long-known test disparities when using Apache as the server in ...
Robert Brewer
2008-11-08
1
-10
/
+11
*
Allow apps to be mounted with the same script_name passed in as they are alre...
Lakin Wecker
2008-10-30
1
-0
/
+8
*
Dissallow script_name in cherrypy.tree.mount when an instance of Application ...
Lakin Wecker
2008-10-15
1
-0
/
+16
*
#733 - Return a 404 when query parameters passed to a handler are incorect. ...
Lakin Wecker
2008-08-04
1
-3
/
+2
*
Fix for #740 (Default server.socket_host to IPv4 address).
Robert Brewer
2007-10-26
1
-1
/
+1
*
Reverting the test for #733 until 3.2.
Robert Brewer
2007-10-26
1
-2
/
+4
*
Test and fix for #737 (not possible to have custom request handler on applica...
Robert Brewer
2007-10-04
1
-1
/
+14
*
couple new tests and a docstring.
Robert Brewer
2007-09-27
1
-0
/
+4
*
More cherrypy.dispatch cleanup.
Robert Brewer
2006-12-03
1
-1
/
+1
*
Test case for #613 (HTTPRedirect from default handler goes up one directory).
Robert Brewer
2006-12-02
1
-3
/
+9
*
Fix for #573 (wsgi server bug in mount-point resolution with multiple mounted...
Robert Brewer
2006-10-26
1
-1
/
+10
*
Fix for #562 (Redirect for slash doesn't use tools.proxy.base). Moved slash c...
Robert Brewer
2006-09-16
1
-1
/
+1
*
New CPWebCase base() function.
Robert Brewer
2006-09-13
1
-10
/
+4
*
Collapsed request.url and tree.url into a single cherrypy.url function.
Robert Brewer
2006-09-11
1
-4
/
+4
*
SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...
Robert Brewer
2006-09-10
1
-8
/
+8
*
Got rid of cherrypy.request.path. Use request.script_name + request.path_info...
Robert Brewer
2006-09-09
1
-2
/
+2
*
Improved tree.url() to include base. Also replaced request.browser_url with r...
Robert Brewer
2006-09-06
1
-1
/
+2
*
Fix for #433 (mapPathToObject should remove a trailing /, not just add it). C...
Robert Brewer
2006-08-31
1
-2
/
+10
*
New test for default handler when using MethodDispatcher.
Robert Brewer
2006-08-29
1
-0
/
+11
*
More (final?) config overhaul work:
Robert Brewer
2006-08-25
1
-1
/
+1
*
Overhaul of config system:
Robert Brewer
2006-08-24
1
-5
/
+2
*
Made all imports absolute "just in case" for Python 2.5.
Robert Brewer
2006-08-24
1
-2
/
+2
*
WSGI-related changes:
Robert Brewer
2006-08-07
1
-0
/
+4
*
Finally a clean fix for #102 (Dispatch to different page handlers based on HT...
Robert Brewer
2006-06-25
1
-4
/
+38
[next]