Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/typing_extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.0
Choose a base ref
...
head repository: python/typing_extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.0
Choose a head ref
  • 18 commits
  • 8 files changed
  • 11 contributors

Commits on Oct 7, 2022

  1. Fix tests when running pypy (#84)

    Also run CI against pypy and update actions.
    
    Closes: #83
    srittau authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3a54ef1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Add __override__ attribute to @OverRide (PEP 698) (#86)

    Add `__override__` attribute to @OverRide
    
    As per discussion in
    https://mail.python.org/archives/list/[email protected]/thread/TOIYZ3SNPBJZDBRU3ZSBREXV2NNHF4KW/,
    we believe this is a good feature to have (as best-effort: it will not
    work in all cases if the user does not understand decorator implementations
    enough to get the right order, and it will alwasys fail if a decorator
    output does not support dynamic attributes).
    
    We decided to support this for two reasons:
    - it was a direct request from the `overrides` library owner
    - `typing_extensions.final` has similar behavior
    
    Tests:
    ```
    cd src
    python -m unittest test_typing_extensions.py
    ```
    
    Lints:
    ```
    flake8
    flake8 --config=.flake8-tests src/test_typing_extensions.py
    ```
    stroxler authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6e72c09 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Oct 27, 2022

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

Commits on Oct 30, 2022

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

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    08ee948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8042f3b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

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

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    ad3966d View commit details
    Browse the repository at this point in the history
  2. Test on Ubuntu 20.04

    Fixes #99
    JelleZijlstra authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5f9258d View commit details
    Browse the repository at this point in the history
  3. CI: test on Ubuntu-20.04, not Ubuntu-2004 (#100)

    Fixes a typo in 5f9258d. We might have to wait a while before Ubuntu-2004 is released :)
    AlexWaygood authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    93ac93b View commit details
    Browse the repository at this point in the history
  4. Expand the pyproject.toml sdist include expression to include src/_ty…

    …ped_dict_test_helper.py (#97)
    hegjon authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0ea104b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

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

Commits on Dec 31, 2022

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

Commits on Jan 3, 2023

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

Commits on Jan 6, 2023

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

Commits on Feb 7, 2023

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

Commits on Feb 15, 2023

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