0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #448 from flask-restful/prepare-0.3.3 More... over 10 years ago
Release artifacts cleanup More... over 10 years ago
Prepare 0.3.3 release More... over 10 years ago
Merge pull request #444 from mikehwang/blessed-views More... over 10 years ago
Use double back-ticks to monospace critical keywords. More... over 10 years ago
Added a documentation on passing constructor parameters into resources. More... over 10 years ago
clarify behavior of `case_sensitive` option (fixes #442) More... over 10 years ago
fix url in quickstart (closes #447) More... over 10 years ago
Merge pull request #446 from maximium/master More... over 10 years ago
Remove a test for inputs.date values before the year 1900 More... over 10 years ago
Remove min. year limit 1900 in inputs date func More... over 10 years ago
Merge pull request #445 from textioHQ/master More... over 10 years ago
Fix error handling to allow arbitrary custom classes to properly propagate to the flask layer More... over 10 years ago
Bumped version to 0.3.3. Added myself to authors - Yay! More... over 10 years ago
Add in the ability to do dependency injection into the Resource objects. (fixes #429) More... over 10 years ago
Fix for deprecated Python 2.6 More... over 10 years ago
Disable challenge on 401 by default as a lot of people were running into that issue (fixes #398) More... over 10 years ago
Merge pull request #431 from alexmorken/feature/error-bundling More... over 10 years ago
Fixed tests to reflect the changes in error bundling/jsonifying More... over 10 years ago
Merge pull request #1 from VladimirPal/feature/error-bundling More... over 10 years ago
Fix abort issue More... over 10 years ago
Fixes #205 removed status code from handle_error response and used description as message content if present More... over 10 years ago
Made errors a single dict instead of a list of dicts More... over 10 years ago
Merge pull request #436 from juanrossi/master More... over 10 years ago
Fixes CHANGES typo. More... over 10 years ago
Merge pull request #435 from VladimirPal/deepcopy_fix More... over 10 years ago
Fixed problem with deepcopy More... over 10 years ago
Merge pull request #434 from elatomo/fix-reqparse-docs More... over 10 years ago
Fix 'Argument' docstring: no 'ValidationError' is actually required, just any exception will do More... over 10 years ago
Fix 'email' custom type example on docs: - Returning the same string instead of True draws a clearer picture of the expected behaviour of a custom type function. - Replace 'ValidationError' with a built-in exception. More... over 10 years ago