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: Adapt _elementtree to multi-phase init (PEP 489) #101285

Merged
merged 28 commits into from
Jan 24, 2023

Commits on Jan 24, 2023

  1. Refactor: replace query with parameter

    Pass state as arg to expat_set_error()
    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4d0b34e View commit details
    Browse the repository at this point in the history
  2. Refactor: replace query with parameter

    Pass state as arg to element_setstate_from_attributes()
    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3489b1b View commit details
    Browse the repository at this point in the history
  3. Refactor: replace query with parameter

    Pass state as arg to element_setstate_from_Python()
    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c2089ff View commit details
    Browse the repository at this point in the history
  4. Fix cherry-picks

    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    acafd9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18109aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af83b00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96e6239 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27c7dd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74eb390 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f639a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b2a670 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5502d85 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0546b43 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    863db65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9861b4e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c012ed0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2aff87d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e41f38f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c904083 View commit details
    Browse the repository at this point in the history
  20. element_setitem

    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    26656f1 View commit details
    Browse the repository at this point in the history
  21. element_ass_subscr

    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    381c8d8 View commit details
    Browse the repository at this point in the history
  22. elementiter_next

    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    af6a4e9 View commit details
    Browse the repository at this point in the history
  23. treebuilder_new

    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    ae51faf View commit details
    Browse the repository at this point in the history
  24. xmlparser_new

    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    85b6b96 View commit details
    Browse the repository at this point in the history
  25. clinic-state

    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5290718 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2224356 View commit details
    Browse the repository at this point in the history
  27. Multi-phase init

    erlend-aasland committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6ca25df View commit details
    Browse the repository at this point in the history
  28. Add NEWS

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