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 667: Clarify specification ambiguities and the expected impact #3845

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    ab71e9a View commit details
    Browse the repository at this point in the history
  2. Fix lint

    gaogaotiantian committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3d86025 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Apply suggestions from code review

    Co-authored-by: Carl Meyer <[email protected]>
    gaogaotiantian and carljm committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8729874 View commit details
    Browse the repository at this point in the history
  2. Apply @carljm suggestions from review

    Co-authored-by: Carl Meyer <[email protected]>
    willingc and carljm committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e2f0b94 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    98edffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a2a7d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e67a37d View commit details
    Browse the repository at this point in the history
  4. Add missing space

    ncoghlan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a2b6b33 View commit details
    Browse the repository at this point in the history
  5. Indent ctypes example

    ncoghlan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6be7b28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2423f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82f94fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a85e39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6115fbd View commit details
    Browse the repository at this point in the history
  10. Another link syntax fix

    ncoghlan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    669a0bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c68d02c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a966dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    98eddaf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8a700d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7808759 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6a89a65 View commit details
    Browse the repository at this point in the history
  17. Further updates

    * try to highlight C code and interactive shell sessions properly
    * make compatibility notes about redundant locals() copies
    * show dict update in PyEval_GetLocals implementation sketch
    ncoghlan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    22494e4 View commit details
    Browse the repository at this point in the history
  18. No joy on mixed syntax highlighting

    (and I'm not worried enough about it to add per-block adjustments)
    ncoghlan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    828daa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Remove leftover comma

    Co-authored-by: Carl Meyer <[email protected]>
    ncoghlan and carljm committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1bc2eaa View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    a924f4b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    c5d35e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32fc5fb View commit details
    Browse the repository at this point in the history
  3. Syntax fix

    ncoghlan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6449585 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    ncoghlan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a0881b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dec696 View commit details
    Browse the repository at this point in the history
  6. Misc proofreading edits

    ncoghlan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4151acb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Define exec/eval, fix proxy mutability

    * exec/eval semantics should be clearly specified
    * proxies do not fully implement MutableMapping
    ncoghlan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4871a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad391ea View commit details
    Browse the repository at this point in the history
  3. Another syntax fix

    ncoghlan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2269f65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1539941 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    0c5aea9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    a846667 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    8abca04 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Apply suggestions from code review

    Co-authored-by: Petr Viktorin <[email protected]>
    ncoghlan and encukou committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d3bff7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e59cb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    1d4447d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e115b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c84fc0d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    b7b427f View commit details
    Browse the repository at this point in the history