- Mar 16, 2018
-
-
Claudiu Popa authored
-
Bryce Guinta authored
Backport "Fix submodule import in six.moves" (commit cf564865) to 1.6 release branch
-
Bryce Guinta authored
Close PyCQA/pylint#1746
-
Bryce Guinta authored
Astroid cannot infer this attribute because of the way attr builds its classes Close PyCQA/pylint#1884
-
Bryce Guinta authored
Set predicates for transforms which use inference_tips to prevent a node's _explicit_inference from being overwritten
- Feb 19, 2018
-
-
Bryce Guinta authored
The augmented assign rhs context path was deleted most likely due to a recently fixed inference bug where InferenceContext path attributes were shared between objects. Recursive functions on the right hand side of the augmented assign would forget that they were already called, causing an eventual RecursionError in astroid inference Now that the InferenceContext clone() method properly copies the inference path between Contexts, it's fine to remove this hack. Fixes #437, Fixes #447, Fixes #313, Fixes PyCQA/pylint#1642, Fixes PyCQA/pylint#1805, Fixes PyCQA/pylint#1854, Fixes PyCQA/pylint#1452
-
Bryce Guinta authored
pytest redirects stdout so it makes sense that this test would fail. Use pytest -s to not skip this test with pytest. unittest will still use this test.
-
Bryce Guinta authored
There was some trouble getting this to work. I needed to use --pyargs for pytest to work in tox Allow for test file prefix unittest_ to be changed to standard test_ Helps with updating the astroid tests to standard pytest conventions Make pytest use proper test directory by default
-
Bryce Guinta authored
Copy inference path in inference context upon cloning to prevent diverging inference paths causing uninferable results
-
- Feb 04, 2018
- Feb 03, 2018
- Jan 23, 2018
-
-
Claudiu Popa authored
- Dec 27, 2017
-
-
Claudiu Popa authored
Close #473
-
- Dec 15, 2017
-
-
Claudiu Popa authored
-
Claudiu Popa authored
Close #467
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
It does not make sense to have these as Attributes, since they aren't inferable per se. Close #469
-
Claudiu Popa authored
This means we can put an Unknown node in RHS of an assignment operations, which will be useful for brain related transforms.
-
Hugo authored
-
Hugo authored
-
Claudiu Popa authored
Close PyCQA/pylint#1706
- Dec 11, 2017
-
-
Bryce Guinta authored
-
- Nov 11, 2017
-
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
This reverts commit 15771d69. Apparently numpy is Python 3.4+
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
hippo91 authored
-
hippo91 authored
-
hippo91 authored
-