openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
flask-restful
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 24 hours
ago. based on code collected
about 24 hours
ago.
Sep 03, 2024 — Sep 03, 2025
Showing page 22 of 28
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch '3.3'
Doug Black
More...
about 12 years ago
update to mention 3.3 support in docs
Doug Black
More...
about 12 years ago
Merge pull request #103 from twilio/3.3
Doug Black
More...
about 12 years ago
merge master
Doug Black
More...
about 12 years ago
use ordereddict when marshalling in tests
Doug Black
More...
about 12 years ago
Add the ability to marshall nested properties
Joakim Ekberg
More...
about 12 years ago
fields should be OrderedDict
Doug Black
More...
about 12 years ago
remove useless try/except
Doug Black
More...
about 12 years ago
do the same thing in the tests
Doug Black
More...
about 12 years ago
use provided six types instead of remapping them
Doug Black
More...
about 12 years ago
Merge pull request #102 from arturhoo/quickstart-fix
Doug Black
More...
about 12 years ago
comment try/except import for python3
Doug Black
More...
about 12 years ago
ignore venv
Doug Black
More...
about 12 years ago
reset gitignore
Doug Black
More...
about 12 years ago
remove unnecessary import
Doug Black
More...
about 12 years ago
correct expected order of the keys in marshalled output
Doug Black
More...
about 12 years ago
in python 3.3, calling logging.exception() when an exception hasn't been raised throws an AttributeError this exact scenario occurs during testing when we attempt to Mock() an exception and pass it directly to handle_error
Doug Black
More...
about 12 years ago
fix relative import and use bytes
Doug Black
More...
about 12 years ago
remove explicit utf-8 encoding because decode() defaults to current default string encoding
Doug Black
More...
about 12 years ago
at runtime, the representations/json.py module is named flask.ext.restful.representations.json, not flask_restful.representations.json
Doug Black
More...
about 12 years ago
Conform to PEP8
Artur Rodrigues
More...
about 12 years ago
Fix import in Quickstart's full example
Artur Rodrigues
More...
about 12 years ago
import six
Doug Black
More...
about 12 years ago
since both 2.6+ and 3.3 support u'' we don't need six.u
Doug Black
More...
about 12 years ago
python-modernize and unicode fixes
Doug Black
More...
about 12 years ago
Merge branch 'master' into 3.3
Doug Black
More...
about 12 years ago
whoops, that didn't work
Kevin Burke
More...
about 12 years ago
python3 does not have func_dict
Kevin Burke
More...
about 12 years ago
fix urlparse import
Kevin Burke
More...
about 12 years ago
Try python 3
Kevin Burke
More...
about 12 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
27
28
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree