Thanks to visit codestin.com
Credit goes to github.com

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: adafruit/Adafruit_CircuitPython_Requests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.5
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_Requests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 6 files changed
  • 5 contributors

Commits on Jul 29, 2024

  1. precommit copyright

    FoamyGuy committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    81d146a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #202 from FoamyGuy/precommit_copyright

    precommit copyright
    tannewt authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2db92cd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix cases in Session.request method where an exception could lead to …

    …exiting the method without the created socket being owned by a response or closed. This would then cause future calls to get a socket with the same parameters to fail because one already existed and hadn't been closed. The PR #72 fixed this issue for one case where an exception could be raised. This generalizes that in an attempt to fix it in other cases that could still be hit.
    aggieNick02 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    211e7cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9372b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge pull request #205 from PCPartPicker/main

    Fixes for exceptions in Session.request leading to sockets not properly closed
    tannewt authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a0b3c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. remove deprecated get_html_theme_path() call

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b1741b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    5edee73 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    bbb2480 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from dhalbert/update-ap_info

    update examples to use ap_info
    dhalbert authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    6c33451 View commit details
    Browse the repository at this point in the history
Loading