This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
436dab1b52da67762bd19b0afe8a32e62a44bd4d
deb-python-wsme
/
wsme
History
Christophe de Vienne
436dab1b52
Improved the complex type handling by using python Descriptors for attributes. They also carry the attribute name, so that the _wsme_attributes is now a list of wsattr/wsproperty instead of a list of (name, wsattr/wsproperty)
2011-10-28 11:34:34 +02:00
..
protocols
Improved the complex type handling by using python Descriptors for attributes. They also carry the attribute name, so that the _wsme_attributes is now a list of wsattr/wsproperty instead of a list of (name, wsattr/wsproperty)
2011-10-28 11:34:34 +02:00
tests
Improved the complex type handling by using python Descriptors for attributes. They also carry the attribute name, so that the _wsme_attributes is now a list of wsattr/wsproperty instead of a list of (name, wsattr/wsproperty)
2011-10-28 11:34:34 +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
Bugfix: a complex type used only in validate and never in expose was not registered
2011-10-28 09:47:33 +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
Improved the complex type handling by using python Descriptors for attributes. They also carry the attribute name, so that the _wsme_attributes is now a list of wsattr/wsproperty instead of a list of (name, wsattr/wsproperty)
2011-10-28 11:34:34 +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