1. 062ae59 Add license, metadata, and OWNERS files. by Dan Albert · 2 years, 7 months ago main master ndk-r24-release ndk-r25-release ndk-r26-release ndk-r27-release ndk-r24 ndk-r24-rc1 ndk-r25 ndk-r25-beta1 ndk-r25-beta2 ndk-r25-beta3 ndk-r25-beta4 ndk-r25b ndk-r25c ndk-r26 ndk-r26-beta1 ndk-r26-rc1 ndk-r26b ndk-r26c ndk-r26d
  2. 10ac525 Merge upstream tag v2.8.5. by Dan Albert · 2 years, 7 months ago
  3. 60377da Initial empty repository by Roman Yepishev · 2 years, 7 months ago
  4. 8e6a446 Bump astroid to 2.8.5, update changelog by Pierre Sassoulas · 2 years, 7 months ago
  5. dac99b9 More permissive version for typed-ast by Pierre Sassoulas · 2 years, 7 months ago
  6. 1f7d81c Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233) by Daniël van Noord · 2 years, 7 months ago
  7. dbfc931 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 2 years, 7 months ago
  8. e1ecb6d Fix crash on inference of __len__ (#1234) by Daniël van Noord · 2 years, 7 months ago
  9. b62f243 Add typing and deprecation warnings to ``NodeNG.statement`` (#1217) by Daniël van Noord · 2 years, 7 months ago
  10. 62f3cfb Small changes (#1232) by Marc Mueller · 2 years, 7 months ago
  11. cdf8a2a [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 2 years, 7 months ago
  12. 6463dee Move back to a dev version following 2.8.4 release by Pierre Sassoulas · 2 years, 7 months ago
  13. 4c3b3b3 Bump astroid to 2.8.4, update changelog by Pierre Sassoulas · 2 years, 7 months ago
  14. 0a43490 Refactor and add typing to ``NodeNG.frame()`` (#1225) by Daniël van Noord · 2 years, 7 months ago
  15. d3e2854 Add assignment expressions to correct ``locals`` for certain parents (#1213) by Daniël van Noord · 2 years, 7 months ago
  16. b90714e Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221) by Daniël van Noord · 2 years, 7 months ago
  17. 1620fb3 Refactor and remove ``redefined-variable-type`` disable by Daniël van Noord · 2 years, 7 months ago
  18. 38849d8 Remove unnecessary disable from ``pylintrc`` (#1223) by Daniël van Noord · 2 years, 7 months ago
  19. 0b084c9 Move skip in `ArgumentsNodeTC` to correct function (#1222) by Daniël van Noord · 2 years, 7 months ago
  20. 7c5f8e2 Update brain_typing.py (#1220) by Redoubts · 2 years, 7 months ago
  21. 7d668be Add test for __members__ (#1216) by Joshua Cannon · 2 years, 8 months ago
  22. d3ba688 Move back to a dev version following 2.8.3 release by Pierre Sassoulas · 2 years, 8 months ago
  23. 3ec2617 Bump astroid to 2.8.3, update changelog by Pierre Sassoulas · 2 years, 8 months ago
  24. abfad38 Fix regression with import resolver (#1211) by Daniël van Noord · 2 years, 8 months ago
  25. b2f57b7 Fix crash with invalid field call (#1212) by Marc Mueller · 2 years, 8 months ago
  26. d467478 Revert "Fix regression with import resolver" by Marc Mueller · 2 years, 8 months ago
  27. 02f8b16 Fix regression with import resolver by Daniël van Noord · 2 years, 8 months ago
  28. 2594d32 [pre-commit.ci] pre-commit autoupdate (#1210) by pre-commit-ci[bot] · 2 years, 8 months ago
  29. 4f11b66 Add recognition of previous partial args/kwargs when chaining (#1209) by Craig Franklin · 2 years, 8 months ago
  30. 82b9425 Fix style changelog by Marc Mueller · 2 years, 8 months ago
  31. fd510e0 Allow wrapt 1.13 (#1203) by Michael K · 2 years, 8 months ago
  32. 0a5a77a Move back to a dev version following 2.8.2 release by Pierre Sassoulas · 2 years, 8 months ago
  33. fa12a47 Bump astroid to 2.8.2, update changelog by Pierre Sassoulas · 2 years, 8 months ago
  34. c348707 Better deprecation messages for guard functions (#1205) by Marc Mueller · 2 years, 8 months ago
  35. 8afd6b4 Move back to a dev version following 2.8.1 release by Pierre Sassoulas · 2 years, 8 months ago
  36. e1bf25e Bump astroid to 2.8.1, update changelog by Pierre Sassoulas · 2 years, 8 months ago
  37. 47985f3 Fix regression introduced by #1186 and add tests (#1204) by Daniël van Noord · 2 years, 8 months ago
  38. 395bfbd Deprecate ``is_typing_guard`` and ``is_sys_guard`` (#1202) by Pierre Sassoulas · 2 years, 8 months ago
  39. a92487b Use 3.10 for Github actions (#1198) by Marc Mueller · 2 years, 8 months ago
  40. 1437e73 Fix ``relative-beyond-top-level`` false positive (#1186) by Daniël van Noord · 2 years, 8 months ago
  41. 1419ac5 Bug pylint 4326 (#1183) by hippo91 · 2 years, 8 months ago
  42. f9c1b31 [pre-commit.ci] pre-commit autoupdate (#1197) by pre-commit-ci[bot] · 2 years, 8 months ago
  43. 795cb78 Improve brain for typing.Callable + typing.Type (#1192) by Marc Mueller · 2 years, 8 months ago
  44. ee2438c Feature / Bug Fix: Brain for the stdlib signal module (#1172) by SupImDos · 2 years, 8 months ago
  45. fe918ff continuing #839: Extend attrs brain to support provisional APIs (#1187) by Jonathan Striebel · 2 years, 8 months ago
  46. e763ba9 [pre-commit.ci] pre-commit autoupdate (#1191) by pre-commit-ci[bot] · 2 years, 8 months ago
  47. 49b1411 Remove deprecation warning raised by own astroid code (#1190) by Pierre Sassoulas · 2 years, 8 months ago
  48. 05445e2 Bug pylint 4960 (#1176) by hippo91 · 2 years, 8 months ago
  49. 4ffdf11 Fix regression on Compare node inference (#1185) by Daniël van Noord · 2 years, 9 months ago
  50. 5b516c9 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 2 years, 9 months ago
  51. 30161a6 Small improvements to Compare infer (#1182) by Marc Mueller · 2 years, 9 months ago
  52. 7eedd68 Fix regression on ClassDef inference (#1181) by Daniël van Noord · 2 years, 9 months ago
  53. 28411ee Support dataclass inference for pydantic.dataclasses. by David Liu · 2 years, 9 months ago
  54. e31db65 Add f-strings with `flynt` by Daniël van Noord · 2 years, 9 months ago
  55. a59b1cf Fix all R6201: Consider using set for membership by Pierre Sassoulas · 2 years, 9 months ago
  56. 00f1649 Upgrade to pylint 2.11 in pre-commit configuration by Pierre Sassoulas · 2 years, 9 months ago
  57. 2e26f03 Add typing to scope() (#1170) by Daniël van Noord · 2 years, 9 months ago
  58. 47529c4 Add Arguments typing to Lambda + FunctionDef (#1174) by Daniël van Noord · 2 years, 9 months ago
  59. 8d99991 Fix documentation after changes to astroid.nodes (#1175) by Marc Mueller · 2 years, 9 months ago
  60. 9a7878a Bump astroid to 2.8.0, update changelog by Pierre Sassoulas · 2 years, 9 months ago
  61. 82d7faf Add inference of Compare nodes (#979) by Andrew Haigh · 2 years, 9 months ago
  62. 24a1118 Add typing in tests directory (#1163) by Pierre Sassoulas · 2 years, 9 months ago
  63. 1ae89bf [pre-commit.ci] pre-commit autoupdate (#1171) by pre-commit-ci[bot] · 2 years, 9 months ago
  64. 9322fc3 Add node_ancestors method (#1169) by Nick Drozd · 2 years, 9 months ago
  65. 8fbef58 Add typing to NodeNG.nodes_of_class (#1168) by Daniël van Noord · 2 years, 9 months ago
  66. af0724b Fix crash on datafields (#1165) by Daniël van Noord · 2 years, 9 months ago
  67. 741cd61 Support pyz imports (#1161) by grayjk · 2 years, 9 months ago
  68. ac100bc Recognize nested classes in classes inherited from NamedTuple by Dimitri Prybysh · 2 years, 9 months ago
  69. 46628ba Add ``astroid.objects.ExceptionInstance`` import by Daniël van Noord · 2 years, 9 months ago
  70. af42517 Add Statement to the astroid.nodes API by Pierre Sassoulas · 2 years, 9 months ago
  71. c51a8f3 Import from astroid.nodes everywhere in the tests by Pierre Sassoulas · 2 years, 9 months ago
  72. 40ea1a3 Deprecate some default values for node init calls (#1157) by Marc Mueller · 2 years, 9 months ago
  73. bc14d8e [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 2 years, 9 months ago
  74. 8f083e7 Move back to a dev version following 2.7.3 release by Pierre Sassoulas · 2 years, 9 months ago
  75. f94eb5f Bump astroid to 2.7.3, update changelog by Pierre Sassoulas · 2 years, 9 months ago
  76. 7147b7e Import from astroid.nodes directly by Pierre Sassoulas · 2 years, 9 months ago
  77. 8a490bb Use TYPE_CHECKING guard to remove a circular import by Pierre Sassoulas · 2 years, 10 months ago
  78. 8267d09 astroid.context: import object one by one instead of the entire module by Pierre Sassoulas · 2 years, 10 months ago
  79. 466a27d Do not import entire module in astroid/bases.py by Pierre Sassoulas · 2 years, 10 months ago
  80. b7fe6a3 Do not import entire module in astroid/arguments.py by Pierre Sassoulas · 2 years, 10 months ago
  81. 74e2d1e Import specific objects instead of the whole base package by Pierre Sassoulas · 2 years, 10 months ago
  82. 9399703 More precise import in astroid/bases.py for a circulat import by Pierre Sassoulas · 2 years, 10 months ago
  83. 8049834 Bug pylint 3342 (#1148) by hippo91 · 2 years, 9 months ago
  84. e90016f Bug pylint 4896 (#1154) by hippo91 · 2 years, 9 months ago
  85. 555f727 Fixed inference bug with chained attributes and inheritance by David Liu · 2 years, 9 months ago
  86. 7824a2c Fixed inference bug with unbound inherited methods by David Liu · 2 years, 9 months ago
  87. c7666b4 Fix bug in attribute inference from inside method calls. by David Liu · 2 years, 9 months ago
  88. 0a69773 Rewrite while-loop (#1147) by Nick Drozd · 2 years, 9 months ago
  89. c178fd1 Relax dataclass filter for Uninferable nodes. (#1144) by David Liu · 2 years, 9 months ago
  90. 3d0a025 Removed mutable default value in _inference_tip_cache (#1139) by Sergei Lebedev · 2 years, 9 months ago
  91. 9f52949 [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 2 years, 9 months ago
  92. 9d40bb3 Add filter for abc.collections in dataclass inference by David Liu · 2 years, 10 months ago
  93. 4c98de2 Remove constraint on numpy for 3.10 by Marc Mueller · 2 years, 10 months ago
  94. fe45487 Upgrade pylint checks to 2.10.0 by Pierre Sassoulas · 2 years, 10 months ago
  95. 3341ca7 Fix bug in bump_changelog for version with 10 in it by Pierre Sassoulas · 2 years, 10 months ago
  96. 23e282a Move back to a dev version following 2.7.2 release by Pierre Sassoulas · 2 years, 10 months ago
  97. 5b05832 Bump astroid to 2.7.2, update changelog by Pierre Sassoulas · 2 years, 10 months ago
  98. 095acc1 Generate synthetic __init__ method for dataclasses by David Liu · 2 years, 10 months ago
  99. 249d8e2 Temporary retro-compatibility with older pylint versions by Pierre Sassoulas · 2 years, 10 months ago
  100. abcbe35 Replace the constant BUILTINS by the string 'builtins' by Pierre Sassoulas · 2 years, 10 months ago