| 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 | -0/+1 |
| * | Fix typos (#1288) | Kian Meng, Ang | 2021-12-13 | 1 | -1/+1 |
| * | Bump astroid to 2.8.3, update changelogv2.8.3 | Pierre Sassoulas | 2021-10-17 | 1 | -1/+1 |
| * | Bump astroid to 2.8.1, update changelogv2.8.1-rc1 | Pierre Sassoulas | 2021-10-06 | 1 | -0/+1 |
| * | Add f-strings with `flynt` | Daniƫl van Noord | 2021-09-17 | 1 | -2/+1 |
| * | Bump astroid to 2.8.0, update changelogv2.8.0 | Pierre Sassoulas | 2021-09-14 | 1 | -1/+1 |
| * | Bump astroid to 2.7.3, update changelogv2.7.3 | Pierre Sassoulas | 2021-08-30 | 1 | -0/+1 |
| * | Fix bug in attribute inference from inside method calls. | David Liu | 2021-08-28 | 1 | -10/+12 |
| * | Remove use of deprecated node_classes and scoped_node API in astroid | Pierre Sassoulas | 2021-08-10 | 1 | -1/+1 |
| * | 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 | -0/+1 |
| * | Fix copyright links (#1084) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| * | Bump astroid to 2.6.0, update changelogv2.6.0 | Pierre Sassoulas | 2021-06-22 | 1 | -1/+1 |
| * | Remove the __all__ that aren't necessary | Pierre Sassoulas | 2021-06-19 | 1 | -0/+1 |
| * | Import without wildcard for Context in astroid.__init_.py | Pierre Sassoulas | 2021-06-19 | 1 | -2/+1 |
| * | Performance improvements to counter context.clone slowdown (#1009) | Andrew Haigh | 2021-06-07 | 1 | -12/+48 |
| * | Update copyright notice for 2.5.7v2.5.7 | Pierre Sassoulas | 2021-05-29 | 1 | -0/+1 |
| * | Fix strong references to mutable objects in context.clone (#927) | Andrew Haigh | 2021-05-12 | 1 | -1/+1 |
| * | Fix issue #891 | Pierre Sassoulas | 2021-04-10 | 1 | -1/+1 |
| * | Upgrade copyrite notice | Pierre Sassoulas | 2021-02-28 | 1 | -1/+2 |
| * | Revert "Turns the context.path from a set to a dict which values are the numb... | hippo91 | 2021-02-21 | 1 | -6/+4 |
| * | Move from % syntax to format or f-strings | Pierre Sassoulas | 2021-02-21 | 1 | -1/+1 |
| * | Update copyright notice | hippo91 | 2021-02-15 | 1 | -0/+1 |
| * | Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidsum_and_multiply | hippo91 | 2021-01-23 | 1 | -4/+6 |
| |\ |
|
| | * | Merge branch 'master' into sum_and_multiply | hippo91 | 2020-06-20 | 1 | -1/+1 |
| | |\ |
|
| | * | | Turns the context.path from a set to a dict which values are the number of ti... | hippo91 | 2019-12-30 | 1 | -4/+6 |
| * | | | New copyright notices | hippo91 | 2020-12-27 | 1 | -1/+2 |
| * | | | Squash one-off inference utility functions to help reduce recursion errors (#... | Bryce Guinta | 2020-06-22 | 1 | -11/+0 |
| | |/
|/| |
|
| * | | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+1 |
| |/ |
|
| * | Revert "Remove the restore_path() method" | Claudiu Popa | 2019-01-17 | 1 | -1/+7 |
| * | Revert path copying in InferenceContext() | Claudiu Popa | 2018-12-30 | 1 | -1/+1 |
| * | Replace copy.copy() with a simple set() call | Claudiu Popa | 2018-10-10 | 1 | -9/+1 |
| * | Use copy_context where it makes sense | Claudiu Popa | 2018-10-10 | 1 | -5/+4 |
| * | Initial formatting of astroid | Claudiu Popa | 2018-10-02 | 1 | -6/+15 |
| * | Update the copyright noticesastroid-2.0 | Claudiu Popa | 2018-07-15 | 1 | -2/+4 |
| * | Remove the copying of extra_context, since the object is already not mutated.... | Claudiu Popa | 2018-07-08 | 1 | -1/+1 |
| * | Fix inference for nested calls | Bryce Guinta | 2018-07-05 | 1 | -1/+9 |
| * | Refactor assinging boundnode to context | Bryce Guinta | 2018-07-04 | 1 | -0/+25 |
| * | Fix useless-object-inheritance lint error (#573) | Nick Drozd | 2018-06-28 | 1 | -2/+2 |
| * | Fix linting | Claudiu Popa | 2018-06-14 | 1 | -1/+0 |
| * | Update InferenceContext attribute documentation | Bryce Guinta | 2018-03-29 | 1 | -3/+33 |
| * | Fix inference issue with inference path cloning | Bryce Guinta | 2018-01-28 | 1 | -1/+32 |
| * | Remove occurrences of no-else-return and consider-using-ternary | Claudiu Popa | 2016-12-18 | 1 | -2/+2 |
| * | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+3 |
| * | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| * | Convert all files to new license header | Ceridwen | 2016-05-16 | 1 | -17/+3 |
| * | Remove doctype and future imports which aren't useful. | Claudiu Popa | 2015-10-11 | 1 | -1/+1 |
| * | Remove InferenceContext's __repr__ implementation, since it makes it unusable... | Claudiu Popa | 2015-09-28 | 1 | -6/+0 |
| * | Make pylint happyy. | Claudiu Popa | 2015-09-25 | 1 | -1/+1 |