summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-06Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino1-2/+2
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino1-8/+1
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino1-2/+2
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2-9/+14
2010-02-28Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino1-0/+4
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino1-1/+1
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino1-1/+1
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino5-55/+32
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino3-143/+39
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino7-20/+54
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2-0/+34
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino2-3/+3
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino5-30/+85
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino4-22/+25
2010-01-11Updated svn:ignore properties. Fixed build error.jsdelfino2-3/+2
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino10-6/+384
2010-01-11Cleaned up python support code, removed unused functions.jsdelfino5-164/+51
2010-01-11Minor fixes to server and python evaluator to get python store working. Some...jsdelfino1-1/+1
2010-01-06Minor cleanup, removed unnecessary references to GC pools.jsdelfino4-23/+23
2010-01-05Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino1-2/+7
2010-01-05Minor cleanup, removed unused poolptr and char value types.jsdelfino1-4/+0
2010-01-05Integrated python 2.6 interpreter in modules/python. The integration is much ...jsdelfino7-0/+787