Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psf/requests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.25.0
Choose a base ref
...
head repository: psf/requests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.25.1
Choose a head ref
  • 19 commits
  • 12 files changed
  • 11 contributors

Commits on Sep 23, 2020

  1. Update advanced.rst

    replaced reference to requests-async with httpx the replacement project
    icfly2 authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    c3280d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    78fdf4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5659 from nateprewitt/contrib_cleanup

    Remove reference to development philosophy
    sigmavirus24 authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    28cc1d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Merge pull request #5594 from icfly2/patch-1

    Update advanced.rst
    nateprewitt authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    962c898 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Pin GHA to Ubuntu 18.04

    `ubuntu-latest` points to 18.04 and will soon flip to 20.04.
    
    However tests currently fail on 20.04, so let's explicitly pin to 18.04 for now.
    hugovk authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0514dea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5663 from hugovk/patch-1

    Pin GHA to Ubuntu 18.04
    nateprewitt authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9ce669e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. New helper method set_http_proxy in Session to set proxies in a m…

    …ore user friendly way
    Sylvain MARIE committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    4b66260 View commit details
    Browse the repository at this point in the history
  2. Updated proxies documentation

    Sylvain MARIE committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    2fddbe3 View commit details
    Browse the repository at this point in the history
  3. Revert "New helper method set_http_proxy in Session to set proxie…

    …s in a more user friendly way"
    
    This reverts commit 4b66260
    Sylvain MARIE committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    d1ca591 View commit details
    Browse the repository at this point in the history
  4. Updated proxies documentation

    Sylvain MARIE committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    f02a80c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Fix broken link

    sivaraam authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    d0359c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. updated get_encoding_from_headers to return utf-8 if the content ty…

    …pe is set to application/json, following RFC 4627.
    
    fixes #5667
    jjmaldonis committed Nov 29, 2020
    4 Configuration menu
    Copy the full SHA
    5855dd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5673 from jjmaldonis/master

    updated `get_encoding_from_headers` to return utf-8 if the content type is set to application/json
    sigmavirus24 authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    589c454 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Merge pull request #5670 from smarie/pr_proxy_conf_helper_and_doc

    Proxy related doc updates
    sigmavirus24 authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    5035827 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Update sponsorship link

    PSF relaunched new sponsorship program and the URL has changed.
    ewdurbin authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d3e0f73 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Upgrade to chardet 4.x

    dan-blanchard committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    516f84f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Merge pull request #5688 from dan-blanchard/patch-1

    Upgrade to chardet 4.x
    nateprewitt authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    b223291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de4f10 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. v2.25.1

    nateprewitt committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c2b307d View commit details
    Browse the repository at this point in the history
Loading