This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
bf0be392ec49dd64f9ddf4a7c154b4a9f59f3583
deb-python-wsme
/
wsme
History
Christophe de Vienne
bf0be392ec
Completed the change list.
...
version -> 0.2.0
2011-10-25 12:56:30 +02:00
..
protocols
We now have a CallContext that follows a function execution from the path extraction to the result encoding.
2011-10-18 16:25:18 +02:00
tests
Fix self reference complex type registration
2011-10-24 16:42:54 +02:00
__init__.py
Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:
wsme.WSRoot
instance. This way a same root can be integrated in several framework.
2011-10-11 22:51:21 +02:00
controller.py
Protocols can now implement batch-calls
2011-10-25 12:38:23 +02:00
exc.py
Improve ClientSideError interface + raise wsme.exc coverage to 100%
2011-10-11 13:49:57 +02:00
release.py
Completed the change list.
2011-10-25 12:56:30 +02:00
rest.py
Rename list_calls to iter_calls and makes it an iterator.
2011-10-19 11:43:02 +02:00
tg1.py
Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:
wsme.WSRoot
instance. This way a same root can be integrated in several framework.
2011-10-11 22:51:21 +02:00
types.py
Add a function to retrieve an attribute definition of a complex type
2011-10-24 18:05:42 +02:00
utils.py
A few utility functions
2011-09-23 20:33:10 +02:00
wsgi.py
Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:
wsme.WSRoot
instance. This way a same root can be integrated in several framework.
2011-10-11 22:51:21 +02:00