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
*
AstroidBuildingException is now AstroidBuildingError.
Claudiu Popa
2015-12-06
2
-5
/
+5
*
Add __delitem__ to deque's brain tip.
Claudiu Popa
2015-11-26
1
-0
/
+1
*
Add __setitem__ to deque's brain tip.
Claudiu Popa
2015-11-26
1
-0
/
+1
*
Merge structured exceptions into master
Claudiu Popa
2015-11-23
3
-8
/
+8
|
\
|
*
Merge upstream changes
Ceridwen
2015-11-06
3
-8
/
+8
|
|
\
|
|
*
Rename Uninferable and instatiate_class
Ceridwen
2015-11-06
2
-25
/
+25
|
|
*
This bookmark adds structured exceptions to astroid.
Ceridwen
2015-11-02
3
-8
/
+8
*
|
|
Handle the cases when a List can contain Uninferable as its elements
Claudiu Popa
2015-11-23
1
-1
/
+3
|
/
/
*
|
Merge upstream
Ceridwen
2015-11-06
2
-2
/
+1
|
\
\
|
*
\
Merge bookmark heads.
Claudiu Popa
2015-11-04
1
-0
/
+1
|
|
\
\
|
|
*
|
Add __getitem__ method to collections.deque inferface description.
Dmitry Pribysh
2015-11-04
1
-0
/
+1
|
*
|
|
Backout changeset 9c3f71, because it leads to too many false positives when u...
Claudiu Popa
2015-11-04
1
-2
/
+0
|
|
/
/
*
|
|
Rename Uninferable and instantiate_class, fix broken tests, improve
Ceridwen
2015-11-06
2
-25
/
+25
|
/
/
*
|
add support for inference on str.split()
Laura M?dioni
2015-10-30
1
-0
/
+2
|
/
*
Add missing start and shutdown methods to the SyncManager tips.
Claudiu Popa
2015-10-30
1
-0
/
+5
*
Rename the brain files again to avoid naming conflicts.
Claudiu Popa
2015-10-28
10
-1
/
+1
*
Update docstrings to reflect what's actually happening in some brain files.
Claudiu Popa
2015-10-26
2
-8
/
+2
*
Rename the brain files into something more suggestive. Closes issue #208.
Claudiu Popa
2015-10-26
10
-0
/
+0
*
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
[next]