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.6
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.9
Choose a head ref
  • 12 commits
  • 18 files changed
  • 9 contributors

Commits on Dec 20, 2024

  1. Fix collections.abc imports on Python 3.13.0 and 3.13.1 (#2657) (#2658

    )
    
    * Fix `collections.abc` imports on Python 3.13.0 and 3.13.1 (#2657)
    
    * Add test for importing `collections.abc`
    
    * Fix issue with importing of frozen submodules
    
    * Fix `search_paths`
    
    * Do not reassign submodule_path parameters in method bodies
    
    This makes it easier to use less generic annotations with mypy.
    
    ---------
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    Co-authored-by: correctmost <134317971+correctmost@users.noreply.github.com>
    3 people authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    c47a798 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

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

Commits on Dec 22, 2024

  1. Skip flaky recursion test on PyPy (#2661) (#2663)

    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    Pierre-Sassoulas and jacobtylerwalls authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    7cfbad1 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. [Backport maintenance/3.3.x] Another attempt at fixing the `collectio…

    …ns.abc` issue for Python 3.13 (#2665) (#2666)
    
    * Fix issue with importing of frozen submodules
    
    (cherry picked from commit f94e855)
    
    * Test on Python 3.13 final
    
    * Bump CI jobs to python 3.13
    
    ---------
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    jacobtylerwalls and DanielNoord authored Dec 24, 2024
    Configuration menu
    Copy the full SHA
    68714df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52799b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    6aeafd5 View commit details
    Browse the repository at this point in the history
  2. Fix RuntimeError caused by analyzing live objects with `__getattribut…

    …e__` or descriptors (#2687) (#2688)
    
    Avoid some attribute accesses in const_factory
    
    (cherry picked from commit 71dc6b2)
    
    Co-authored-by: aatle <168398276+aatle@users.noreply.github.com>
    jacobtylerwalls and aatle authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    234be58 View commit details
    Browse the repository at this point in the history
  3. [Backport maintenance/3.3.x] Fix missing __dict__ (#2685) (#2690)

    Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
    Pierre-Sassoulas and sbrunner authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    aad8e68 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. Configuration menu
    Copy the full SHA
    5512bf2 View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 4.2.0 to 4.2.2 (#2692)

    Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4.2.0...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Pierre-Sassoulas committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    74c34fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec2df97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6ccad5 View commit details
    Browse the repository at this point in the history
Loading