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
/
node_classes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a list to hold the statements to be filtered per node instead of keeping ...
Claudiu Popa
2019-03-08
1
-6
/
+8
*
The last except handler wins when inferring variables bound in an except hand...
Claudiu Popa
2019-03-08
1
-2
/
+14
*
Avoid statement deletion in the _filter_stmts method of the LookupMixin class...
hippo91
2019-01-23
1
-2
/
+10
*
Add a method to the manager to retrieve the builtins module
Claudiu Popa
2019-01-19
1
-1
/
+1
*
Refactoring chained comparison (#636)
hippo91
2019-01-13
1
-2
/
+1
*
Cache the result of get_assign_nodes
Claudiu Popa
2018-10-10
1
-4
/
+4
*
Let formatting be handled by black
Claudiu Popa
2018-10-02
1
-1
/
+2
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-280
/
+418
*
Make sure that assign nodes can find ``yield`` statements in their values
Claudiu Popa
2018-08-10
1
-0
/
+3
*
Cut obsolete "explicit StopIteration" comments
Nick Drozd
2018-07-30
1
-4
/
+0
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-3
/
+3
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-3
/
+18
*
Don't allow max_inferable to be set by an environment variable.
Claudiu Popa
2018-07-06
1
-1
/
+1
*
Limit inference to a maximum of 100 results at a time to prevent
Bryce Guinta
2018-07-06
1
-1
/
+3
*
Fix inference for nested calls
Bryce Guinta
2018-07-05
1
-0
/
+2
*
Move operator precedence methods into NodeNG
brendanator
2018-07-05
1
-1
/
+58
*
Improve as_string output of operators, elif, with, return & docs
brendanator
2018-07-05
1
-1
/
+1
*
Add missing TryExcept multi-line block field (#571)
Nick Drozd
2018-06-28
1
-1
/
+1
*
Fix useless-object-inheritance lint error (#573)
Nick Drozd
2018-06-28
1
-2
/
+2
*
Prevent Const copy resulting in recursion
Bryce Guinta
2018-06-23
1
-0
/
+11
*
Stop astroid from getting stuck in an infinite loop
Bryce Guinta
2018-06-19
1
-0
/
+15
*
Simplify chained comparison
Claudiu Popa
2018-06-18
1
-1
/
+1
*
Fix linting
Claudiu Popa
2018-06-14
1
-6
/
+6
*
Remove methods scheduled for removal
Claudiu Popa
2018-06-12
1
-29
/
+0
*
Fix the itered() for dictionaries
Claudiu Popa
2018-06-09
1
-1
/
+1
*
Fix typo
Claudiu Popa
2018-06-09
1
-1
/
+1
*
Add NoChildrenMixin
Nick Drozd
2018-06-08
1
-56
/
+16
*
Convert to yield from
Nick Drozd
2018-06-08
1
-18
/
+10
*
Cache lookup (#552)
Nick Drozd
2018-06-04
1
-0
/
+2
*
Remove reraise() in favour of using raise..from
Claudiu Popa
2018-05-31
1
-15
/
+13
*
kill aliases scheduled for removal
Claudiu Popa
2018-05-24
1
-11
/
+0
*
Add support for type comments (#548)
Claudiu Popa
2018-05-23
1
-4
/
+25
*
Corrected child order
Ashley Whetter
2018-05-05
1
-9
/
+9
*
Check against astroid_fields explicitly
Claudiu Popa
2018-04-25
1
-2
/
+2
*
Verify that the names exists in _other_fields before accessing them
Claudiu Popa
2018-04-25
1
-1
/
+4
*
Fix StopIteration raising for python3.7 (#534)
HoverHell
2018-04-24
1
-3
/
+3
*
Add MultiLineBlockMixin
Nick Drozd
2018-03-30
1
-183
/
+18
*
Improve _get_yield_nodes_skip_lambdas algorithm
Nick Drozd
2018-03-30
1
-11
/
+72
*
Improve _get_return_nodes_skip_functions algorithm
Nick Drozd
2018-03-30
1
-11
/
+71
*
Improve _get_assign_nodes algorithm
Nick Drozd
2018-03-30
1
-6
/
+41
*
add qname to Unknown node to avoid error in pylint
Bryce Guinta
2018-03-26
1
-0
/
+4
*
Add name attribute to Unknown class
Bryce Guinta
2018-03-26
1
-0
/
+1
*
Revert "Move FrozenSet to node_classes so it is accessible"
Bryce Guinta
2018-03-11
1
-15
/
+0
*
Move FrozenSet to node_classes so it is accessible
Bryce Guinta
2018-03-11
1
-0
/
+15
*
Add type-specific nodes_of_class
Nick Drozd
2018-03-02
1
-2
/
+59
*
Move nodes_of_class null check out of inner loop
Nick Drozd
2018-03-02
1
-1
/
+9
*
Add type-specific get_children
Nick Drozd
2018-03-02
1
-8
/
+222
*
Fix lint errors
Bryce Guinta
2018-02-26
1
-2
/
+2
*
Remove Python 2 branches, assume we always run on Python 3
Claudiu Popa
2018-02-21
1
-89
/
+47
*
Make Unknown a rhs assignable node
Claudiu Popa
2017-12-15
1
-1
/
+1
[next]