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

bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) #23393

Merged
merged 15 commits into from
Nov 20, 2020

Commits on Nov 19, 2020

  1. Add convenience macro

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    78b9d53 View commit details
    Browse the repository at this point in the history
  2. Convert _sre pattern type to heap type

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    ce746b3 View commit details
    Browse the repository at this point in the history
  3. Convert _sre match type to heap type

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    529142d View commit details
    Browse the repository at this point in the history
  4. Convert _sre scanner type to heap type

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    7583104 View commit details
    Browse the repository at this point in the history
  5. Establish global module state and add types to it

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    575fccf View commit details
    Browse the repository at this point in the history
  6. Convert global state to module state

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    f82463c View commit details
    Browse the repository at this point in the history
  7. Convert _sre to multi-phase initialisation

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    63ad0f1 View commit details
    Browse the repository at this point in the history
  8. Add NEWS

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    27134f0 View commit details
    Browse the repository at this point in the history
  9. Address Heimes' review: improve module state naming

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    1c925b9 View commit details
    Browse the repository at this point in the history
  10. Merge pythonGH-23101

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    12bf771 View commit details
    Browse the repository at this point in the history
  11. Update clinic

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    0f10f7d View commit details
    Browse the repository at this point in the history
  12. Address Heimes' review: Drop using _PyType_GetModuleByDef

    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    bdd1338 View commit details
    Browse the repository at this point in the history
  13. Adjust idlelib tiptest

    from Lib/idlelib/idle_test/test_calltip.py:
    The tests of builtins may break if inspect or the docstrings change,
    but a red buildbot is better than a user crash (as has happened).
    For a simple mismatch, change the expected output to the actual.
    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a6bc481 View commit details
    Browse the repository at this point in the history
  14. Revert "Adjust idlelib tiptest"

    This reverts commit a6bc481.
    Erlend E. Aasland committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    2fd3bd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Merge branch 'master' into bpo-1635741/sre

    Erlend E. Aasland committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d9ca7a6 View commit details
    Browse the repository at this point in the history