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/mypy Loading
base: v0.990
Choose a base ref
...
head repository: python/mypy Loading
compare: v0.991
Choose a head ref
  • 9 commits
  • 17 files changed
  • 5 contributors

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    1368338 View commit details
    Browse the repository at this point in the history
  2. Fix crash on inference with recursive alias to recursive instance (#1…

    …4038)
    
    Fixes #14031 
    
    It turns out premature optimization is the root of all evil. (It turns
    out this costs us less than 1% time on self-check).
    ilevkivskyi authored and svalentin committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    131c8d7 View commit details
    Browse the repository at this point in the history
  3. Filter out wasm32 wheel in upload-pypi.py (#14035)

    Tried to make it in a way such that we can add more rules for platforms
    we want to filter out in the future.
    Tested it with `python3 misc/upload-pypi.py --dry-run 0.990`
    Fixes #14026
    svalentin committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    02fd8a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Don't ignore errors in files passed on the command line (#14060)

    #13768 had a bug so that errors were sometimes silenced in files that
    were under a directory in `sys.path`. `sys.path` sometimes includes the 
    current working directory, resulting in no errors reported at all. Fix it by 
    always reporting errors if a file was passed on the command line (unless
    *explicitly* silenced).
    
    When using import following errors can still be ignored, which is 
    questionable, but this didn't change recently so I'm not addressing it 
    here.
    
    Fixes #14042.
    JukkaL authored and svalentin committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b9daa31 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Update --no-warn-no-return docs for empty body changes (#14065)

    Fixes #14048
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    hauntsaninja and JelleZijlstra committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1650ae0 View commit details
    Browse the repository at this point in the history
  2. Fix another crash with report generation on namespace packages (#14063)

    Fixes #14046. Similar to #13733
    
    Best reviewed with hide whitespace.
    hauntsaninja committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    592a9ce View commit details
    Browse the repository at this point in the history
  3. Fix crash with function redefinition (#14064)

    Fixes #14027 (issue was surfaced by #13509)
    hauntsaninja committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ab0ea1e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. manually CP typeshed #9130

    improve ast types; revert several "redundant numeric union" changes from #7906
    see python/typeshed#9130
    svalentin committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6077d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7788fc View commit details
    Browse the repository at this point in the history
Loading