index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astroid
/
context.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-17
1
-1
/
+1
*
Update copyright notice
hippo91
2021-02-15
1
-0
/
+1
*
Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroid
sum_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 notices
astroid-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
*
Change a couple of readability issues, proper variable names and so on.
Claudiu Popa
2015-09-18
1
-6
/
+8
*
Final draft of state printing after merge
Ceridwen
2015-09-13
1
-67
/
+7
|
\
|
*
Improve the understanding of arguments
Claudiu Popa
2015-09-09
1
-67
/
+7
*
|
Final draft of improved state printing
Ceridwen
2015-09-13
1
-0
/
+11
|
/
*
Don't raise StopIteration in InferenceContext.push, instead exit from the gen...
Claudiu Popa
2015-08-28
1
-2
/
+3
*
Fix most obvious errors intorduced by the latest merge
Ceridwen
2015-08-14
1
-8
/
+8
*
Move InferenceContext and CallContext into astroid.context
Claudiu Popa
2015-08-12
1
-0
/
+141