summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino2010-02-281-0/+4
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-281-1/+1
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-221-1/+1
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-175-55/+32
* Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2010-02-073-143/+39
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-077-20/+54
* Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2010-02-012-0/+34
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-172-3/+3
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-175-30/+85
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-174-22/+25
* Updated svn:ignore properties. Fixed build error.jsdelfino2010-01-112-3/+2
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-1110-6/+384
* Cleaned up python support code, removed unused functions.jsdelfino2010-01-115-164/+51
* Minor fixes to server and python evaluator to get python store working. Some...jsdelfino2010-01-111-1/+1
* Minor cleanup, removed unnecessary references to GC pools.jsdelfino2010-01-064-23/+23
* Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino2010-01-051-2/+7
* Minor cleanup, removed unused poolptr and char value types.jsdelfino2010-01-051-4/+0
* Integrated python 2.6 interpreter in modules/python. The integration is much ...jsdelfino2010-01-057-0/+787