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.23.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.24.0
Choose a head ref

Commits on Feb 19, 2020

  1. v2.23.0

    nateprewitt committed Feb 19, 2020
    Copy the full SHA
    b7c6aba View commit details

Commits on Feb 23, 2020

  1. Copy the full SHA
    ca6f9af View commit details

Commits on Feb 27, 2020

  1. Copy the full SHA
    0a760ff View commit details
  2. changing of the guard

    Thanks for everything Ian. Welcome Seth!
    nateprewitt committed Feb 27, 2020
    Copy the full SHA
    65989dd View commit details
  3. Copy the full SHA
    4fc7f4a View commit details

Commits on Feb 28, 2020

  1. Copy the full SHA
    2758124 View commit details

Commits on Mar 25, 2020

  1. Remove explicit unicode literal in README.md and doc (#5336)

    * [remove] remove "u" prefix in README and documentation examples
    aless10 authored Mar 25, 2020
    1
    Copy the full SHA
    bebf525 View commit details

Commits on Apr 3, 2020

  1. fix README typo

    dtrodrigues authored and nateprewitt committed Apr 3, 2020
    Copy the full SHA
    c577eb8 View commit details
  2. fixing rst markup

    nateprewitt committed Apr 3, 2020
    Copy the full SHA
    9ea8510 View commit details
  3. 1
    Copy the full SHA
    bfb93d4 View commit details

Commits on May 1, 2020

  1. 3
    Copy the full SHA
    db47b9b View commit details
  2. Copy the full SHA
    251f73f View commit details

Commits on May 9, 2020

  1. Fix test_conflicting_post_params to work on pytest 5 (#5305)

    The non-contextmanager form of pytest.raises was removed in pytest 5.
    http://doc.pytest.org/en/latest/deprecations.html#raises-warns-with-a-string-as-the-second-argument
    
    It was used here to support Python < 2.7, but that is no longer needed.
    #1503 (comment)
    
    Fixes #5304
    hroncok authored May 9, 2020
    Copy the full SHA
    427e8eb View commit details
  2. fix raise_for_status docstring (#5293)

    the exception isn't stored it's created new each call
    graingert authored May 9, 2020
    Copy the full SHA
    9ed5db8 View commit details

Commits on Jun 15, 2020

  1. Remove what appears to be an un-needed call to self.resolve_redirects…

    … when not following redirects as part of creating a request's history.
    dbaxa committed Jun 15, 2020
    Copy the full SHA
    fa2dbe9 View commit details
  2. Merge pull request #5492 from dbaxa/avoid-calling-resolve_redirects-w…

    …he-not-following-redirects
    
    Remove what appears to be an un-needed call to self.resolve_redirects when not following redirects as part of creating a request's history.
    nateprewitt authored Jun 15, 2020
    Copy the full SHA
    2b3436e View commit details
  3. Fix typo in README (#5468)

    kkirsche authored Jun 15, 2020
    1
    Copy the full SHA
    8ac5929 View commit details
  4. Update number of dependents on requests (#5495)

    * Update dependents on requests
    bharatr21 authored Jun 15, 2020
    Copy the full SHA
    737dd0c View commit details

Commits on Jun 16, 2020

  1. Avoid an unnecessary computation of the length of data for non-stream…

    … requests (which determines content-length based upon body content).
    dbaxa committed Jun 16, 2020
    Copy the full SHA
    71a05cf View commit details

Commits on Jun 17, 2020

  1. Merge pull request #5496 from dbaxa/optimise-prepare-body

    Avoid an unnecessary computation of the length of data for non-stream requests (which determine content-length based upon body content).
    nateprewitt authored Jun 17, 2020
    Copy the full SHA
    7c71982 View commit details
  2. Copy the full SHA
    daa2b29 View commit details
  3. v2.24.0

    nateprewitt committed Jun 17, 2020
    Copy the full SHA
    0797c61 View commit details
Loading