1. da4a8cf Implement `And` and `Or` constraints (#2977) by Zen Lee · 4 days ago main
  2. cec5b89 build(deps): bump CodSpeedHQ/action from 5.0.3 to 5.2.1 (#3252) by dependabot[bot] · 8 days ago
  3. 36179a4 Do not crash on ``super()`` in a classmethod defined outside a class by ANSHUL SINGH · 8 days ago
  4. 8044012 Give the fallback ``__new__`` of the object model a usable signature by Anshul Singh · 8 days ago
  5. 1a05789 only load a stdlib-named C extension from the standard library (#3193) by KALI 834X · 8 days ago
  6. 76afd90 catch OverflowError in old-style %c string formatting (#3254) by Sayed Nabhan · 8 days ago
  7. c4ae2bd prevent docstrings breaking out of the as_string literal (#3249) by KALI 834X · 8 days ago
  8. f344262 [pre-commit.ci] pre-commit autoupdate (#3253) by pre-commit-ci[bot] · 10 days ago
  9. 95cad01 build(deps): bump github/codeql-action from 4.37.7 to 4.37.8 (#3251) by dependabot[bot] · 10 days ago
  10. 0d04ba1 build(deps): update towncrier requirement from >=24.8 to >=25.8.0 (#3250) by dependabot[bot] · 10 days ago
  11. 94b7090 Fix .pyi stubs being shadowed by compiled modules in get_source_file by Christian Zinck · 2 weeks ago
  12. 1c23028 reject non-identifier name in TypeVar/NewType inference by Sayed Nabhan · 2 weeks ago
  13. 3ddff2e brain/dataclasses: add inference tip for dataclasses.replace() by Henrique T · 2 weeks ago
  14. 60ed8a4 Make xfail strict (#3232) by Pierre Sassoulas · 2 weeks ago
  15. 62ef6b3 [pre-commit.ci] pre-commit autoupdate (#3231) by pre-commit-ci[bot] · 2 weeks ago
  16. d2087f2 build(deps): bump github/codeql-action from 4.37.6 to 4.37.7 by dependabot[bot] · 2 weeks ago
  17. 55c8d55 build(deps-dev): update pylint requirement from >=4.0.0 to >=4.0.7 by dependabot[bot] · 2 weeks ago
  18. 2036246 Add a news fragment for the towncrier migration itself by Pierre Sassoulas · 2 weeks ago
  19. 2f8a3d4 Add a CI check for missing news fragments by Pierre Sassoulas · 2 weeks ago
  20. 843ae9a Move the what's new documentation to a towncrier tree by Pierre Sassoulas · 2 weeks ago
  21. 7e46a1c Add towncrier configuration and scripts by Pierre Sassoulas · 2 weeks ago
  22. aa860bb Merge maintenance/4.3.x (v4.3.1) into main (#3226) by Pierre Sassoulas · 3 weeks ago
  23. c784588 Merge maintenance/4.3.x (v4.3.1) into main by Pierre Sassoulas · 3 weeks ago
  24. 4ea15d4 Bump astroid to 4.3.1, update changelog (#3225) by Pierre Sassoulas · 3 weeks ago v4.3.1
  25. 38edf0e [Backport maintenance/4.3.x] Give a renamed namedtuple's instance the renamed fields (#3218) by pylint-backport[bot] · 3 weeks ago
  26. 5124beb use separator-aware containment check in module_in_path (#3223) by KALI 834X · 3 weeks ago
  27. 04ba439 Avoid inferring functional Enums with non-string names (#3212) by Florian Meyer · 3 weeks ago
  28. 8771613 Give a renamed namedtuple's instance the renamed fields by Eljees · 3 weeks ago
  29. 57c5821 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 3 weeks ago
  30. 209af56 build(deps): bump github/codeql-action from 4.37.4 to 4.37.6 (#3215) by dependabot[bot] · 3 weeks ago
  31. 90aaf26 build(deps): bump CodSpeedHQ/action from 5.0.1 to 5.0.3 (#3216) by dependabot[bot] · 3 weeks ago
  32. 00c1ba2 Document the maintenance branch protection and backport label steps (#3208) by Pierre Sassoulas · 4 weeks ago
  33. a52596a Bump astroid to 4.3.0, update changelog by Pierre Sassoulas · 4 weeks ago v4.3.0
  34. 80b5eb1 Bump astroid to 4.4.0-dev0, update changelog by Pierre Sassoulas · 4 weeks ago
  35. 3dfb6ca Rename the 4.2.0 changelog section to 4.3.0 by Pierre Sassoulas · 4 weeks ago
  36. 941430e Ignore typing.overload stubs in dunder lookup (#3150) by Sanjay Santhanam · 4 weeks ago
  37. 1e71c7d Fix crash on a namedtuple field name that changes under NFKC normalization (#3204) by Eljees · 4 weeks ago
  38. 3316637 Fix crash on a dataclass base that annotates __init__ (#3206) by kdelay · 4 weeks ago
  39. 8577346 Infer the value of a data descriptor as unknown by kdelay · 4 weeks ago
  40. 8666418 Fix crash in has_known_bases() for a non-class metaclass by Pierre Sassoulas · 4 weeks ago
  41. 5952c15 Fix crash on non-name assignment targets in typing.NamedTuple body by Pierre Sassoulas · 4 weeks ago
  42. 331e9d9 Fix crash on bytes field names in functional Enum/namedtuple by Pierre Sassoulas · 4 weeks ago
  43. a68e42c build(deps): bump CodSpeedHQ/action from 4.19.1 to 5.0.1 (#3194) by dependabot[bot] · 4 weeks ago
  44. 34ea0f4 build(deps): bump sigstore/gh-action-sigstore-python from 3.4.0 to 3.5.0 (#3196) by dependabot[bot] · 4 weeks ago
  45. 7227b69 build(deps): bump github/codeql-action from 4 to 4.37.4 (#3195) by dependabot[bot] · 4 weeks ago
  46. 8bb408f Fix classmethod inference boundnode leak (#3106) by Hariharan Agaranallur Ganesan · 4 weeks ago
  47. 1466660 Fix typing.self resolution when inheriting (#3057) by kdkavanagh-jt · 5 weeks ago
  48. 4c5dfcd cap str/bytes node expansion in container and dict.fromkeys inference (#3127) by KALI 834X · 5 weeks ago
  49. 3824955 cap oversized old-style % string formatting during inference (#3130) by KALI 834X · 5 weeks ago
  50. 5f42884 Keep the module name in a local in the extension class enum test by Pierre Sassoulas · 5 weeks ago
  51. 24027e6 Avoid enum transform crash for extension classes (#3163) by Yang Fan · 5 weeks ago
  52. 9d437b7 Only add _HAS_DEFAULT_FACTORY sentinel when a default_factory is used by Sanjay Santhanam · 5 weeks ago
  53. 55a1e1e Add __required_keys__ and __optional_keys__ to TypedDict brain (#3184) by Samarth D N · 5 weeks ago
  54. 178ee60 Run the documentation examples when the documentation is built (#3187) by Pierre Sassoulas · 5 weeks ago
  55. b00fded Render single backticks as code, and fix two things found on the way by Pierre Sassoulas · 5 weeks ago
  56. 7d2a9e2 Document the modules the cross-reference check was ignoring by Pierre Sassoulas · 5 weeks ago
  57. 6ef943e Fail the documentation build on Sphinx warnings by Pierre Sassoulas · 5 weeks ago
  58. 687729c Fix regex.Pattern and regex.Match subscriptable inference (#3174) by Samarth D N · 5 weeks ago
  59. 2beb35b Fix sphinx cross-reference warnings in docs (#3171) by Samarth D N · 5 weeks ago
  60. 3aacc67 fix: correct typo in comment (#3169) by Samarth D N · 5 weeks ago
  61. a89671d Performance: bypass __init__ in InferenceContext.clone() (#3168) by Pierre Sassoulas · 5 weeks ago
  62. f6b61b8 Add qname() and pytype() to PEP 695 type parameter and alias nodes (#3118) by Vincent Gao · 5 weeks ago
  63. 574b7f2 Fix crash when inferring `__func__` on a directly proxied bound method (#3165) by renechoi · 5 weeks ago
  64. aa3032a [perf] Cap oversized str/bytes and sequence concatenation during inference by KALI 834X · 5 weeks ago
  65. d58c0e3 Access keyword and Slice position attributes directly by Pierre Sassoulas · 5 weeks ago
  66. 2b7fa10 Update stale Python 2 era comments and docstrings by Pierre Sassoulas · 5 weeks ago
  67. 50e6da8 Fix Module.file_encoding docstring claiming it is Python 2 only by Pierre Sassoulas · 5 weeks ago
  68. 652ca47 Stop threading the ignored newstyle argument to ClassDef.postinit by Pierre Sassoulas · 5 weeks ago
  69. 5e83808 Drop __nonzero__ from the gi brain and fix its docstring by Pierre Sassoulas · 5 weeks ago
  70. a1826c1 Remove __nonzero__ from the collections.deque brain stub by Pierre Sassoulas · 5 weeks ago
  71. 6298b4c Remove the __nonzero__ alias on UninferableBase by Pierre Sassoulas · 5 weeks ago
  72. 8bb9771 Collapse the ParserModule indirection into module-level constants by Pierre Sassoulas · 5 weeks ago
  73. b232011 Remove the unused ast.Param context mapping by Pierre Sassoulas · 5 weeks ago
  74. f1f9f74 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 5 weeks ago
  75. 7c86a7e Fix pylint warnings breaking the CI on main by Pierre Sassoulas · 5 weeks ago
  76. c687768 bound oversized format width and precision during inference (#3108) by KALI 834X · 5 weeks ago
  77. be750f7 cap oversized field width/precision in str.format inference by Sayed Nabhan · 5 weeks ago
  78. 6f6c988 Rename `lazy` to `is_lazy` and store the raw `ast` integer by Pierre Sassoulas · 5 weeks ago
  79. a697822 Use explicit version guard for PEP 810 `is_lazy` field by Pierre Sassoulas · 5 weeks ago
  80. 73d2587 build(deps): bump CodSpeedHQ/action from 4.18.5 to 4.19.1 (#3159) by dependabot[bot] · 5 weeks ago
  81. e8d7321 Bump to `4.2.0b5` by Daniël van Noord · 6 weeks ago v4.2.0b5
  82. 043e2af Bump `contributors-txt` by Daniël van Noord · 6 weeks ago
  83. 3755dd5 Support PEP 798 dict-comp unpacking and PEP 810 lazy imports (#3094) by Pierre Sassoulas · 6 weeks ago
  84. ad3517a Apply comprehension conditions as inference constraints (#3155) by Pierre Sassoulas · 6 weeks ago
  85. 872b9f4 Add `brain_decimal` by Daniël van Noord · 6 weeks ago
  86. d414dc4 Few fixes to brain_gi (#3117) by Marek Marczykowski-Górecki · 6 weeks ago
  87. 68c9fe0 deduplicate keys in dict.fromkeys inference by sayed nabhan · 6 weeks ago
  88. 3381af9 Fix starred inference in a for loop when the star isn't last by chuenchen309 · 6 weeks ago
  89. 8d69d07 build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (#3146) by dependabot[bot] · 6 weeks ago
  90. 4bb9977 build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#3147) by dependabot[bot] · 6 weeks ago
  91. 75f6ec6 [pre-commit.ci] pre-commit autoupdate (#3144) by pre-commit-ci[bot] · 6 weeks ago
  92. 47401e7 build(deps): bump CodSpeedHQ/action from 4.18.1 to 4.18.5 (#3143) by dependabot[bot] · 7 weeks ago
  93. cf34ca7 fix: add qname method to Slice node class (#3137) by MUHAMED FAZAL PS · 8 weeks ago
  94. 0053ffc Add brain tip for numpy.fromfile inference support (#3121) by Genny-oo · 8 weeks ago
  95. faf2884 [pre-commit.ci] pre-commit autoupdate (#3136) by pre-commit-ci[bot] · 8 weeks ago
  96. c8a3a53 build(deps): update coverage requirement from ~=7.14 to ~=7.15 (#3134) by dependabot[bot] · 8 weeks ago
  97. 2731779 Bump astroid to 4.2.0b4, update changelog by Daniël van Noord · 9 weeks ago v4.2.0b4
  98. b8feb27 Remove `kwargs` from `_infer` by Daniël van Noord · 9 weeks ago
  99. fe29fb1 Remove `asname` kwarg from Import/ImportFrom `_infer` (#3109) by MJSHANG · 9 weeks ago
  100. 367b25a Don't crash when a local package shadows the stdlib `multiprocessing` (#3116) by Dani Alcala · 9 weeks ago