- 88d20dc docs: correct ImportFrom.level description (#3088) by nanookclaw · 4 days ago main
- 1f3b8fa fix: avoid TypeError crash for functional Enum with non-string member (#3072) by Pierre Sassoulas · 9 days ago
- d254bb9 Fix: avoid TypeError from getset descriptors on PyPy 7.3.22 (#3083) by Pierre Sassoulas · 9 days ago
- 4af7bce [pre-commit.ci] pre-commit autoupdate (#3084) by pre-commit-ci[bot] · 10 days ago
- 9787d53 Wrap walrus expressions in parens in as_string output (#3045) by Sai Asish Y · 11 days ago
- 1e09275 fix: handle PEP 695 type parameters in helpers.object_type (#3082) by Pierre Sassoulas · 11 days ago
- 55b0adc Wrong inference for the `str(const)` (#2995) by jkmnt · 11 days ago
- e4ebd57 fix: handle non-callable __class_getitem__ in ClassDef.getitem (#3073) by Pierre Sassoulas · 12 days ago
- a7f7a7d fix: avoid uncaught TokenError when computing node positions (#3075) by Pierre Sassoulas · 12 days ago
- 3258d5f fix: avoid crash in dunder lookup with a non-class metaclass (#3070) by Pierre Sassoulas · 13 days ago
- 5007097 fix: avoid InferenceError crash in slots() for annotation-only __slots__ (#3074) by Pierre Sassoulas · 13 days ago
- 400ccd7 chore: pin setuptools<82 unconditionally, drop pkg_resources importorskip by Pierre Sassoulas · 13 days ago
- 4ea0c82 Fix TypeVarTuple ABC inference, fixes #10972 by Kyle D Kavanagh · 13 days ago
- d704469 fix: avoid DuplicateBasesError crash inferring malformed enum class by Pierre Sassoulas · 13 days ago
- 37a5681 perf: defer cold-path imports to shorten ``import astroid`` (#3062) by Pierre Sassoulas · 13 days ago
- 649ec7d Bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#3060) by dependabot[bot] · 2 weeks ago
- 62393ee [pre-commit.ci] pre-commit autoupdate (#3059) by pre-commit-ci[bot] · 2 weeks ago
- 056f9ff Apply pyupgrade fixes (UP031, UP032) after enabling UP in ruff fixable (#3055) by Pierre Sassoulas · 3 weeks ago
- ec0b675 Fix MemoryError when parsing pathological type comments (#3049) by Jam Balaya · 3 weeks ago
- ac6f22b [pre-commit.ci] pre-commit autoupdate (#3050) by pre-commit-ci[bot] · 3 weeks ago
- 4aaceee Update coverage requirement from ~=7.13 to ~=7.14 (#3052) by dependabot[bot] · 3 weeks ago
- 3c9d1d9 fix: handle Python 3.15 KW_ONLY and namespace .pth test behavior (#3047) by Sai Asish Y · 3 weeks ago
- 96c4133 perf: hoist obj_type.mro() out of subclass-check loop (#3051) by Pierre Sassoulas · 3 weeks ago
- e56ac29 test: add Subscript target coverage for starred crash fix (#3053) by June · 3 weeks ago
- 3b4b7d4 fix: filter clone init params in random.sample brain (#3043) by SAY-5 · 4 weeks ago
- 53cd224 Update contributors-txt requirement from >=1.0.1 to >=1.0.2 (#3039) by dependabot[bot] · 5 weeks ago
- 6404a9e [pre-commit.ci] pre-commit autoupdate (#3041) by pre-commit-ci[bot] · 5 weeks ago
- bd08c3f Bump astroid to 4.2.0b3, update changelog by Jacob Walls · 6 weeks ago v4.2.0b3
- 7fe3057 Cope with Python 3.15 change for ModuleNotFoundError (#3035) by Jacob Walls · 6 weeks ago
- 00477a9 Bump astroid to 4.2.0b2, update changelog (#3034) by Daniël van Noord · 6 weeks ago v4.2.0b2
- 341ef0a Add Python 3.15 compatibility: CI, ByteString stub, and test fixes (#3033) by Copilot · 6 weeks ago
- 0a80be0 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 6 weeks ago
- 447aaeb Bump actions/cache from 5.0.4 to 5.0.5 (#3029) by dependabot[bot] · 7 weeks ago
- 7d1213e Bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#3028) by dependabot[bot] · 7 weeks ago
- 7b7dbe3 Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#3027) by dependabot[bot] · 7 weeks ago
- 45f3730 [pre-commit.ci] pre-commit autoupdate (#3025) by pre-commit-ci[bot] · 8 weeks ago
- 33d1947 Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 (#3020) by dependabot[bot] · 8 weeks ago
- 04b78da fix infinite recursion (#3026) by Joshix-1 · 8 weeks ago
- 0994342 Bump pylint-dev/backport from 2.1.7 to 2.1.8 (#3024) by dependabot[bot] · 8 weeks ago
- bf12d8f [pre-commit.ci] pre-commit autoupdate (#3021) by pre-commit-ci[bot] · 9 weeks ago
- d440a5f Bump codecov/codecov-action from 5 to 6 (#3019) by dependabot[bot] · 9 weeks ago
- 5162c4b [pre-commit.ci] pre-commit autoupdate (#3017) by pre-commit-ci[bot] · 2 months ago maintenance/4.2.x
- b45f2c3 Bump actions/cache from 5.0.3 to 5.0.4 (#3014) by dependabot[bot] · 2 months ago
- 87aef84 Bump pylint-dev/backport from 2.1.6 to 2.1.7 (#3015) by dependabot[bot] · 2 months ago
- b87f531 Update pytest-cov requirement from ~=7.0 to ~=7.1 (#3016) by dependabot[bot] · 2 months ago
- 0a8c390 Bump astroid to 4.2.0b1, update changelog (#3013) by Daniël van Noord · 2 months ago v4.2.0b1
- dae321e Bump astroid to 4.2.0b1, update changelog by Daniël van Noord · 2 months ago
- 4ab9cab Post 4.1.2 (#3012) by Daniël van Noord · 2 months ago
- f0cb44a Fix changelog by Daniël van Noord · 2 months ago
- 8532118 Remove deprecated `is_standard_module()` from modutils by Pierre Sassoulas · 2 months ago
- 4d84bc2 Remove the rec argument from 'find_argname' as promised by Pierre Sassoulas · 2 months ago
- e33dec4 Remove '_instancecheck' from the codebase as promised for astroid 2.0 by Pierre Sassoulas · 2 months ago
- 107a123 Remove safe_infer import from astroid.helpers by Pierre Sassoulas · 2 months ago
- d131497 Merge remote-tracking branch 'upstream/maintenance/4.1.x' into post-4.1.2 by Daniël van Noord · 2 months ago
- 91dac13 Bump astroid to 4.1.2, update changelog (#3011) by Daniël van Noord · 2 months ago v4.1.2
- c5d140d helpers: simplify Uninferable type error message by sergiochan · 3 months ago
- 723fc33 Make `else` its own scope and standardize behaviour of `block_range` by Daniël van Noord · 3 months ago
- b4824be Skip deployment for backport job (#3009) by Marc Mueller · 3 months ago
- fb3e1f9 Bump actions/create-github-app-token from 2.2.1 to 3.0.0 by dependabot[bot] · 3 months ago
- c7e8612 [pre-commit.ci] pre-commit autoupdate (#3008) by pre-commit-ci[bot] · 3 months ago
- 1f5dbc8 Bump actions/download-artifact from 8.0.0 to 8.0.1 (#3004) by dependabot[bot] · 3 months ago
- 83b6ddd Bump pylint-dev/backport from 2.1.5 to 2.1.6 (#3005) by dependabot[bot] · 3 months ago
- a0488ce [pre-commit.ci] pre-commit autoupdate (#3003) by pre-commit-ci[bot] · 3 months ago
- 9b75c6e Bump pylint-dev/backport from 2.1.3 to 2.1.5 (#3002) by dependabot[bot] · 3 months ago
- 796eba8 objectmodel: fix crash analyzing property fset in generic classes with type annotations (#2997) by doctorcolossus · 3 months ago
- a59574c objectmodel: fix crash analyzing property fset in generic classes with type annotations (#2997) by doctorcolossus · 3 months ago
- ca814f0 Update CI workflow to include maintenance branch (#2999) by Daniël van Noord · 3 months ago
- 26f3e60 Update CI workflow to include maintenance branch (#2999) by Daniël van Noord · 3 months ago
- 7593877 [Backport maintenance/4.1.x] Fix cyclic inference by constraints (#2998) by pylint-backport[bot] · 3 months ago
- 6cddfc8 [pre-commit.ci] pre-commit autoupdate (#2991) by pre-commit-ci[bot] · 3 months ago
- 5e45a16 Bump actions/download-artifact from 7.0.0 to 8.0.0 (#2989) by dependabot[bot] · 3 months ago
- 47aa659 Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#2990) by dependabot[bot] · 3 months ago
- 1e683cc Fix cyclic inference by constraints (#2984) by Zen Lee · 3 months ago
- 3f63f90 Fix builtin functions incorrectly exposing descriptor attributes (#2983) by Emmanuel Ferdman · 3 months ago
- be7479e Fix ValueError in __str__/repr and error messages with extreme values (#2971) by Fridayworks · 3 months ago
- 85226dd Fix builtin functions incorrectly exposing descriptor attributes (#2983) by Emmanuel Ferdman · 3 months ago
- 1c9938d Fix RecursionError in _compute_mro() on circular class hierarchies (#2968) by Fridayworks · 3 months ago
- 2c08ac1 Fix ValueError in __str__/repr and error messages with extreme values (#2971) by Fridayworks · 3 months ago
- ef5d473 Fix RecursionError in _compute_mro() on circular class hierarchies (#2968) by Fridayworks · 3 months ago
- 6891ed0 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 3 months ago
- 98938ad [Backport maintenance/4.1.x] Fix DuplicateBasesError crash in dataclass transform (#2982) by pylint-backport[bot] · 3 months ago
- 95960c4 Fix DuplicateBasesError crash in dataclass transform (#2970) by Fridayworks · 3 months ago
- 33fabe0 [Backport maintenance/4.1.x] Fix MemoryError when inferring f-string with large width (#2981) by pylint-backport[bot] · 3 months ago
- 2dc42c0 Fix MemoryError when inferring f-string with large width (#2972) by Fridayworks · 3 months ago
- c7908a1 Post 4.1.1 (#2978) by Jacob Walls · 3 months ago
- 65c3e62 Merge branch 'maintenance/4.1.x' into post-4.1.1 by Jacob Walls · 3 months ago
- f11d7ae Bump astroid to 4.1.1, update changelog by Jacob Walls · 3 months ago v4.1.1
- 5e68b01 [pre-commit.ci] pre-commit autoupdate (#2966) by pre-commit-ci[bot] · 3 months ago
- 3ea62ba [Backport maintenance/4.1.x] Prevent Unknown from leaking via special attribute lookup (#2973) by pylint-backport[bot] · 3 months ago
- ffbdccf Prevent Unknown from leaking via special attribute lookup (#2963) by Emmanuel Ferdman · 3 months ago
- b649247 Add missing tag and param to test-pylint workflow (#2962) by Jacob Walls · 4 months ago
- e064505 Fix `__doc__` on unbound method (#2958) by Daniël van Noord · 4 months ago
- 177cf4d Fix `__doc__` on unbound method (#2958) by Daniël van Noord · 4 months ago
- a57e817 [Backport maintenance/4.1.x] [pre-commit.ci] pre-commit autoupdate (#2959) (#2960) by Jacob Walls · 4 months ago
- ecb16df Invoke pylint test suite on PRs (#2956) by Jacob Walls · 4 months ago
- 714cb5c [pre-commit.ci] pre-commit autoupdate (#2959) by pre-commit-ci[bot] · 4 months ago
- 5ffc8aa Bump astroid to 4.1.0, update changelog by Jacob Walls · 4 months ago v4.1.0
- c75c0a0 Bump astroid to 4.2.0-dev0, update changelog by Jacob Walls · 4 months ago
- 7a8a4c0 Post 4.0.4 (#2955) by Pierre Sassoulas · 4 months ago
- b20dda8 Merge branch 'maintenance/4.0.x' into post-4.0.4 by Jacob Walls · 4 months ago