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_xmlrpc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collapse 'if True' blocks.
Jason R. Coombs
2018-09-02
1
-6
/
+5
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-36
/
+3
*
Refactor cherrypy.lib.xmlrpcutil using six.moves
Sviatoslav Sydorenko
2017-08-07
1
-6
/
+4
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-13
/
+13
*
Fix E402 for test/_?test_*.py
Sviatoslav Sydorenko
2016-09-08
1
-6
/
+4
*
Rely on six for Python 3 differentiation
Jason R. Coombs
2016-06-05
1
-2
/
+3
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-13
/
+13
*
Replace references to bitbucket tickets with references to github tickets. Re...
Jason R. Coombs
2016-04-30
1
-1
/
+1
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-3
/
+6
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-6
/
+10
*
Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ to
Michiel Overtoom
2012-06-21
1
-1
/
+1
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-19
/
+19
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+179
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-172
/
+0
*
Last few 3.2 tweaks
Robert Brewer
2011-02-25
1
-3
/
+7
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-42
/
+39
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-6
/
+0
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-1
/
+3
*
Moved "environment: test_suite" out of individual tests and into helper.py. M...
Robert Brewer
2009-02-10
1
-2
/
+0
*
Whew. Fixed the whole test suite to properly handle the --host arg.
Robert Brewer
2008-11-08
1
-10
/
+2
*
Test and fix for #836 (Can't raise exceptions over XMLRPC).
Robert Brewer
2008-07-06
1
-0
/
+1
*
Test and fix for #791 (cherrypy.lib.xmlrpc.respond cannot marshal xmlrpclib.F...
Robert Brewer
2008-04-27
1
-1
/
+14
*
Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents.
Robert Brewer
2007-06-16
1
-0
/
+3
*
Fix for #643 (socket_host is confusing). Empty string and None are now illega...
Robert Brewer
2007-06-16
1
-2
/
+15
*
Allow non-xmlrpc methods on an XMLRPCController.
Robert Brewer
2007-06-14
1
-1
/
+14
*
Minor cleanups.
Robert Brewer
2006-12-21
1
-3
/
+2
*
Changes to socket_host:
Robert Brewer
2006-12-12
1
-2
/
+2
*
Fix for #600 (InternalRedirect does double duty). This dispwrappers.patch cha...
Robert Brewer
2006-11-16
1
-1
/
+5
*
SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...
Robert Brewer
2006-09-10
1
-2
/
+29
*
Overhaul of config system:
Robert Brewer
2006-08-24
1
-5
/
+1
*
Made all imports absolute "just in case" for Python 2.5.
Robert Brewer
2006-08-24
1
-2
/
+2
*
Fix for #533. CP3 will behave correctly and return a Fault when an XML-RPC m...
Christian Wyglendowski
2006-06-29
1
-0
/
+10
*
Separated tool construction from default toolbox by renaming cherrypy.tools m...
Robert Brewer
2006-06-12
1
-2
/
+2
*
Removed "filter" from lots of places, including renaming of tests.
Robert Brewer
2006-06-01
1
-0
/
+106