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_Wiznet5k
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f71ca9021cb9bde752cbf462fe0f9d47778dd037
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_Wiznet5k
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 735bb43dbcc76a32d791f18e5c010afa7837806b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 27, 2021

  1. Socket improvements

    - Fixed `socket_available` to just report and not flush available UDP
      data when calling multiple times.
    - Fixed socket `__exit__` to only disconnect if a TCP (stream) socket.
    - Connect can now accept domain names like CPython versus only IP
      addresses.
    - Added socket `send_to`, `recvfrom`, `recv_into`, `recvfrom_into`
      methods for better compatibility with CPython socket.
    - Simplified `recv` and `readline` socket methods due to
      `available` doing the right thing for both TCP and UDP.
    - Reformatting to make black happy.
    - Changes made and tested to make generic socket NTP implementation work:
      https://github.com/askpatrickw/Adafruit_CircuitPython_NTP/blob/raw_ntp/adafruit_ntp.py
    xorbit committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    dc59e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a959c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Merge pull request #31 from xorbit/master

    Socket improvements
    brentru authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    735bb43 View commit details
    Browse the repository at this point in the history
Loading