aboutsummaryrefslogtreecommitdiff
path: root/astroid/context.py
AgeCommit message (Expand)Author
2021-10-17Bump astroid to 2.8.3, update changelogPierre Sassoulas
2021-10-06Bump astroid to 2.8.1, update changelogPierre Sassoulas
2021-09-17Add f-strings with `flynt`Daniƫl van Noord
2021-09-14Bump astroid to 2.8.0, update changelogPierre Sassoulas
2021-08-30Bump astroid to 2.7.3, update changelogPierre Sassoulas
2021-08-28Fix bug in attribute inference from inside method calls.David Liu
2021-08-10Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas
2021-07-20Bump astroid to 2.6.4, update changelogPierre Sassoulas
2021-07-19Bump astroid to 2.6.3, update changelogPierre Sassoulas
2021-07-01Fix copyright links (#1084)Marc Mueller
2021-06-22Bump astroid to 2.6.0, update changelogPierre Sassoulas
2021-06-19Remove the __all__ that aren't necessaryPierre Sassoulas
2021-06-19Import without wildcard for Context in astroid.__init_.pyPierre Sassoulas
2021-06-07Performance improvements to counter context.clone slowdown (#1009)Andrew Haigh
2021-05-29Update copyright notice for 2.5.7Pierre Sassoulas
2021-05-12Fix strong references to mutable objects in context.clone (#927)Andrew Haigh
2021-04-10Fix issue #891Pierre Sassoulas
2021-02-28Upgrade copyrite noticePierre Sassoulas
2021-02-21Revert "Turns the context.path from a set to a dict which values are the numb...hippo91
2021-02-21Move from % syntax to format or f-stringsPierre Sassoulas
2021-02-15Update copyright noticehippo91
2021-01-23Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidhippo91
2020-12-27New copyright noticeshippo91
2020-06-22Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta
2020-06-20Merge branch 'master' into sum_and_multiplyhippo91
2020-04-27Add missing copyright annotations for the past releasesClaudiu Popa
2019-12-30Turns the context.path from a set to a dict which values are the number of ti...hippo91
2019-01-17Revert "Remove the restore_path() method"Claudiu Popa
2018-12-30Revert path copying in InferenceContext()Claudiu Popa
2018-10-10Replace copy.copy() with a simple set() callClaudiu Popa
2018-10-10Use copy_context where it makes senseClaudiu Popa
2018-10-02Initial formatting of astroidClaudiu Popa
2018-07-15Update the copyright noticesClaudiu Popa
2018-07-08Remove the copying of extra_context, since the object is already not mutated....Claudiu Popa
2018-07-05Fix inference for nested callsBryce Guinta
2018-07-04Refactor assinging boundnode to contextBryce Guinta
2018-06-28Fix useless-object-inheritance lint error (#573)Nick Drozd
2018-06-14Fix lintingClaudiu Popa
2018-03-29Update InferenceContext attribute documentationBryce Guinta
2018-01-28Fix inference issue with inference path cloningBryce Guinta
2016-12-18Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa
2016-07-22Even more granular copyrights (thanks to copyrite)Claudiu Popa
2016-07-19Keep a consistent copyright notice across the board.Claudiu Popa
2016-05-16Convert all files to new license headerCeridwen
2015-10-11Remove doctype and future imports which aren't useful.Claudiu Popa
2015-09-28Remove InferenceContext's __repr__ implementation, since it makes it unusable...Claudiu Popa
2015-09-25Make pylint happyy.Claudiu Popa
2015-09-18Change a couple of readability issues, proper variable names and so on.Claudiu Popa
2015-09-13Final draft of state printing after mergeCeridwen
2015-09-13Final draft of improved state printingCeridwen