Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 10, 2022

  1. Update LICENSE file (#1233)

    * Update the copyright years.
    * Update some wording in the history introduction.
    * Change capitalization of the word "internet".
    srittau committed Oct 10, 2022

Commits on Aug 22, 2022

  1. Add type-hint and stub integration section (#1244)

    Partially addresses #1242
    kkirsche committed Aug 22, 2022

Commits on Jul 7, 2022

Commits on Jun 2, 2022

  1. Best Practices: Add note about object/Any (#1198)

    Part of #851
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    srittau and JelleZijlstra committed Jun 2, 2022

Commits on May 24, 2022

Commits on May 21, 2022

  1. Split Best Practics document from Stubs document (#1193)

    Move all "style guide" items over that apply to both stubs as well as
    implementation. The items are reordered and the "Types" section was
    split, but the text itself is unchanged.
    
    Part of #851
    srittau committed May 21, 2022
  2. Delete CONTRIBUTING.md (#1192)

    AlexWaygood committed May 21, 2022

Commits on May 1, 2022

Commits on Apr 19, 2022

  1. Change home URL to tree instead of README (#1157)

    The README is displayed below the file tree anyway, but this makes it
    easier to explore the repository.
    srittau committed Apr 19, 2022

Commits on Apr 17, 2022

Commits on Apr 16, 2022

  1. Fix tests on Python 3.11 (#1139)

    - Defer to the PEP 646 implementation in typing.py on 3.11
    - Adjust some tests accordingly. Noted a bug in
      python/cpython#32341 (comment)
    - typing._type_check() is more lenient in 3.11 and no longer rejects ints
    - The representation of the empty tuple type changed
    
    Tests pass for me on a 3.11 build from today now.
    JelleZijlstra committed Apr 16, 2022
  2. Add get_overloads() (#1140)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    JelleZijlstra and AlexWaygood committed Apr 16, 2022

Commits on Apr 15, 2022

  1. Add assert_type to __all__ (#1136)

    Looks like this is in `typing.__all__` but was missed out of `typing_extensions.__all__`
    AlexWaygood committed Apr 15, 2022

Commits on Apr 11, 2022

  1. Fix "accepts only single type" errors (#1130)

    - Add "a" to make the message grammatical
    - Add a trailing period because _type_check adds another sentence after it. For example, `Unpack[3]` on 3.10 currently fails with `TypeError: Unpack accepts only single type Got 3.`.
    - Use an f-string
    JelleZijlstra committed Apr 11, 2022

Commits on Mar 17, 2022

Commits on Mar 3, 2022

Older