This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
b7ede0b27fdee9e873323963aa242127007788b6
deb-python-wsme
/
wsme
History
Christophe de Vienne
b7ede0b27f
Choose float values that have no rounding issue on python 2.5 for the float multiplication test
2013-01-17 23:20:46 +01:00
..
rest
Python 3 compatibility
2013-01-17 22:57:05 +01:00
tests
Choose float values that have no rounding issue on python 2.5 for the float multiplication test
2013-01-17 23:20:46 +01:00
__init__.py
Reorganise the decorators. expose and validate are now in wsme.rest, and ws.api.signature becomes the raw decorator to declare a function signature. Got rid of the 'pexpose' decorator, which will be replaced later by a better way.
2012-10-31 10:48:01 +01:00
api.py
Add a new parameter 'ignore_extra_args' to the @signature decorator (and its frontends @wsexpose)
2012-12-19 15:11:52 +01:00
exc.py
test_types unit tests now successfully pass under python 3.2
2012-04-24 10:47:27 +02:00
protocol.py
Rework the rest implementation. We now have a single protocol that can manupulate different dataformat thanks to the helpers provided by the xml, json and args modules (which will be used by the adapters too). Some corner cases still don't pass the unittest, and some code cleaning is required.
2012-11-07 18:19:11 +01:00
root.py
Allow adapters to use the format_exception function, and use it in the Pecan adapter. /\!\ the response status is not properly changed by the decorator yet.
2012-12-06 16:51:51 +01:00
spore.py
Rework the rest implementation. We now have a single protocol that can manupulate different dataformat thanks to the helpers provided by the xml, json and args modules (which will be used by the adapters too). Some corner cases still don't pass the unittest, and some code cleaning is required.
2012-11-07 18:19:11 +01:00
types.py
Add sample() method to ArrayType and DictType
2012-12-07 16:12:48 -05:00
utils.py
Python <2.7 compat
2012-11-07 22:37:35 +01:00