[Python-modules-commits] [astroid] branch upstream updated (91aee8e -> 860fc3d)
Sandro Tosi
morph at moszumanska.debian.org
Mon Dec 25 05:29:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch upstream
in repository astroid.
from 91aee8e Import astroid_1.5.3.orig.tar.gz
new 860fc3d Import astroid_1.6.0.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 60 +-
PKG-INFO | 14 +-
README.rst | 2 +-
astroid.egg-info/PKG-INFO | 14 +-
astroid.egg-info/SOURCES.txt | 4 +
astroid.egg-info/requires.txt | 4 +-
astroid/__pkginfo__.py | 19 +-
astroid/astpeephole.py | 10 +-
astroid/bases.py | 18 +-
astroid/brain/brain_attrs.py | 52 +
astroid/brain/brain_builtin_inference.py | 23 +
astroid/brain/brain_collections.py | 33 +-
astroid/brain/brain_curses.py | 177 +++
astroid/brain/brain_fstrings.py | 3 +-
astroid/brain/brain_namedtuple_enum.py | 116 +-
astroid/brain/brain_numpy.py | 163 +-
astroid/brain/brain_subprocess.py | 4 +-
astroid/brain/brain_uuid.py | 22 +
astroid/builder.py | 1 +
astroid/exceptions.py | 6 -
astroid/helpers.py | 7 +-
astroid/inference.py | 9 +-
astroid/interpreter/_import/spec.py | 5 +-
astroid/interpreter/objectmodel.py | 1 -
astroid/modutils.py | 2 +
astroid/node_classes.py | 2493 ++++++++++++++++++++++++++++--
astroid/nodes.py | 20 +-
astroid/protocols.py | 4 +-
astroid/raw_building.py | 1 +
astroid/rebuilder.py | 8 +-
astroid/scoped_nodes.py | 1158 ++++++++++++--
astroid/tests/unittest_brain.py | 167 +-
astroid/tests/unittest_brain_numpy.py | 242 +++
astroid/tests/unittest_builder.py | 4 +-
astroid/tests/unittest_inference.py | 38 +
astroid/tests/unittest_manager.py | 23 +-
astroid/tests/unittest_nodes.py | 6 +
astroid/tests/unittest_protocols.py | 24 +
astroid/tests/unittest_python3.py | 32 +-
astroid/tests/unittest_scoped_nodes.py | 95 +-
astroid/tests/unittest_transforms.py | 1 +
astroid/util.py | 24 +-
setup.py | 1 +
tox.ini | 13 +-
44 files changed, 4604 insertions(+), 519 deletions(-)
create mode 100644 astroid/brain/brain_attrs.py
create mode 100644 astroid/brain/brain_curses.py
create mode 100644 astroid/brain/brain_uuid.py
create mode 100644 astroid/tests/unittest_brain_numpy.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/astroid.git
More information about the Python-modules-commits
mailing list