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

implement PEP 585 Generic Builtins (Partially solves #7907) #9564

Merged
merged 28 commits into from
Nov 26, 2020

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    271e387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3472679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1299956 View commit details
    Browse the repository at this point in the history
  4. Revert "Allows builtins to be generic aliases (PEP 585)"

    This reverts commit 22a4789.
    AllanDaemon committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    ca5c841 View commit details
    Browse the repository at this point in the history
  5. create get_nongen_builtins() to access nongen_builtins depending on p…

    …ython version (for pep585)
    AllanDaemon committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    dcfedeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9d0996 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

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

Commits on Oct 17, 2020

  1. Added testcases for pep585ga

    cdce8p committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    d4492ae View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    14f2732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e9341c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f737ef7 View commit details
    Browse the repository at this point in the history
  4. Revert "Allows builtins to be generic aliases (PEP 585)"

    This reverts commit 22a4789.
    AllanDaemon committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    8d53899 View commit details
    Browse the repository at this point in the history
  5. create get_nongen_builtins() to access nongen_builtins depending on p…

    …ython version (for pep585)
    AllanDaemon committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    8b7eb7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b9b798 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40b2da3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a17cf9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from cdce8p/pep585-tests

    Added testcases for pep585ga
    AllanDaemon authored Oct 24, 2020
    Configuration menu
    Copy the full SHA
    8ca6130 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Update test-data/unit/check-generic-alias.test

    Co-authored-by: cdce8p <30130371+cdce8p@users.noreply.github.com>
    AllanDaemon and cdce8p authored Oct 25, 2020
    Configuration menu
    Copy the full SHA
    90a5192 View commit details
    Browse the repository at this point in the history
  2. @hauntsaninja suggestion

    AllanDaemon committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    8dbd6ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779dffd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d58555 View commit details
    Browse the repository at this point in the history
  5. fix tuple[Any, ...] case

    AllanDaemon committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    c9ac0ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eca2a13 View commit details
    Browse the repository at this point in the history
  7. Update mypy/typeanal.py

    Co-authored-by: cdce8p <30130371+cdce8p@users.noreply.github.com>
    AllanDaemon and cdce8p authored Oct 25, 2020
    Configuration menu
    Copy the full SHA
    55dcbb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0d0989 View commit details
    Browse the repository at this point in the history
  9. fix style to pep8

    AllanDaemon committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ab0e4cd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Update test-data/unit/check-generic-alias.test

    Co-authored-by: Ethan Smith <ethan@ethanhs.me>
    AllanDaemon and ethanhs authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a81abc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. collate future annotations tests, simplify

    hauntsaninja committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    0edf123 View commit details
    Browse the repository at this point in the history