This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
b7ede0b27fdee9e873323963aa242127007788b6
deb-python-wsme
/
wsme
/
rest
History
Christophe de Vienne
b33177ab70
Python 3 compatibility
2013-01-17 22:57:05 +01:00
..
__init__.py
Change the scan_api interface. It now yield the original function and static args (typically the 'self' attribute). Thanks to that the lookup_function method of WSRoot can access functions outside the WSRoot.
2012-11-26 01:25:51 +01:00
args.py
Now handle __body__ parameter, which needed to add a mimetype parameter to the different args_from_* functions
2013-01-17 22:48:04 +01:00
json.py
Python 3 compatibility
2013-01-17 22:57:05 +01:00
protocol.py
Now rely on wsme.rest.args to parse the parameters, which avoids a lot of code duplication
2013-01-17 22:49:00 +01:00
xml.py
Fix Python 3 compatibility
2013-01-15 12:07:26 +01:00