0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 15 hours ago.
Nov 06, 2024 — Nov 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to support more swagger types More... about 8 years ago
Fixed test following update to types More... about 8 years ago
More tests for bottle API interface More... about 8 years ago
Updated methods with more and extended types to more supported by Swagger (and OpenAPI 3.0) spec More... about 8 years ago
Added a path string regular expression to provide a good base point. More... about 8 years ago
Added test case for proxy More... about 8 years ago
Merge branch 'master' of github.com:python-odin/odinweb More... about 8 years ago
Merge branch 'master' of github.com:python-odin/odinweb.bottle More... about 8 years ago
Updated requirements More... about 8 years ago
Added landscape and travis config More... about 8 years ago
Added test for request proxy to ensure it conforms More... about 8 years ago
Updated bottle to support API changes More... about 8 years ago
Migrated to PBR More... about 8 years ago
Allow headers to be based off collections.MutableMapping More... about 8 years ago
Improved assert messages renamed from test_request_proxy to check_request_proxy (to prevent naming collisions with pytest) More... about 8 years ago
Expanded test coverage to cover custom messages More... about 8 years ago
Removed popitem and poplistitem methods, very little value and annoying to test More... about 8 years ago
Corrected some warnings from landscape.io More... about 8 years ago
Disable too-many-arguments warning as this is used to simplify API! More... about 8 years ago
Added comments on the differences in implementation between Django/Flask/Bottle of MultiValueDict More... about 8 years ago
Update flask to check request proxy More... over 8 years ago
Renamed to check_request_proxy and added a message for attribute check More... over 8 years ago
Added simple check to ensure RequestProxies conform for different implementations More... over 8 years ago
Map request proxy to MultiValueDict More... over 8 years ago
Additional test cases for Multidict, removed deep copy support. More... over 8 years ago
Put noqa on typing imports More... over 8 years ago
landscape.io fixes More... over 8 years ago
Fixed iter items for python 2.7 More... over 8 years ago
Fix landscape yml More... over 8 years ago
Some tests for updated MultiValueDict More... over 8 years ago