summaryrefslogtreecommitdiff
path: root/astroid/context.py
Commit message (Expand)AuthorAgeFilesLines
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-171-1/+1
* Update copyright noticehippo912021-02-151-0/+1
* Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidsum_and_multiplyhippo912021-01-231-4/+6
|\
| * Merge branch 'master' into sum_and_multiplyhippo912020-06-201-1/+1
| |\
| * | Turns the context.path from a set to a dict which values are the number of ti...hippo912019-12-301-4/+6
* | | New copyright noticeshippo912020-12-271-1/+2
* | | Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta2020-06-221-11/+0
| |/ |/|
* | Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
|/
* Revert "Remove the restore_path() method"Claudiu Popa2019-01-171-1/+7
* Revert path copying in InferenceContext()Claudiu Popa2018-12-301-1/+1
* Replace copy.copy() with a simple set() callClaudiu Popa2018-10-101-9/+1
* Use copy_context where it makes senseClaudiu Popa2018-10-101-5/+4
* Initial formatting of astroidClaudiu Popa2018-10-021-6/+15
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+4
* Remove the copying of extra_context, since the object is already not mutated....Claudiu Popa2018-07-081-1/+1
* Fix inference for nested callsBryce Guinta2018-07-051-1/+9
* Refactor assinging boundnode to contextBryce Guinta2018-07-041-0/+25
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-2/+2
* Fix lintingClaudiu Popa2018-06-141-1/+0
* Update InferenceContext attribute documentationBryce Guinta2018-03-291-3/+33
* Fix inference issue with inference path cloningBryce Guinta2018-01-281-1/+32
* Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa2016-12-181-2/+2
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+3
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-1/+1
* Remove InferenceContext's __repr__ implementation, since it makes it unusable...Claudiu Popa2015-09-281-6/+0
* Make pylint happyy.Claudiu Popa2015-09-251-1/+1
* Change a couple of readability issues, proper variable names and so on.Claudiu Popa2015-09-181-6/+8
* Final draft of state printing after mergeCeridwen2015-09-131-67/+7
|\
| * Improve the understanding of argumentsClaudiu Popa2015-09-091-67/+7
* | Final draft of improved state printingCeridwen2015-09-131-0/+11
|/
* Don't raise StopIteration in InferenceContext.push, instead exit from the gen...Claudiu Popa2015-08-281-2/+3
* Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-8/+8
* Move InferenceContext and CallContext into astroid.contextClaudiu Popa2015-08-121-0/+141