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-92123: Convert _elementtree types to heap types #99221

Merged
merged 22 commits into from
Jan 20, 2023

Commits on Jan 11, 2021

  1. Prepare init function

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    76641a3 View commit details
    Browse the repository at this point in the history
  2. Convert element type to heap type

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    5cbbe16 View commit details
    Browse the repository at this point in the history
  3. Convert element iter type to heap type

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    116fa39 View commit details
    Browse the repository at this point in the history
  4. Convert tree builder type to heap type

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    a792fcf View commit details
    Browse the repository at this point in the history
  5. Convert xml parser type to heap type

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    341a92d View commit details
    Browse the repository at this point in the history
  6. Update clinic

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    f35c604 View commit details
    Browse the repository at this point in the history
  7. Add NEWS

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    b6573b1 View commit details
    Browse the repository at this point in the history
  8. Use PyModule_AddObjectRef

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    404b398 View commit details
    Browse the repository at this point in the history
  9. Create module before creating types

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    6e53e92 View commit details
    Browse the repository at this point in the history
  10. Fetch type before GC

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    525cfaf View commit details
    Browse the repository at this point in the history
  11. Add initialisation guard

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    2448e93 View commit details
    Browse the repository at this point in the history
  12. Address Heime's review: Don't define globals twice

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    959a225 View commit details
    Browse the repository at this point in the history
  13. Visit type in type traverse functions

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    9210a36 View commit details
    Browse the repository at this point in the history
  14. Fix NEWS formatting

    Erlend E. Aasland committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    a6c6fea View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Sync with main

    erlend-aasland committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e039922 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Sync with main

    erlend-aasland committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b02b18e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    744be65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a3c67 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    2175f66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04aaa3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    730e5d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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