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.32.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.32.3
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on May 22, 2024

  1. Allow for overriding of specific pool key params

    This re-enables the use case of providing a custom SSLContext via a
    Transport Adapter as broken in #6655 and reported in #6715
    
    Closes #6715
    sigmavirus24 committed May 22, 2024
    Copy the full SHA
    a62a2d3 View commit details

Commits on May 24, 2024

  1. Update HISTORY.md

    nateprewitt committed May 24, 2024
    Copy the full SHA
    6badbac View commit details
  2. Don't use default SSLContext with custom poolmanager kwargs

    nateprewitt committed May 24, 2024
    Copy the full SHA
    b1d73dd View commit details
  3. Merge pull request #6716 from sigmavirus24/bug/6715

    nateprewitt authored May 24, 2024
    Copy the full SHA
    145b539 View commit details

Commits on May 29, 2024

  1. Don't create default SSLContext if ssl module isn't present (#6724)

    nateprewitt authored May 29, 2024
    Copy the full SHA
    e188799 View commit details
  2. v2.32.3

    nateprewitt authored May 29, 2024
    Copy the full SHA
    0e322af View commit details
Loading