summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_xmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Collapse 'if True' blocks.Jason R. Coombs2018-09-021-6/+5
* Remove reliance on sixJason R. Coombs2018-09-021-36/+3
* Refactor cherrypy.lib.xmlrpcutil using six.movesSviatoslav Sydorenko2017-08-071-6/+4
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-13/+13
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-6/+4
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-2/+3
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-13/+13
* 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-3/+6
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-6/+10
* 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-19/+19
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+179
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-172/+0
* Last few 3.2 tweaksRobert Brewer2011-02-251-3/+7
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-42/+39
* Removed test.py etc.Robert Brewer2010-04-271-6/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-1/+3
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Whew. Fixed the whole test suite to properly handle the --host arg.Robert Brewer2008-11-081-10/+2
* Test and fix for #836 (Can't raise exceptions over XMLRPC).Robert Brewer2008-07-061-0/+1
* Test and fix for #791 (cherrypy.lib.xmlrpc.respond cannot marshal xmlrpclib.F...Robert Brewer2008-04-271-1/+14
* Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents.Robert Brewer2007-06-161-0/+3
* Fix for #643 (socket_host is confusing). Empty string and None are now illega...Robert Brewer2007-06-161-2/+15
* Allow non-xmlrpc methods on an XMLRPCController.Robert Brewer2007-06-141-1/+14
* Minor cleanups.Robert Brewer2006-12-211-3/+2
* Changes to socket_host:Robert Brewer2006-12-121-2/+2
* Fix for #600 (InternalRedirect does double duty). This dispwrappers.patch cha...Robert Brewer2006-11-161-1/+5
* SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...Robert Brewer2006-09-101-2/+29
* Overhaul of config system:Robert Brewer2006-08-241-5/+1
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* Fix for #533. CP3 will behave correctly and return a Fault when an XML-RPC m...Christian Wyglendowski2006-06-291-0/+10
* Separated tool construction from default toolbox by renaming cherrypy.tools m...Robert Brewer2006-06-121-2/+2
* Removed "filter" from lots of places, including renaming of tests.Robert Brewer2006-06-011-0/+106