summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/wsgi/util.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change ATOM and RSS feed representations to use name value pairs instead of ↵jsdelfino2011-03-081-0/+6
| | | | | | 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
* Port REST support improvements to AppEngine Python integration scripts and ↵jsdelfino2010-12-271-0/+13
| | | | | | add a sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053004 13f79535-47bb-0310-9956-ffa450edef68
* Add simple implementation of Scheme-like lazy streams.jsdelfino2010-05-131-0/+62
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943806 13f79535-47bb-0310-9956-ffa450edef68
* Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ↵jsdelfino2010-03-061-20/+29
| | | | | | 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
* Strawman WSGI integration, allowing Python components to run in a Python ↵jsdelfino2010-02-281-0/+74
WSGI server. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917286 13f79535-47bb-0310-9956-ffa450edef68