summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Handle mandatory attributes"Jenkins2013-09-223-3/+62
|\ \
| * | Handle mandatory attributesJulien Danjou2013-09-183-3/+62
| |/
* | Merge "Remove various usage of sys.exc_info()"Jenkins2013-09-226-31/+12
|\ \
| * | Remove various usage of sys.exc_info()Julien Danjou2013-09-186-31/+12
| |/
* | Merge "Add improved support for HTTP response codes in cornice apps."Jenkins2013-09-222-2/+33
|\ \ | |/ |/|
| * Add improved support for HTTP response codes in cornice apps.Ryan Petrello2013-09-162-2/+33
* | update the b5 release date0.5b5Doug Hellmann2013-09-161-1/+1
* | Remove version number from setup.cfgDoug Hellmann2013-09-112-19/+5
* | Update tox config to allow packaging jobs to work0.5b4Doug Hellmann2013-09-114-0/+24
* | The cornice adapter will not make it in 0.5b30.5b3Christophe de Vienne2013-09-111-1/+1
* | Completed ChangelogChristophe de Vienne2013-09-091-0/+7
|/
* Add improved support for HTTP response codes in TG 1.x apps.Ryan Petrello2013-09-063-5/+98
* Add improved support for HTTP response codes in flask apps.Ryan Petrello2013-09-062-2/+60
* Require the ordereddict package for py26.Ryan Petrello2013-09-052-277/+11
* pep8 fixes, including a declaration in tox.ini for running flake8Ryan Petrello2013-09-0526-264/+272
* Remove py25 and add 26 support to tox.Ryan Petrello2013-09-043-100/+250
* Merge "Remove a deprecated flag from tox.ini."Jenkins2013-09-042-3/+0
|\
| * Remove a deprecated flag from tox.ini.Ryan Petrello2013-09-042-3/+0
* | Changelog for version 0.5b3Christophe de Vienne2013-09-041-0/+28
|/
* Merge "Switch to pbr"Jenkins2013-09-031-2/+2
|\
| * Switch to pbrJulien Danjou2013-08-211-2/+2
* | Fix BaseMeta with six >= 1.4.0Julien Danjou2013-09-021-2/+2
* | Merge "Fix for returned status code and .gitignore"Jenkins2013-08-306-10/+133
|\ \
| * | Fix for returned status code and .gitignore119Vik2013-08-286-10/+133
* | | Merge "Add a py33 tox target"Jenkins2013-08-212-3/+325
|\ \ \
| * | | Add a py33 tox targetJulien Danjou2013-08-212-3/+325
* | | | Merge "Fix attributes sorting based on source code"Jenkins2013-08-211-5/+4
|\ \ \ \ | |/ / /
| * | | Fix attributes sorting based on source codeJulien Danjou2013-08-211-5/+4
* | | | Merge "Sort set in type exception"Jenkins2013-08-211-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Sort set in type exceptionJulien Danjou2013-08-211-1/+1
| |/
* | Merge "Fix a little syntax error."Jenkins2013-08-211-1/+1
|\ \
| * | Fix a little syntax error.Christophe de Vienne2013-08-201-1/+1
| |/
* | Setup a .gitignore fileChristophe de Vienne2013-08-201-8/+4
|/
* Update README and package metadata to reflect gerrit review process.Ryan Petrello2013-08-202-4/+4
* Add .gitreview file.Ryan Petrello2013-08-201-0/+4
* Merged in sileht/wsme/sileht/unicode-clientsideerror (pull request #16)Christophe de Vienne2013-08-112-9/+18
|\
| * Support unicode message in ClientSideErrorMehdi Abaakouk2013-08-062-9/+18
|/
* Fix issue #11 in the pecan adapterChristophe de Vienne2013-08-022-1/+6
* Add a unittest to reproduce issue #11Christophe de Vienne2013-08-022-0/+8
* Require a python2.5 compatible version of Jinja2Christophe de Vienne2013-06-212-0/+2
* The Response object can now carry error details. Not sure about this though, ...Christophe de Vienne2013-06-212-2/+14
* Fix inner null objects in the extdirect protocolChristophe de Vienne2013-05-131-0/+2
* Fix returning objects with object attributes set to 'None'Christophe de Vienne2013-05-134-0/+18
* More --nologcapture to run tests so that suds does not get in the wayChristophe de Vienne2013-05-042-4/+4
* use --nologcapture to avoid a nasty failure when suds do some loggingChristophe de Vienne2013-05-042-51/+51
* Use assertEquals so we see what is the wrong value if anyChristophe de Vienne2013-05-041-1/+1
* Merged in asalkeld/wsme-2 (pull request #15)Christophe de Vienne2013-05-013-1/+21
|\
| * Test changing the default status_code in pecanAngus Salkeld2013-04-302-1/+2
| * Add a test to make sure we can use the Response from pecanAngus Salkeld2013-04-302-0/+12
| * pecan: Make it possible to use the Response to return non-default status codes.Angus Salkeld2013-04-241-0/+7