0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch '3.3' More... about 12 years ago
update to mention 3.3 support in docs More... about 12 years ago
Merge pull request #103 from twilio/3.3 More... about 12 years ago
merge master More... about 12 years ago
use ordereddict when marshalling in tests More... about 12 years ago
Add the ability to marshall nested properties More... about 12 years ago
fields should be OrderedDict More... about 12 years ago
remove useless try/except More... about 12 years ago
do the same thing in the tests More... about 12 years ago
use provided six types instead of remapping them More... about 12 years ago
Merge pull request #102 from arturhoo/quickstart-fix More... about 12 years ago
comment try/except import for python3 More... about 12 years ago
ignore venv More... about 12 years ago
reset gitignore More... about 12 years ago
remove unnecessary import More... about 12 years ago
correct expected order of the keys in marshalled output 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 More... about 12 years ago
fix relative import and use bytes More... about 12 years ago
remove explicit utf-8 encoding because decode() defaults to current default string encoding More... about 12 years ago
at runtime, the representations/json.py module is named flask.ext.restful.representations.json, not flask_restful.representations.json More... about 12 years ago
Conform to PEP8 More... about 12 years ago
Fix import in Quickstart's full example More... about 12 years ago
import six More... about 12 years ago
since both 2.6+ and 3.3 support u'' we don't need six.u More... about 12 years ago
python-modernize and unicode fixes More... about 12 years ago
Merge branch 'master' into 3.3 More... about 12 years ago
whoops, that didn't work More... about 12 years ago
python3 does not have func_dict More... about 12 years ago
fix urlparse import More... about 12 years ago
Try python 3 More... about 12 years ago