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-81677: basic support for annotations in __text_signature__'s #101872

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2023

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

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    e4745d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b44682 View commit details
    Browse the repository at this point in the history
  3. Move assert

    skirpichev committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d85dd6c View commit details
    Browse the repository at this point in the history
  4. Match wrap_value() logic in parse_annotation()

    Also fix few typos
    skirpichev committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c64280b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 23, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    177c993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc4125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff758ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83d21b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on May 14, 2024

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

Commits on May 15, 2024

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

Commits on May 31, 2024

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

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    897547a View commit details
    Browse the repository at this point in the history
  2. Revert "pythongh-114949: fix signature in the type.__prepare__() doc …

    …string"
    
    This reverts commit 3dc4125.
    skirpichev committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    494d4e7 View commit details
    Browse the repository at this point in the history
  3. Revert "pythongh-115231: fill __module__ for built-in class/staticmet…

    …hods"
    
    This reverts commit ff758ab.
    skirpichev committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    38b7d53 View commit details
    Browse the repository at this point in the history
  4. Revert "pythongh-116110: remove extra processing for the __signature_…

    …_ attribute"
    
    This reverts commit 1f3c7f3.
    skirpichev committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1173cac View commit details
    Browse the repository at this point in the history
  5. - news

    skirpichev committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    76ab235 View commit details
    Browse the repository at this point in the history
  6. revert test_misc.py

    skirpichev committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9c7c0ed View commit details
    Browse the repository at this point in the history