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
/
inference.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove doctype and future imports which aren't useful.
Claudiu Popa
2015-10-11
1
-2
/
+0
*
Move decorators from bases to decorators module.
Claudiu Popa
2015-10-11
1
-19
/
+20
*
Don't wrap instance's arguments into a Const, instead let the original index ...
Claudiu Popa
2015-10-03
1
-19
/
+16
*
Fix a crash which occurred when inferring unary operands which yielded object...
Claudiu Popa
2015-10-03
1
-0
/
+2
*
Fix pylint errors.
Claudiu Popa
2015-09-26
1
-2
/
+0
*
Merged in ceridwenv/astroid (pull request #88)
Claudiu Popa
2015-09-26
1
-4
/
+4
|
\
|
*
Add helper function for reraising exceptions
Ceridwen
2015-09-21
1
-13
/
+4
|
*
Use six.reraise to avoid losing tracebacks for simple cases
Ceridwen
2015-09-21
1
-4
/
+13
*
|
Fix a crash when inferring subscripts which returned the same object all the ...
Claudiu Popa
2015-09-25
1
-3
/
+6
|
/
*
Improve the understanding of arguments
Claudiu Popa
2015-09-09
1
-0
/
+1
*
First pass of the Python 3.5 support.
Claudiu Popa
2015-09-07
1
-3
/
+1
*
Disable the no-value-for-parameter message for now, since it's a false positi...
Claudiu Popa
2015-08-26
1
-0
/
+2
*
Last merge (hopefully) and all bugs fixed but one
Ceridwen
2015-08-21
1
-33
/
+37
|
\
|
*
Add tests for aliases
Ceridwen
2015-08-21
1
-2
/
+4
|
*
More fixes for bugs introduced during merge
Ceridwen
2015-08-18
1
-13
/
+15
|
*
Fix most obvious errors intorduced by the latest merge
Ceridwen
2015-08-14
1
-4
/
+4
|
*
Merge main into default
Ceridwen
2015-08-14
1
-210
/
+129
|
|
\
|
*
|
Fix bugs introduced by merge and formatting
Ceridwen
2015-07-11
1
-1
/
+1
|
*
|
Merged changes from logilab/astroid
Ceridwen
2015-07-10
1
-28
/
+28
|
|
\
\
|
|
*
|
Node constructors almost finished except for two bugs
Ceridwen
2015-07-08
1
-28
/
+28
*
|
|
|
Understand slices of tuples, lists, strings and instances with support for sl...
Claudiu Popa
2015-08-21
1
-17
/
+71
|
|
_
|
/
|
/
|
|
*
|
|
Big cleanup across the entire project
Claudiu Popa
2015-08-12
1
-70
/
+76
*
|
|
Remove unused import.
Claudiu Popa
2015-08-12
1
-1
/
+1
*
|
|
Move InferenceContext and CallContext into astroid.context
Claudiu Popa
2015-08-12
1
-101
/
+16
*
|
|
Move YES to astroid.util.
Claudiu Popa
2015-08-09
1
-40
/
+41
*
|
|
Remove trailing whitespace.
Claudiu Popa
2015-08-08
1
-1
/
+1
*
|
|
Add CallFunc.keywords, instead of putting together args and kwargs in CallFun...
Claudiu Popa
2015-08-08
1
-22
/
+20
*
|
|
Move the choosing of the predicate at the beginning of the function.
Claudiu Popa
2015-08-04
1
-6
/
+5
|
/
/
*
|
Infer the unary method retrieved from classes.
Claudiu Popa
2015-07-03
1
-2
/
+3
|
/
*
Add support for inferring methods masquerading as others for the binop protoc...
Claudiu Popa
2015-07-02
1
-1
/
+2
*
Remove trailing whitespace.
Claudiu Popa
2015-07-01
1
-1
/
+1
*
Add support for inferring subscript on instances, which will use __getitem__...
Claudiu Popa
2015-07-01
1
-2
/
+29
*
Add support for retrieving TypeErrors for binary arithmetic operations and au...
Claudiu Popa
2015-06-28
1
-14
/
+36
*
Move UnaryOp code to be closer to BinaryOp.
Claudiu Popa
2015-06-28
1
-56
/
+57
*
Improve the inference of binary arithmetic operations (normal and augmented)
Claudiu Popa
2015-06-27
1
-42
/
+235
*
Fix pylint warnings.
Claudiu Popa
2015-06-16
1
-4
/
+2
*
Add inference support for boolean operations (`and` and `not`).
Claudiu Popa
2015-06-16
1
-5
/
+59
*
Add a new method to the AST nodes, 'bool_value'.
Claudiu Popa
2015-06-14
1
-2
/
+8
*
Make the first steps towards detecting type errors for unary and binary opera...
Claudiu Popa
2015-06-11
1
-23
/
+36
*
Improve the inference of UnaryOperands.
Claudiu Popa
2015-06-10
1
-7
/
+27
*
Don't leak StopIteration when inferring invalid UnaryOps.
Claudiu Popa
2015-06-09
1
-1
/
+1
*
Fix pylint warnings over astroid, update the list of disabled messages in pyl...
Claudiu Popa
2015-05-19
1
-2
/
+2
*
Change the way how context caching and scoping is done.
Claudiu Popa
2015-03-11
1
-41
/
+45
*
Fix a crash with invalid subscript index.
Claudiu Popa
2014-11-22
1
-0
/
+6
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-0
/
+395