Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistent exception type in response.json() method #5856

Merged
merged 28 commits into from Jul 26, 2021

Commits on Jul 2, 2021

  1. Set up json fix option 2

    steveberdy committed Jul 2, 2021
    Copy the full SHA
    5ff9fb7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d66d842 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Added support to consistently raise JSONDecodeError and ValuError, no…

    … matter if simplejson is installed
    steveberdy committed Jul 3, 2021
    Copy the full SHA
    a072b5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc1a70f View commit details
    Browse the repository at this point in the history
  3. Minor naming changes

    steveberdy committed Jul 3, 2021
    Copy the full SHA
    1ac7bfe View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0045b83 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Update compat.py

    steveberdy committed Jul 5, 2021
    Copy the full SHA
    482578e View commit details
    Browse the repository at this point in the history
  2. Update models.py

    Reverted some changes
    steveberdy committed Jul 5, 2021
    Copy the full SHA
    ac07d45 View commit details
    Browse the repository at this point in the history
  3. Update models.py

    steveberdy committed Jul 5, 2021
    Copy the full SHA
    91d9bc8 View commit details
    Browse the repository at this point in the history
  4. Update models.py

    steveberdy committed Jul 5, 2021
    Copy the full SHA
    ee45190 View commit details
    Browse the repository at this point in the history
  5. Update models.py

    steveberdy committed Jul 5, 2021
    Copy the full SHA
    66fc86e View commit details
    Browse the repository at this point in the history
  6. Update quickstart.rst

    Added changes for the latest version and mention backwards compatibility
    steveberdy committed Jul 5, 2021
    Copy the full SHA
    15bd4c5 View commit details
    Browse the repository at this point in the history
  7. Update HISTORY.md

    Added latest changes to the changelog
    steveberdy committed Jul 5, 2021
    Copy the full SHA
    6705154 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Copy the full SHA
    9f0cbdd View commit details
    Browse the repository at this point in the history
  2. Delete test_json.py

    Removed unnecessary test file before the merge.
    steveberdy committed Jul 7, 2021
    Copy the full SHA
    12a55d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Copy the full SHA
    a93d4af View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Copy the full SHA
    5193ec5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3230e23 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Copy the full SHA
    f76f6d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1d6d963 View commit details
    Browse the repository at this point in the history
  3. Update quickstart.rst

    steveberdy committed Jul 12, 2021
    Copy the full SHA
    5c6be66 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b6b94e1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    090fe0e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Copy the full SHA
    2741955 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Copy the full SHA
    e18e879 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bcfde77 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Push docs to next release

    steveberdy committed Jul 15, 2021
    Copy the full SHA
    64b3f18 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Copy the full SHA
    8f0dcc4 View commit details
    Browse the repository at this point in the history