This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
71b667a5e10ec9260f2c84109574fb7884ce09a0
deb-python-wsme
/
wsme
History
Christophe de Vienne
71b667a5e1
Fix the __eq__ operator for ArrayType
...
--HG-- extra : rebase_source : d7ad32012a9b93aa898b5c673e46cdf0047211e8
2012-11-28 22:21:39 +01:00
..
rest
Remove useless imports
2012-11-28 21:02:58 +01:00
tests
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
__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
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
cornice.py
Start working on adding protocols when used as a cornice complement
2012-10-25 21:35:08 +02:00
exc.py
test_types unit tests now successfully pass under python 3.2
2012-04-24 10:47:27 +02:00
pecan.py
Move around the REST implementation : wsme.protocols.commons -> wsme.rest.args, wsme.protocols.rest -> wsme.rest.protocol, wsme.protocols.restxml/json -> wsme.rest.xml/json, wsme.protocols.__init__ -> wsme.protocol.
2012-11-06 22:34:03 +01: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
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
sphinxext.py
Move around the REST implementation : wsme.protocols.commons -> wsme.rest.args, wsme.protocols.rest -> wsme.rest.protocol, wsme.protocols.restxml/json -> wsme.rest.xml/json, wsme.protocols.__init__ -> wsme.protocol.
2012-11-06 22:34:03 +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
tg1.py
Reorganise the tg1x adapters, and make the tg 1.5 adapter able to handle multiprotocol on 'native' rest
2012-11-26 13:55:27 +01:00
tg11.py
Adapter for turbogears 1.1
2012-11-28 22:35:17 +01:00
tg15.py
Reorganise the tg1x adapters, and make the tg 1.5 adapter able to handle multiprotocol on 'native' rest
2012-11-26 13:55:27 +01:00
types.py
Fix the __eq__ operator for ArrayType
2012-11-28 22:21:39 +01:00
utils.py
Python <2.7 compat
2012-11-07 22:37:35 +01:00