Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • pycqa/astroid
1 result
Show changes
Commits on Source (2)
Change log for the astroid package (used to be astng)
=====================================================
 
2018-03-16 -- 1.6.2
* Fix submodule imports from six
 
Close PYCQA/pylint#1640
Loading
Loading
@@ -13,19 +15,18 @@ Change log for the astroid package (used to be astng)
Close #437, #447, #313, PyCQA/pylint#1642, PyCQA/pylint#1805, PyCQA/pylint#1854, PyCQA/pylint#1452
 
 
* Stop most inference tip overwrites from happening by using
predicates on existing inference_tip transforms.
* Stop most inference tip overwrites from happening by using
predicates on existing inference_tip transforms.
 
Close #472
Close #472
 
* Add missing attrs special attribute
 
Close PyCQA/pylint#1884
Close PyCQA/pylint#1884
 
* Fix ``contextlib.contextmanager`` inference for nested
context managers
* Fix ``contextlib.contextmanager`` inference for nested context managers
 
Close #1699
Close #1699
 
 
2018-01-23 -- 1.6.1
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@ distname = 'astroid'
 
modname = 'astroid'
 
version = '1.6.1'
version = '1.6.2'
numversion = tuple(map(int, version.split('.')))
 
extras_require = {}
Loading
Loading