index
:
delta/python-packages/astroid.git
1.3.7
1.3.8
1.4.0
BioGeek/remove-superfluous-quotation-mark-in-doc-1418828415832
_ast_compat
ancestors
args_fix
binop-inference-fix
classmethod_subclasses
dev
enum-fixes
fix-list-multiplication
fix-pygi-glib3
fix-python3-tests
fix-recursive-attr-lookups
issue61
master
metaclass
nameconstant_py34
no-logilab-common
print_statement
py3-communicate
pygobject-require_version
pylint-480
pytest-fails-register-module-extender
rebuild
remove-docformat
slots
stable
stable_0.19.2
tox
use_print_function
yield_from
bitbucket.org: Obsolete (use python-packages/astroid-git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astroid
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Understand metaclasses added with six.add_metaclass decorator. Closes issue #...
Claudiu Popa
2015-07-07
1
-0
/
+24
*
Test Super.pytype, Super.display_type and Super.name
Claudiu Popa
2015-07-07
1
-0
/
+11
*
Fix the body of namedtuple._replace: return the current self and don't actual...
Claudiu Popa
2015-07-06
1
-0
/
+2
*
Move pyreverse specific modules and functionality back into pyreverse
Claudiu Popa
2015-07-03
2
-81
/
+1
*
Infer the unary method retrieved from classes.
Claudiu Popa
2015-07-03
1
-0
/
+13
*
Add support for inferring methods masquerading as others for the binop protoc...
Claudiu Popa
2015-07-02
1
-0
/
+14
*
Add support for inferring subscript on instances, which will use __getitem__...
Claudiu Popa
2015-07-01
1
-1
/
+25
*
Add test for indexing results of tuple and list builtins.
Claudiu Popa
2015-07-01
1
-1
/
+3
*
Add test for indexing strings.
Claudiu Popa
2015-07-01
1
-1
/
+2
*
Add support for indexing bytes on Python 3.
Claudiu Popa
2015-07-01
1
-0
/
+9
*
Modernize test to use extract_node.
Claudiu Popa
2015-07-01
1
-18
/
+11
*
Mark a test as an expected failure: not all staticmethod and classmethods are...
Claudiu Popa
2015-07-01
1
-1
/
+2
*
Add annotation support for function.as_string(). Closes issue #37.
Claudiu Popa
2015-07-01
1
-1
/
+13
*
Star unpacking in assignments returns properly a list, not the individual com...
Claudiu Popa
2015-07-01
1
-10
/
+13
*
Add support for multiplication of tuples and lists with instances which provi...
Claudiu Popa
2015-06-30
1
-0
/
+20
*
Transform lambdas with a self argument at the class level to bound methods.
Claudiu Popa
2015-06-30
1
-0
/
+17
*
Fix the signature of __add__.
Claudiu Popa
2015-06-28
1
-2
/
+2
*
Ignore string interpolation with tuples and dictionaries for now.
Claudiu Popa
2015-06-28
1
-0
/
+12
*
Add support for retrieving TypeErrors for binary arithmetic operations and au...
Claudiu Popa
2015-06-28
1
-4
/
+79
*
Improve the inference of binary arithmetic operations (normal and augmented)
Claudiu Popa
2015-06-27
1
-23
/
+402
*
Add helpers.is_supertype and helpers.is_subtype, two functions for checking i...
Claudiu Popa
2015-06-26
1
-17
/
+106
*
Understand the one-argument form of the builtin *type*.
Claudiu Popa
2015-06-24
1
-9
/
+28
*
Add astroid.helpers, a module of various useful utilities which don't belong ...
Claudiu Popa
2015-06-24
1
-0
/
+172
*
NotImplemented is detected properly now as being part of the builtins module.
Claudiu Popa
2015-06-23
1
-0
/
+8
*
Remove trailing whitespace and use the correct argument to require_version.
Claudiu Popa
2015-06-21
1
-2
/
+2
*
Add support for Python 3.5's MatMul infix operator. See PEP 465 for more deta...
Claudiu Popa
2015-06-21
1
-0
/
+12
*
Simplify a test.
Claudiu Popa
2015-06-20
1
-56
/
+29
*
Add `igetattr` method to scoped_nodes.Function.
Claudiu Popa
2015-06-20
1
-1
/
+17
*
Namedtuple's instance members gain a new .attrname attribute, since they're a...
Claudiu Popa
2015-06-20
1
-0
/
+9
*
Fix the wrong indentaton warning.
Claudiu Popa
2015-06-17
1
-10
/
+10
*
Add inference support for the `bool` builtin.
Claudiu Popa
2015-06-17
1
-0
/
+42
*
astroid.utils.ASTWalker and astroid.utils.LocalsVisitor were moved to pylint....
Claudiu Popa
2015-06-17
1
-1
/
+1
*
astroid.inspector was moved to pylint.pyreverse.
Claudiu Popa
2015-06-17
6
-186
/
+0
*
Fix a couple of pylint warnings.
Claudiu Popa
2015-06-17
1
-2
/
+2
*
Add inference support for `callable` builtin.
Claudiu Popa
2015-06-16
1
-0
/
+78
*
Add inference support for boolean operations (`and` and `not`).
Claudiu Popa
2015-06-16
1
-5
/
+59
*
Implement bool_value correctly for data structures.
Claudiu Popa
2015-06-16
1
-0
/
+21
*
Staticmethods retrieved with super are functions, not bound methods.
Claudiu Popa
2015-06-15
1
-0
/
+6
*
Add test for coercion rules for floats and complex numbers.
Claudiu Popa
2015-06-14
1
-0
/
+16
*
Allow inference of tuple(frozenset())
Claudiu Popa
2015-06-14
1
-1
/
+3
*
Add a new method to the AST nodes, 'bool_value'.
Claudiu Popa
2015-06-14
1
-0
/
+98
*
Add test for testing multiple unary operations on the same operand.
Claudiu Popa
2015-06-13
1
-1
/
+5
*
Use the name of the operand for UnaryOperationError.__str__.
Claudiu Popa
2015-06-13
1
-15
/
+15
*
Make the first steps towards detecting type errors for unary and binary opera...
Claudiu Popa
2015-06-11
1
-2
/
+72
*
Improve the inference of six.moves.
Claudiu Popa
2015-06-10
1
-0
/
+86
*
Improve the inference of UnaryOperands.
Claudiu Popa
2015-06-10
1
-0
/
+47
*
Don't leak StopIteration when inferring invalid UnaryOps.
Claudiu Popa
2015-06-09
1
-0
/
+4
*
Fix typo.
Claudiu Popa
2015-06-09
1
-1
/
+1
*
Add 'assert_equals' method in nose.tools's brain plugin.
Claudiu Popa
2015-06-09
1
-1
/
+6
*
Add inference support for hasattr builtin. Closes issue #102.
Claudiu Popa
2015-06-07
1
-0
/
+52
[next]