summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python/server-test.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for HTTP patch and application of patch scripts to server and ↵jsdelfino2013-01-031-0/+3
| | | | | | data store components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428192 13f79535-47bb-0310-9956-ffa450edef68
* Change ATOM and RSS feed representations to use name value pairs instead of ↵jsdelfino2011-03-081-7/+7
| | | | | | just strings, to allow support for all ATOM and RSS attributes and avoid confusion with non-feed string results. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079292 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-201-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024521 13f79535-47bb-0310-9956-ffa450edef68
* Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ↵jsdelfino2010-03-061-2/+2
| | | | | | support for JSON-RPC and ATOM to the WSGI integration. Adjusted server module test cases to help test the WSGI server. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919721 13f79535-47bb-0310-9956-ffa450edef68
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917263 13f79535-47bb-0310-9956-ffa450edef68
* Working queue and chat components. Added a few useful start/stop scripts. ↵jsdelfino2010-02-171-17/+13
| | | | | | Fixed lifecycle code to call start/stop/restart functions before APR pools are cleaned up in both parent and child processes. Minor build script improvements. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910819 13f79535-47bb-0310-9956-ffa450edef68
* Added missing headers to scheme and python test cases. Updated NOTICE and ↵jsdelfino2010-02-011-0/+17
| | | | | | LICENSE files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905204 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to autoconf build to make support for python, web service etc ↵jsdelfino2010-01-111-0/+29
and relevant test cases optional and generate ac_defines used in ifdefs to check for debug and multithreading. Moved some optional code and test cases around to run them only when the tested features are built. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897791 13f79535-47bb-0310-9956-ffa450edef68