-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: adafruit/Adafruit_CircuitPython_Requests
base: 4.1.4
head repository: adafruit/Adafruit_CircuitPython_Requests
compare: main
- 20 commits
- 43 files changed
- 6 contributors
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd275ba - Browse repository at this point
Copy the full SHA bd275baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 004b210 - Browse repository at this point
Copy the full SHA 004b210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c1bcd - Browse repository at this point
Copy the full SHA 00c1bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8ae41 - Browse repository at this point
Copy the full SHA 2f8ae41View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa5bd16 - Browse repository at this point
Copy the full SHA aa5bd16View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a8022 - Browse repository at this point
Copy the full SHA f5a8022View commit details -
Configuration menu - View commit details
-
Copy full SHA for e26ab09 - Browse repository at this point
Copy the full SHA e26ab09View commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69406bb - Browse repository at this point
Copy the full SHA 69406bbView commit details
Commits on Jul 29, 2024
-
Merge branch 'refs/heads/main' into ruff-updates
# Conflicts: # adafruit_requests.py # examples/cpython/requests_cpython_simpletest.py # examples/esp32spi/requests_esp32spi_simpletest.py # examples/fona/requests_fona_simpletest.py # examples/wifi/expanded/requests_wifi_api_fitbit.py # examples/wifi/expanded/requests_wifi_api_openskynetwork_private.py # examples/wifi/expanded/requests_wifi_api_openskynetwork_private_area.py # examples/wifi/expanded/requests_wifi_api_openskynetwork_public.py # examples/wifi/expanded/requests_wifi_api_twitter.py # examples/wifi/expanded/requests_wifi_api_youtube.py # examples/wifi/requests_wifi_simpletest.py # examples/wiznet5k/requests_wiznet5k_simpletest.py
Configuration menu - View commit details
-
Copy full SHA for c97cc4b - Browse repository at this point
Copy the full SHA c97cc4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for edef59a - Browse repository at this point
Copy the full SHA edef59aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f502240 - Browse repository at this point
Copy the full SHA f502240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d146a - Browse repository at this point
Copy the full SHA 81d146aView commit details -
Merge pull request #202 from FoamyGuy/precommit_copyright
precommit copyright
Configuration menu - View commit details
-
Copy full SHA for 2db92cd - Browse repository at this point
Copy the full SHA 2db92cdView commit details
Commits on Sep 27, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 211e7cf - Browse repository at this point
Copy the full SHA 211e7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9372b - Browse repository at this point
Copy the full SHA 4c9372bView commit details
Commits on Oct 1, 2024
-
Merge pull request #205 from PCPartPicker/main
Fixes for exceptions in Session.request leading to sockets not properly closed
Configuration menu - View commit details
-
Copy full SHA for 8a0b3c1 - Browse repository at this point
Copy the full SHA 8a0b3c1View commit details
Commits on Oct 7, 2024
-
remove deprecated get_html_theme_path() call
Signed-off-by: foamyguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1741b3 - Browse repository at this point
Copy the full SHA b1741b3View commit details
Commits on Jan 16, 2025
-
add sphinx configuration to rtd.yaml
Signed-off-by: foamyguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5edee73 - Browse repository at this point
Copy the full SHA 5edee73View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bbb2480 - Browse repository at this point
Copy the full SHA bbb2480View commit details -
Merge pull request #208 from dhalbert/update-ap_info
update examples to use ap_info
Configuration menu - View commit details
-
Copy full SHA for 6c33451 - Browse repository at this point
Copy the full SHA 6c33451View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.1.4...main