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_ConnectionManager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_ConnectionManager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on May 10, 2024

  1. Recover in more cases when a socket cannot be created.

    Also:
    - Clarify some documentation. Use sphinx argument documentation style.
    - Fix some typos.
    - Remove a few internal comments marking code sections.
    - Clarify an error message.
    - Internally, catch exceptions instead of passing them back.
    - Change one exception.
    - Update to pylint 3.1.0 so pre-commit can run under Python 3.12
    dhalbert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    99f8972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917edc8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. redo test outputs

    dhalbert committed May 11, 2024
    Configuration menu
    Copy the full SHA
    da3cd5f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge pull request #16 from dhalbert/socket-retry

    Re-try in more cases when socket cannot first be created
    dhalbert authored May 12, 2024
    Configuration menu
    Copy the full SHA
    0a4f745 View commit details
    Browse the repository at this point in the history
Loading