Revisions of python-astroid
Steve Kowalik (StevenK)
committed
(revision 50)
- Update to 2.4.1: * Handle the case where the raw builder fails to retrieve the ``__all__`` attribute * Restructure the AST parsing heuristic to always pick the same module * Changed setup.py to work with [distlib](https://pypi.org/project/distlib) * Do not crash with SyntaxError when parsing namedtuples with invalid label * Protect against ``infer_call_result`` failing with `InferenceError` in `Super.getattr()` * Expose a ast_from_string method in AstroidManager, which will accept * ``BoundMethod.implicit_parameters`` returns a proper value for ``__new__`` * Allow slots added dynamically to a class to still be inferred * Allow `FunctionDef.getattr` to look into both instance attrs and special attributes * Infer qualified ``classmethod`` as a classmethod. * Prevent a recursion error to happen when inferring the declared metaclass of a class * Raise ``AttributeInferenceError`` when ``getattr()`` receives an empty name * Prevent a recursion error for self reference variables and `type()` calls. * Do not infer the first argument of a staticmethod in a metaclass as the class itself * ``NodeNG.bool_value()`` gained an optional ``context`` parameter * Pass a context argument to ``astroid.Arguments`` to prevent recursion errors * Better inference of class and static methods decorated with custom methods * Reverse the order of decorators for `infer_subscript` * Prevent a recursion error when inferring self-referential variables without definition * Numpy `datetime64.astype` return value is inferred as a `ndarray`. * Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretation * Numpy ``ndarray`` attributes ``imag`` and ``real`` are now inferred as ``ndarray``. * Added a call to ``register_transform`` for all functions of the ``brain_numpy_core_multiarray`` * Use the parent of the node when inferring aug assign nodes instead of the statement * Added some functions to the ``brain_numpy_core_umath`` module * Added some functions of the ``numpy.core.multiarray`` module * All the ``numpy ufunc`` functions derived now from a common class that * ``nodes.Const.itered`` returns a list of ``Const`` nodes, not strings * The ``shape`` attribute of a ``numpy ndarray`` is now a ``ndarray``
buildservice-autocommit
accepted
request 748640
from
Matej Cepl (mcepl)
(revision 49)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 48)
Update changes
Matej Cepl (mcepl)
committed
(revision 47)
- Update to 2.3.3: * Update six version to 1.13.
buildservice-autocommit
accepted
request 744674
from
Tomáš Chvátal (scarabeus_iv)
(revision 46)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 45)
- Update to 2.3.2: * All type comments have as parent the corresponding `astroid` node * Pass an inference context to `metaclass()` when inferring an object type
buildservice-autocommit
accepted
request 734939
from
Tomáš Chvátal (scarabeus_iv)
(revision 44)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 43)
- Add patch to not use pinned dependencies and to work in our distro: * unpin-deps.patch
Tomáš Chvátal (scarabeus_iv)
accepted
request 734809
from
Markéta Machová (mcalabkova)
(revision 42)
- Update to 2.3.1 * A transform for the builtin `dataclasses` module was added. * Add a brain tip for ``subprocess.check_output`` * Remove NodeNG.nearest method because of lack of usage in astroid and pylint. * Allow importing wheel files. * Dropped support for Python 3.4. * Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment expressions. * ...and more.
buildservice-autocommit
accepted
request 687619
from
Tomáš Chvátal (scarabeus_iv)
(revision 41)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 40)
- Update to 2.2.5: * The last except handler wins when inferring variables bound in an except handler. - Update to 2.2.4:
buildservice-autocommit
accepted
request 682136
from
Tomáš Chvátal (scarabeus_iv)
(revision 39)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 38)
- Update to 2.2.1: * Many changes inside, see ChangeLog
buildservice-autocommit
accepted
request 662218
from
Ondřej Súkup (mimi_vx)
(revision 37)
baserev update by copy to link target
Ondřej Súkup (mimi_vx)
accepted
request 662194
from
Martin Pluskal (pluskalm)
(revision 36)
- Correct conditional for older distros - Update filelist to work on SLE-12
buildservice-autocommit
accepted
request 655705
from
Tomáš Chvátal (scarabeus_iv)
(revision 35)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 34)
- Version update to 2.1.0: * Many changes around, see ChangeLog file
buildservice-autocommit
accepted
request 636609
from
Tomáš Chvátal (scarabeus_iv)
(revision 33)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 636333
from
Jan Engelhardt (jengelh)
(revision 32)
- Trim future goals and history lesson from description. Use noun phrase in summary.
Tomáš Chvátal (scarabeus_iv)
committed
(revision 31)
- Version update to 2.0.4: * only supports python3.0+ * Many many changes see ChangeLog fixes
Displaying revisions 61 - 80 of 110