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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that generated enum values have the correct base classes
enum-fixes
Philip Lorenz
2015-05-01
1
-0
/
+3
*
Expose a implicit_metaclass() method in Class.
Claudiu Popa
2015-04-25
1
-1
/
+4
*
Class.local_attr and Class.local_attr_ancestors uses internally a mro lookup,...
Claudiu Popa
2015-04-18
1
-0
/
+12
*
Don't hard fail when calling .mro() on a class which has combined both newsty...
Claudiu Popa
2015-04-18
1
-0
/
+7
*
Support multiple types of known properties in _wrap_attr.
Claudiu Popa
2015-04-17
1
-1
/
+2
*
UnboundMethod.getattr calls the getattr of its _proxied object.
Claudiu Popa
2015-04-17
1
-0
/
+7
*
Improve the inference of Getattr nodes when dealing with abstract properties ...
Claudiu Popa
2015-04-17
1
-0
/
+9
*
.slots() will return an empty list for classes with empty slots.
Claudiu Popa
2015-04-14
1
-0
/
+6
*
Understand partially the 3-argument form of `type`.
Claudiu Popa
2015-04-13
1
-0
/
+4
*
Add brain tips for multiprocessing post Python 3.4+.
Claudiu Popa
2015-04-02
1
-1
/
+5
*
Set the current function as parent for the Generator object inferred from `in...
Claudiu Popa
2015-04-01
1
-0
/
+4
*
Backed out changeset 53b22c3f6ed9
Claudiu Popa
2015-04-01
1
-4
/
+0
*
Set the current function as parent for the Generator object inferred from `in...
Claudiu Popa
2015-04-01
1
-0
/
+4
*
Add some fixes which enhances the Jython support.
Claudiu Popa
2015-03-30
1
-0
/
+6
*
Add brain tips for multiprocessing.Manager and multiprocessing.managers.SyncM...
Claudiu Popa
2015-03-28
1
-0
/
+3
*
Catch SyntaxError in astroid.builder.AstroidBuilder._data_build and reraise i...
Claudiu Popa
2015-03-17
1
-0
/
+7
*
Prepare 1.3.6 release.
astroid-1.3.6
Claudiu Popa
2015-03-14
1
-1
/
+2
*
Add a new option to AstroidManager for controlling the AST peephole optimizer
Claudiu Popa
2015-03-14
1
-0
/
+6
*
Class.slots raises NotImplementedError for old style classes.
Claudiu Popa
2015-03-14
1
-0
/
+5
*
Prepare 1.3.5.
astroid-1.3.5
Claudiu Popa
2015-03-11
1
-1
/
+2
*
Implement the assigned_stmts operation for Starred nodes.
Claudiu Popa
2015-02-21
1
-1
/
+5
*
Improve the scope_lookup method for Classes.
Claudiu Popa
2015-02-09
1
-0
/
+10
*
Fix a crash which occurred when a class was the ancestor
Claudiu Popa
2015-01-29
1
-0
/
+3
*
Obtain the methods for the nose brain tip through an
Claudiu Popa
2015-01-27
1
-0
/
+4
*
Add the ability to optimize small ast subtrees.
Claudiu Popa
2015-01-18
1
-0
/
+7
*
Prepare a new micro release.
astroid-1.3.4
Claudiu Popa
2015-01-17
1
-1
/
+2
*
Get the first element from the method list when obtaining nose.tools.trivial ...
Claudiu Popa
2015-01-16
1
-0
/
+4
*
Prepare the release.
astroid-1.3.3
Claudiu Popa
2015-01-16
1
-1
/
+1
*
Add inference tips for nose.tools.
Claudiu Popa
2015-01-11
1
-0
/
+2
*
.slots() can contain unicode strings on Python 2.
Claudiu Popa
2015-01-03
1
-0
/
+2
*
Improve the detection for functions decorated with decorators
Claudiu Popa
2014-12-29
1
-0
/
+3
*
Add brain tips for six.moves. Closes issue #63.
Claudiu Popa
2014-12-18
1
-0
/
+2
*
Add a new method to Class nodes, 'mro'.
Claudiu Popa
2014-12-15
1
-0
/
+3
*
Rework the file_stream API.
Claudiu Popa
2014-12-15
1
-5
/
+9
*
Changed the API for Class.slots.
Claudiu Popa
2014-12-05
1
-0
/
+5
*
Add brain definition for most string and unicode methods
Sylvain Th?nault
2014-12-04
1
-0
/
+3
*
Add inference tips for dict calls.
Claudiu Popa
2014-12-03
1
-1
/
+1
*
Add inference tips for 'tuple', 'set' and 'list' builtins.
Claudiu Popa
2014-11-28
1
-0
/
+2
*
Restore the file_stream API.
Claudiu Popa
2014-11-25
1
-0
/
+8
*
Prepare the 1.3.2 release.
astroid-1.3.2
Torsten Marek
2014-11-22
1
-1
/
+2
*
Update the changelog.
Torsten Marek
2014-11-22
1
-3
/
+9
*
Fix a crash with invalid subscript index.
Claudiu Popa
2014-11-22
1
-0
/
+2
*
Added a changelog entry for a 1.3.1 bugfix release and a simple test for all ...
Torsten Marek
2014-11-21
1
-0
/
+5
*
Update the changelog for a new release.
astroid-1.3
Torsten Marek
2014-11-18
1
-1
/
+2
*
Complete the changelog and remove announce.txt, since it's not used anymore.
Torsten Marek
2014-11-18
1
-1
/
+4
*
delete trailing white-spaces
Sylvain Th?nault
2014-11-19
1
-3
/
+3
*
Update the changelog.
Torsten Marek
2014-11-17
1
-2
/
+21
*
modutils._module_file opens __init__.py in binary mode.
Claudiu Popa
2014-10-30
1
-0
/
+3
*
Add ChangeLog entry for changeset dde82e7.
Claudiu Popa
2014-10-28
1
-0
/
+4
*
Add missing pytest plugin. Patch by Robbie Coomber.
Claudiu Popa
2014-10-20
1
-0
/
+2
[next]