This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
32be7baa65e1df5cea0cbdd27b301e26e1eda02e
deb-python-wsme
/
wsme
History
Christophe de Vienne
32be7baa65
Change version
2012-04-17 14:14:38 +02:00
..
protocols
Introduce a Protocol base class, and add a method to render a sample data (used by the documentation tool)
2012-03-29 18:30:50 +02:00
tests
Avoid using a weakref.proxy for CallContext.request because we need to get a real ref to the request at some point in the tests
2012-01-18 20:04:00 +01:00
__init__.py
Code cleaning (thanks to flake8)
2011-11-28 18:41:47 +01:00
api.py
The sphinx ext is now able to basicaly autodocument the functions (just retrivieve the docstrings for now
2012-03-29 20:48:44 +02:00
exc.py
Improve ClientSideError interface + raise wsme.exc coverage to 100%
2011-10-11 13:49:57 +02:00
release.py
Change version
2012-04-17 14:14:38 +02:00
root.py
TG1 server.webpath mechanics makes it impossible to use a filter on the controller itself. So we put it on the root controller and carrefully change the WSRoot webpath so that everything works properly
2012-03-28 15:18:32 +02:00
sphinxext.py
handle_signature should return a value
2012-03-30 19:29:37 +02:00
tg1.py
TG1 server.webpath mechanics makes it impossible to use a filter on the controller itself. So we put it on the root controller and carrefully change the WSRoot webpath so that everything works properly
2012-03-28 15:18:32 +02:00
types.py
:class:
wsattr
now takes a 'default' parameter
2012-02-20 11:40:40 +01:00
utils.py
Code cleaning (thanks to flake8)
2011-11-28 18:41:47 +01: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