Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-95389: socketmodule: expose popular ETHERTYPE_* constants #95390

Merged
merged 19 commits into from Nov 7, 2022

Commits on Jul 30, 2022

  1. added doc

    noamcohen97 committed Jul 30, 2022
  2. move definition

    noamcohen97 committed Jul 30, 2022
  3. Update Misc/NEWS.d/next/Core and Builtins/2022-07-30-14-10-27.gh-issu…

    …e-95389.nSGEkG.rst
    
    Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
    noamcohen97 and erlend-aasland committed Jul 30, 2022

Commits on Aug 1, 2022

  1. better documentation

    noamcohen97 committed Aug 1, 2022
  2. added missing include

    noamcohen97 committed Aug 1, 2022
  3. fix news entry

    noamcohen97 committed Aug 1, 2022
  4. make doc clearer

    noamcohen97 committed Aug 1, 2022
  5. Update Doc/library/socket.rst

    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    noamcohen97 and CAM-Gerlach committed Aug 1, 2022
  6. Apply suggestions from code review

    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    noamcohen97 and CAM-Gerlach committed Aug 1, 2022
  7. added footnote

    noamcohen97 committed Aug 1, 2022

Commits on Aug 2, 2022

  1. Apply suggestions from code review

    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    noamcohen97 and CAM-Gerlach committed Aug 2, 2022
  2. doc fix

    noamcohen97 committed Aug 2, 2022

Commits on Oct 7, 2022

Commits on Oct 23, 2022