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: v3.3.10
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: v3.3.11
Choose a head ref
  • 7 commits
  • 17 files changed
  • 5 contributors

Commits on May 12, 2025

  1. [fix] Crash when parsing an empty arbitrary expression with ``extract…

    …_node`` (#2736) (#2737)
    
    Closes #2734
    
    (cherry picked from commit 59f36e7)
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    github-actions[bot] and Pierre-Sassoulas authored May 12, 2025
    Configuration menu
    Copy the full SHA
    c8bd28a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. [fix] Prevent crash on slice decorator for 'six' decorated function (#…

    …2738) (#2740)
    
    Closes #2721
    
    (cherry picked from commit 555a128)
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    github-actions[bot] and Pierre-Sassoulas authored May 13, 2025
    Configuration menu
    Copy the full SHA
    0aaf213 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    b1adb1c View commit details
    Browse the repository at this point in the history
  2. Improve backport job permissions (#2750)

    (cherry picked from commit fe5bb6c)
    cdce8p authored May 18, 2025
    Configuration menu
    Copy the full SHA
    c1d9c73 View commit details
    Browse the repository at this point in the history
  3. Use custom Github App to authenticate backport job (#2751) (#2752)

    (cherry picked from commit a6f8d6a)
    
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    pylint-backport[bot] and cdce8p authored May 18, 2025
    Configuration menu
    Copy the full SHA
    18f9626 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Include subclasses of standard property classes as property decorators (

    #2735)
    
    * Include subclasses of standard property types as property decorators
    
    * Modify astroid.bases and tests.test_nodes to reflect that enum.property was added in Python 3.11, not 3.10
    
    * Apply suggestions from code review
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    
    ---------
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    (cherry picked from commit 30128b7)
    2 people authored and DanielNoord committed May 20, 2025
    Configuration menu
    Copy the full SHA
    bf3977c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

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