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
/
brain
Commit message (
Expand
)
Author
Age
Files
Lines
*
The functional form of Enum returns a class, not an instance.
Claudiu Popa
2015-10-09
1
-1
/
+1
*
Support PEP 448 unpackings in dict calls.
Claudiu Popa
2015-10-08
1
-11
/
+21
*
Add brain tips for PyQt signals for supporting emit / connect and disconnect ...
Claudiu Popa
2015-10-06
2
-22
/
+44
*
Move objects.Slice back into nodes.Slice
Claudiu Popa
2015-10-03
1
-3
/
+3
*
Add a separate Slice object, which is used when inferring the slice builtin call
Claudiu Popa
2015-09-26
1
-3
/
+3
*
Add numpy transform tip for understanding numpy's calculation of __all__.
Claudiu Popa
2015-09-26
1
-2
/
+18
*
Add brain tip for understanding numpy.core's mutation of the __all__ variable
Claudiu Popa
2015-09-24
1
-0
/
+46
*
Fix trailing whitespaces and add the missing code that wasn't added in the pr...
Claudiu Popa
2015-09-11
1
-1
/
+1
*
Understand the `slice` builtin. Closes issue #184.
Claudiu Popa
2015-09-11
1
-0
/
+27
*
First pass of the Python 3.5 support.
Claudiu Popa
2015-09-07
1
-1
/
+1
*
Don't use AsStringRegexpPredicate for detecting functional Enums.
Claudiu Popa
2015-09-05
1
-7
/
+13
*
Merge PR #79
Claudiu Popa
2015-08-22
1
-2
/
+2
|
\
|
*
Fix unknown getattr and igetattr methods
Rene Zhang
2015-08-20
1
-2
/
+2
*
|
Add tests for aliases
Ceridwen
2015-08-21
2
-4
/
+4
*
|
Fix most obvious errors intorduced by the latest merge
Ceridwen
2015-08-14
1
-1
/
+1
*
|
Merge main into default
Ceridwen
2015-08-14
2
-41
/
+35
|
\
\
|
|
/
|
*
Move YES to astroid.util.
Claudiu Popa
2015-08-09
2
-21
/
+23
|
*
Add CallFunc.keywords, instead of putting together args and kwargs in CallFun...
Claudiu Popa
2015-08-08
1
-8
/
+5
|
*
Add a timeout parameter to Popen.communicate in PY3K.
py3-communicate
David Shea
2015-07-30
1
-1
/
+4
|
*
Add get_wrapping_class API to scoped_nodes, which can be used to retrieve the...
Claudiu Popa
2015-07-26
1
-11
/
+2
*
|
Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...
Ceridwen
2015-07-11
2
-2
/
+2
*
|
Fix bugs introduced by merge and formatting
Ceridwen
2015-07-11
1
-1
/
+1
*
|
Merged changes from logilab/astroid
Ceridwen
2015-07-10
2
-24
/
+22
|
\
\
|
|
/
|
/
|
|
*
Refactor node classes to have constructors and change some names.
Ceridwen
2015-07-10
1
-5
/
+0
|
*
Node constructors almost finished except for two bugs
Ceridwen
2015-07-08
2
-23
/
+26
*
|
Ignore exceptions raised by gi.require_version
pygobject-require_version
David Shea
2015-07-08
1
-2
/
+6
*
|
Duplicate calls to gi.require_version.
David Shea
2015-07-08
1
-2
/
+30
*
|
Understand metaclasses added with six.add_metaclass decorator. Closes issue #...
Claudiu Popa
2015-07-07
1
-1
/
+28
*
|
Fix the body of namedtuple._replace: return the current self and don't actual...
Claudiu Popa
2015-07-06
1
-5
/
+2
*
|
Add __enter__ and __exit__ for subprocess.Popen.
Claudiu Popa
2015-07-03
1
-36
/
+46
|
/
*
Add __reversed__ special method to deques.
Claudiu Popa
2015-06-26
1
-2
/
+3
*
Understand the one-argument form of the builtin *type*.
Claudiu Popa
2015-06-24
1
-2
/
+12
*
Namedtuple's instance members gain a new .attrname attribute, since they're a...
Claudiu Popa
2015-06-20
1
-0
/
+1
*
Add inference support for the `bool` builtin.
Claudiu Popa
2015-06-17
1
-0
/
+25
*
Fix a couple of pylint warnings.
Claudiu Popa
2015-06-17
1
-4
/
+2
*
Add inference support for `callable` builtin.
Claudiu Popa
2015-06-16
1
-7
/
+30
*
Allow inference of tuple(frozenset())
Claudiu Popa
2015-06-14
1
-4
/
+4
*
Set the module name for six.moves fail hook module.
Claudiu Popa
2015-06-10
1
-1
/
+3
*
Improve the inference of six.moves.
Claudiu Popa
2015-06-10
1
-192
/
+223
*
Add 'assert_equals' method in nose.tools's brain plugin.
Claudiu Popa
2015-06-09
1
-0
/
+3
*
Add inference support for hasattr builtin. Closes issue #102.
Claudiu Popa
2015-06-07
1
-11
/
+44
*
Infer the third argument of the getattr builtin and return the inference result.
Claudiu Popa
2015-06-06
1
-1
/
+4
*
Use an inference context for inferring attributes in infer_getattr.
Claudiu Popa
2015-06-06
1
-1
/
+1
*
Add inference support for getattr builtin.
Claudiu Popa
2015-06-06
1
-2
/
+45
*
Use register_builtin_transform for inferring super.
Claudiu Popa
2015-06-06
1
-6
/
+2
*
Update the rules for what descriptor is returned from a super(), depending on...
Claudiu Popa
2015-05-28
1
-1
/
+2
*
Add a new *inference object* called Super
Claudiu Popa
2015-05-28
1
-1
/
+73
*
Add a new type of nodes, called *inference objects*.
Claudiu Popa
2015-05-19
1
-0
/
+8
*
Add brain module for dateutil.parser.parse
pylint-480
raylu
2015-05-12
1
-0
/
+15
*
Ensure that generated enum values have the correct base classes
enum-fixes
Philip Lorenz
2015-05-01
1
-2
/
+2
[next]