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: pylint-dev/astroid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 534d230b6c570a37c1152b0c68f64a8c540fc29c
Choose a base ref
...
head repository: pylint-dev/astroid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b637fa1630954267641c7b63b209cfc256646ae
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    44907c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b8a2f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Require build class parent (#2557)

    * enforce a non-None parent in build_class
    
    We also remove `add_local_node` to avoid redundancy. Instead we do the
       attachment to the parent scope in the constructor of `ClassDef`.
    
    We append a node to the body of the frame when it is also the
       parent. If it's not a parent, then the node should belong to the
       "body" of the parent if it existed. An example is a definition
       within an "if", where the parent is the If node, but the frame is
       the whole module.
    
    it's a part of the campaign to get rid of non-module roots
    temyurchenko authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a99967e View commit details
    Browse the repository at this point in the history
  2. set proper parents for namedtuple's and enum's

    it's a part of the campaign to get rid of non-module roots
    temyurchenko committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5b637fa View commit details
    Browse the repository at this point in the history
Loading