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.28.2
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.31.0
Choose a head ref
  • 18 commits
  • 17 files changed
  • 11 contributors

Commits on Jan 19, 2023

  1. fix: Remove '<4' from python_requires (#6333)

    * As discussed in https://discuss.python.org/t/use-of-less-than-next-major-version-e-g-4-in-python-requires-setup-py/1066
      and other places by the PyPA, use of upper bounds with python_requires
      for future versions of Python is unintended use of python_requires and
      actively discouraged.
    matthewfeickert authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    16a17a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

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

Commits on Feb 27, 2023

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

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    ec78348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90852d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f694b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Use urllib3 native chunking ability (#6226)

    * Fix #3844 
    * Use urllib for chunked 
    
    ---------
    
    Co-authored-by: James Pickering <james.pickering@xml-solutions.com>
    Co-authored-by: Leon Verrall <LVerrall@slb.com>
    3 people authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    26bea1e View commit details
    Browse the repository at this point in the history
  2. pin cryptography<40 on pypy 3.7 (#6421)

    * pin cryptography<40 on pypy 3.7
    graingert authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    dfc3e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7da1ab View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    51716c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. v2.29.0

    nateprewitt authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    87d63de View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on May 3, 2023

  1. v2.30.0

    nateprewitt authored May 3, 2023
    Configuration menu
    Copy the full SHA
    2ad18e0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 13, 2023

  1. test on py3.12 (#6448)

    * test on py3.12
    
    * update to pytest-httpbin==2.0.0
    graingert authored May 13, 2023
    Configuration menu
    Copy the full SHA
    b639e66 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    74ea7cf View commit details
    Browse the repository at this point in the history
  2. v2.31.0

    nateprewitt authored May 22, 2023
    Configuration menu
    Copy the full SHA
    147c851 View commit details
    Browse the repository at this point in the history
Loading