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

PEP 748: A Unified TLS API for Python #3853

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Jun 27, 2024

  1. pep-9999: A Unified TLS API for Python

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e0b5382 View commit details
    Browse the repository at this point in the history
  2. fix header order

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e7c6cb2 View commit details
    Browse the repository at this point in the history
  3. rename as PEP 748

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2938590 View commit details
    Browse the repository at this point in the history
  4. PEP 748: more links

    This is getting a little out of control, though.
    
    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    23532c6 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Hugo van Kemenade <[email protected]>
    woodruffw and hugovk authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1d00d84 View commit details
    Browse the repository at this point in the history
  6. PEP 543: mark as superseded by 748

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f5fb244 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Apply suggestions from code review

    Co-authored-by: Alyssa Coghlan <[email protected]>
    woodruffw and ncoghlan authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5db349a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. PEP 748: clarify identifier use

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    80f8b06 View commit details
    Browse the repository at this point in the history
  2. PEP 748: accept suggestion, PyPI link

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9d77b47 View commit details
    Browse the repository at this point in the history
  3. PEP 748: clarify cipher suite section

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dbb35cf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. PEP 748: Backend -> TLSImplementation

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    442b3db View commit details
    Browse the repository at this point in the history
  2. PEP 748: fill in code TODOs

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4b28cb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. CODEOWNERS: add 748 sponsor, author

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fc00366 View commit details
    Browse the repository at this point in the history
  2. Update peps/pep-0748.rst

    Co-authored-by: Hugo van Kemenade <[email protected]>
    woodruffw and hugovk authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5c6a462 View commit details
    Browse the repository at this point in the history
  3. Update .github/CODEOWNERS

    Co-authored-by: Hugo van Kemenade <[email protected]>
    woodruffw and hugovk authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2979fef View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    ec5c4c2 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Jelle Zijlstra <[email protected]>
    woodruffw and JelleZijlstra authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5fb22d9 View commit details
    Browse the repository at this point in the history