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-46998: Allow subclassing Any at runtime #31841

Merged
merged 15 commits into from Apr 5, 2022

Commits on Mar 13, 2022

  1. bpo-46998: Allow subclassing Any at runtime

    hauntsaninja committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    bc71456 View commit details
    Browse the repository at this point in the history
  2. make error consistent

    hauntsaninja committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    abea39a View commit details
    Browse the repository at this point in the history
  3. remove functools checks

    hauntsaninja committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    771f492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900f2c7 View commit details
    Browse the repository at this point in the history
  5. more tests

    hauntsaninja committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    6e76441 View commit details
    Browse the repository at this point in the history
  6. Update Misc/NEWS.d/next/Library/2022-03-13-08-52-58.bpo-46998.cHh-9O.rst

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    hauntsaninja and JelleZijlstra committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    b00ab17 View commit details
    Browse the repository at this point in the history
  7. oops, fix test

    hauntsaninja committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    4d913ad View commit details
    Browse the repository at this point in the history
  8. cooperative inheritance

    hauntsaninja committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    1c1ab38 View commit details
    Browse the repository at this point in the history
  9. fix tests

    hauntsaninja committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    4927e78 View commit details
    Browse the repository at this point in the history
  10. okay, make instancecheck work with multiple inheritance

    hauntsaninja committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    68ea3a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. mention in docs

    hauntsaninja committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f94b7e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05db029 View commit details
    Browse the repository at this point in the history
  3. fix pydoc test

    hauntsaninja committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e11f405 View commit details
    Browse the repository at this point in the history
  4. add a sentence on reasoning

    hauntsaninja committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    63b00e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. preposition

    hauntsaninja committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ac7b4a8 View commit details
    Browse the repository at this point in the history