| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump astroid to 2.9.2, update changelogv2.9.2 | Alexander Shadchin | 2022-01-04 | 1 | -1/+1 |
* | Bump astroid to 2.9.1, update changelogv2.9.1 | Pierre Sassoulas | 2021-12-31 | 1 | -1/+6 |
* | Add future=True to frame calls (#1305) | Tushar Sadhwani | 2021-12-29 | 1 | -0/+2 |
* | Fix typos (#1288) | Kian Meng, Ang | 2021-12-13 | 1 | -1/+1 |
* | Fix crash if a variable named "type" is subscripted in a generator expression... | Jacob Walls | 2021-12-07 | 1 | -0/+5 |
* | Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277) | Nick Drozd | 2021-11-27 | 1 | -1/+1 |
* | Always treat __class_getitem__ as a classmethod (#1266) | Dmitry Shachnev | 2021-11-21 | 1 | -0/+14 |
* | Bump astroid to 2.8.6, update changelogv2.8.6 | Pierre Sassoulas | 2021-11-21 | 1 | -2/+2 |
* | Remove forgotten debug ``print`` statement from tests | Daniël van Noord | 2021-11-18 | 1 | -1/+0 |
* | Bump astroid to 2.8.5, update changelogv2.8.5 | Pierre Sassoulas | 2021-11-12 | 1 | -1/+1 |
* | Small changes (#1232) | Marc Mueller | 2021-11-06 | 1 | -1/+5 |
* | Bump astroid to 2.8.4, update changelogv2.8.4 | Pierre Sassoulas | 2021-10-25 | 1 | -1/+1 |
* | Bump astroid to 2.8.3, update changelogv2.8.3 | Pierre Sassoulas | 2021-10-17 | 1 | -1/+1 |
* | Fix regression with import resolver (#1211) | Daniël van Noord | 2021-10-17 | 1 | -0/+8 |
* | Revert "Fix regression with import resolver" | Marc Mueller | 2021-10-12 | 1 | -6/+0 |
* | Fix regression with import resolver | Daniël van Noord | 2021-10-12 | 1 | -0/+6 |
* | Bump astroid to 2.8.1, update changelogv2.8.1-rc1 | Pierre Sassoulas | 2021-10-06 | 1 | -1/+2 |
* | Fix regression introduced by #1186 and add tests (#1204) | Daniël van Noord | 2021-10-06 | 1 | -0/+6 |
* | Fix ``relative-beyond-top-level`` false positive (#1186) | Daniël van Noord | 2021-10-05 | 1 | -0/+5 |
* | Fix regression on Compare node inference (#1185) | Daniël van Noord | 2021-09-21 | 1 | -0/+12 |
* | Add f-strings with `flynt` | Daniël van Noord | 2021-09-17 | 1 | -21/+13 |
* | Bump astroid to 2.8.0, update changelogv2.8.0 | Pierre Sassoulas | 2021-09-14 | 1 | -1/+1 |
* | Add inference of Compare nodes (#979) | Andrew Haigh | 2021-09-14 | 1 | -2/+257 |
* | Add typing in tests directory (#1163) | Pierre Sassoulas | 2021-09-14 | 1 | -324/+379 |
* | Fix bug in attribute inference from inside method calls. | David Liu | 2021-08-28 | 1 | -3/+16 |
* | Replace the constant BUILTINS by the string 'builtins' | Pierre Sassoulas | 2021-08-19 | 1 | -16/+16 |
* | Fix Cannot resolve name "builder" (possible cyclic definition) | Pierre Sassoulas | 2021-08-18 | 1 | -3/+3 |
* | Bump astroid to 2.6.6, update changelogv2.6.6 | Pierre Sassoulas | 2021-08-03 | 1 | -1/+1 |
* | Improve variable lookup to handle function parameters being overwritten | David Liu | 2021-08-02 | 1 | -0/+18 |
* | Fix wrong exception raised in infer_import_from | Pierre Sassoulas | 2021-07-21 | 1 | -0/+14 |
* | Bump astroid to 2.6.4, update changelog | Pierre Sassoulas | 2021-07-20 | 1 | -1/+1 |
* | Bump astroid to 2.6.3, update changelogv2.6.3 | Pierre Sassoulas | 2021-07-19 | 1 | -1/+2 |
* | Fix yield inference on inherited classes. (#1092) | doranid | 2021-07-12 | 1 | -0/+21 |
* | Fix copyright links (#1084) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
* | Rename non obvious PY3X constant to PY3X_PLUS | Pierre Sassoulas | 2021-06-21 | 1 | -6/+6 |
* | Fix pep8 in unittest test function's names | Pierre Sassoulas | 2021-06-20 | 1 | -14/+14 |
* | Simplification because AstroidManager is a singleton/borg | Pierre Sassoulas | 2021-06-19 | 1 | -1/+1 |
* | Rename astroid.constants to astroid.const | Pierre Sassoulas | 2021-06-19 | 1 | -1/+1 |
* | Create a astroid.constants.py to avoid circular imports | Pierre Sassoulas | 2021-06-17 | 1 | -6/+6 |
* | Import exceptions from astroid.exceptions to avoid circular imports | Pierre Sassoulas | 2021-06-15 | 1 | -8/+14 |
* | Prepare for 2.5.8 release (#1013)v2.5.8 | Pierre Sassoulas | 2021-06-07 | 1 | -1/+1 |
* | Update copyright notice for 2.5.7v2.5.7 | Pierre Sassoulas | 2021-05-29 | 1 | -1/+2 |
* | Add check of __getitem__ signature to instance_getitem | Andrew Haigh | 2021-05-24 | 1 | -8/+0 |
* | Fix test definition of igetattr recursion and context_manager_inference | Andrew Haigh | 2021-05-24 | 1 | -13/+12 |
* | Fix inference cycle in getattr when a base is an astroid.Attribute (#934) | Andrew Haigh | 2021-05-24 | 1 | -0/+59 |
* | Remove xfail marker from passing tests (#994) | Andrew Haigh | 2021-05-23 | 1 | -4/+0 |
* | Fix inference of instance attributes defined in base class (#933) | Andrew Haigh | 2021-05-12 | 1 | -0/+36 |
* | Fix strong references to mutable objects in context.clone (#927) | Andrew Haigh | 2021-05-12 | 1 | -1/+34 |
* | Fix scope lookup of "type" for type inference brain | Andrew Haigh | 2021-05-02 | 1 | -0/+14 |
* | Fix overzealous inference of "type" in subscript contexts | Andrew Haigh | 2021-05-02 | 1 | -0/+50 |