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: aboutcode-org/python-inspector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.1
Choose a base ref
...
head repository: aboutcode-org/python-inspector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.2
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 4, 2025

  1. Respect the HTTP_PROXY environment variable

    While `requests` used to respect the HTTP_PROXY and HTTPS_PROXY
    environment variables, `aiohttp` does not do so by default [1].
    Trust the environment variables to enable the use of proxies.
    
    [1]: https://docs.aiohttp.org/en/stable/client_advanced.html#proxy-support
    
    Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
    MarcelBochtler committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    a5e725f View commit details
    Browse the repository at this point in the history
  2. Fix expected test results

    Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
    MarcelBochtler committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    5630e4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #235 from boschglobal/aiohttp-trustenv

    Respect the HTTP_PROXY environment variable
    pombredanne authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    5910dcd View commit details
    Browse the repository at this point in the history
Loading