• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

flask-restful / flask-restful / 1143

Builds Branch Commit Type Ran Committer Via Coverage
1143 decimal_issue Stop passing the field name to the Decimal constructor When special-casing the request parser for Decimal, passing the name of the field as second argument is incorrect. The second argument of Decimal is a context. Python 3 checks this is in fac... Pull #855 28 Jan 2020 06:03PM UTC web-flow travis-ci pending completion   set done
1142 patch-1 Update json.py Pull #848 22 Nov 2019 09:03PM UTC web-flow travis-ci pending completion   set done
1141 patch-1 Update json.py Pull #848 22 Nov 2019 08:56PM UTC web-flow travis-ci pending completion   set done
1140 patch-1 Update json.py Pull #848 22 Nov 2019 08:53PM UTC web-flow travis-ci pending completion   set done
1139 patch-1 Update json.py Pull #848 22 Nov 2019 08:39PM UTC web-flow travis-ci pending completion   set done
1138 patch-1 Update json.py to accomodate JSONIFY_PRETTYPRINT_REGULAR Without this change, the pretty output of JSON only works when in debug mode. With this correction, it now matches the logic that is found in the flask package, in file flask/json/__in... Pull #848 22 Nov 2019 07:51PM UTC web-flow travis-ci pending completion   set done
1137 patch-1 Update json.py to accomodate JSONIFY_PRETTYPRINT_REGULAR Without this change, the pretty output of JSON only works when in debug mode. With this correction, it now matches the logic that is found in the flask package, in file flask/json/__in... Pull #848 22 Nov 2019 07:45PM UTC web-flow travis-ci pending completion   set done
1136 843 Fix for #843 Given this sample code: ```python from flask import Flask from flask_restful import Resource, Api app = Flask(__name__) api = Api(app) class HelloWorld(Resource): def get(self): return {'hello': 'world'} api.add_resou... Pull #844 05 Nov 2019 08:40PM UTC web-flow travis-ci pending completion   set done
1135 joegasewicz better tests Pull #842 02 Nov 2019 05:10PM UTC web-flow travis-ci pending completion   set done
1134 joegasewicz fixes #841 Pull #842 02 Nov 2019 04:35PM UTC web-flow travis-ci pending completion   set done
1133 master fix field snippet (#838) push 30 Oct 2019 01:23PM UTC joshfriend travis-ci pending completion   set done
1132 ci [compat] Use six for urllib to avoid coverage issues Pull #839 30 Oct 2019 09:59AM UTC web-flow travis-ci pending completion   set done
1130 ci [ci] Cleanup/fix travis/tox configuration - Remove deprecated flask 0.10 - Add flask 1.1 - Add missing envs - Sync tox/travis Pull #839 30 Oct 2019 09:29AM UTC web-flow travis-ci pending completion   set done
1129 fix-code-snippet fix field snippet Pull #838 29 Oct 2019 06:37AM UTC web-flow travis-ci pending completion   set done
1128 master Add python 3.8 support. (#835) push 21 Oct 2019 01:07PM UTC joshfriend travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 34
  • 35
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc