index
:
delta/python-packages/wsme.git
master
github.com: stackforge/wsme.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wsmeext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire github mirror, repo moved to opendev
HEAD
master
Jim Rollenhagen
2019-09-26
24
-3989
/
+0
*
Improve handling of :module: in wsme documenters
0.9.3
Vladyslav Drok
2018-06-27
1
-6
/
+15
*
Fix (some) tests for modern flask and pep8
Chris Dent
2018-04-09
7
-16
/
+16
*
Remove white space between print ()
0.9.2
Sanu Madhavan
2017-01-20
1
-1
/
+1
*
Fix: Sphinx extension on Python3
Lucas Alvares Gomes
2017-01-18
1
-0
/
+2
*
Fix pep8 issues and switch to py35 in tox.ini
Vladyslav Drok
2016-12-23
4
-0
/
+7
*
Replace deprecated assertEquals with assertEqual
Stéphane Bisinger
2015-05-13
1
-1
/
+1
*
Ensure UserType objects are converted to basetype
Stéphane Bisinger
2015-05-07
1
-1
/
+1
*
Convert built-in types when passed as strings
Stéphane Bisinger
2015-05-06
1
-1
/
+1
*
Enable real testing of python 3.4
Chris Dent
2015-04-28
1
-2
/
+4
*
Merge "Pecan: Make it possible to use the Response to return a non-default re...
Jenkins
2015-04-20
1
-2
/
+15
|
\
|
*
Pecan: Make it possible to use the Response to return a non-default return type
Lucas Alvares Gomes
2015-04-01
1
-2
/
+15
*
|
Converts prints to logging.debug calls
Stéphane Bisinger
2015-04-16
1
-5
/
+6
|
/
*
Improve Accept and Content-Type handling
Chris Dent
2015-02-18
1
-1
/
+15
*
Fix pep8 w503 errors
Chris Dent
2015-02-18
1
-2
/
+2
*
Correct pep8 errors from imports in weird places.
Chris Dent
2015-02-09
1
-4
/
+2
*
several fixes for SOAP protocol
Sławek Ehlert
2015-01-05
2
-4
/
+7
*
Make the flask adapter working with flask.ext.restful
Christophe de Vienne
2014-11-11
1
-0
/
+7
*
Add support for manually specifying supported content types in @wsmeexpose.
Ryan Petrello
2014-09-24
2
-5
/
+11
*
Use APIPATH_MAXLEN from the right module
Dustin J. Mitchell
2014-06-20
1
-1
/
+1
*
Fix pep8 errors
Julien Danjou
2014-04-25
3
-9
/
+3
*
pecan: cleanup, use global vars and staticmethod
Julien Danjou
2014-01-10
1
-18
/
+23
*
Merge "Enable and fix Sphinx tests"
Jenkins
2013-10-11
1
-5
/
+6
|
\
|
*
Enable and fix Sphinx tests
Julien Danjou
2013-10-07
1
-5
/
+6
*
|
Add custom error code to ClientSideError
Yuriy Zveryanskyy
2013-10-09
5
-39
/
+4
|
/
*
Handle [] {} for body in rest protocols
Mehdi Abaakouk
2013-10-04
1
-1
/
+1
*
Include Pecan tests in default Python environment
Julien Danjou
2013-09-26
1
-0
/
+6
*
Merge "Minor code cleanups"
Jenkins
2013-09-23
2
-8
/
+8
|
\
|
*
Minor code cleanups
Julien Danjou
2013-09-18
2
-8
/
+8
*
|
Merge "Remove various usage of sys.exc_info()"
Jenkins
2013-09-22
1
-3
/
+1
|
\
\
|
*
|
Remove various usage of sys.exc_info()
Julien Danjou
2013-09-18
1
-3
/
+1
|
|
/
*
|
Add improved support for HTTP response codes in cornice apps.
Ryan Petrello
2013-09-16
1
-2
/
+13
|
/
*
Add improved support for HTTP response codes in TG 1.x apps.
Ryan Petrello
2013-09-06
1
-3
/
+32
*
Add improved support for HTTP response codes in flask apps.
Ryan Petrello
2013-09-06
1
-1
/
+11
*
pep8 fixes, including a declaration in tox.ini for running flake8
Ryan Petrello
2013-09-05
13
-150
/
+128
*
Fix for returned status code and .gitignore
119Vik
2013-08-28
3
-4
/
+43
*
Fix issue #11 in the pecan adapter
Christophe de Vienne
2013-08-02
1
-0
/
+5
*
The Response object can now carry error details. Not sure about this though, ...
Christophe de Vienne
2013-06-21
1
-1
/
+8
*
Fix inner null objects in the extdirect protocol
Christophe de Vienne
2013-05-13
1
-0
/
+2
*
Fix returning objects with object attributes set to 'None'
Christophe de Vienne
2013-05-13
1
-0
/
+5
*
Use assertEquals so we see what is the wrong value if any
Christophe de Vienne
2013-05-04
1
-1
/
+1
*
pecan: Make it possible to use the Response to return non-default status codes.
Angus Salkeld
2013-04-24
1
-0
/
+7
*
wsmeext.cornice now handle errors properly
Christophe de Vienne
2013-04-17
1
-15
/
+32
*
wsmeext.cornice.signature can now decorate resource class methods
Christophe de Vienne
2013-04-17
1
-2
/
+18
*
Pecan adapter: Debug mode (which returns the exception tracebacks to the
Christophe de Vienne
2013-04-16
1
-1
/
+4
*
The cornice adapter now handle the url matched parameters
Christophe de Vienne
2013-04-10
1
-2
/
+3
*
Move the missing argument verification in a wsme.runtime module so that it ca...
Christophe de Vienne
2013-04-08
3
-3
/
+9
*
Move the function documentation code to a separate function.
Christophe de Vienne
2013-04-04
1
-92
/
+101
*
A new HostRequest type can be used to have the host framework request object ...
Christophe de Vienne
2013-04-02
4
-0
/
+9
*
Create some (incomplete) tests for the cornice adapter and fix it
Christophe de Vienne
2013-03-28
1
-27
/
+25
[next]