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
*
Ensure that generated enum values have the correct base classes
enum-fixes
Philip Lorenz
2015-05-01
1
-0
/
+33
*
Add basic unit test for enum support
Philip Lorenz
2015-05-01
1
-0
/
+34
*
Don't let ResolveError leak out from local_attr, when using .mro().
Claudiu Popa
2015-04-30
1
-0
/
+7
*
Expose a implicit_metaclass() method in Class.
Claudiu Popa
2015-04-25
1
-0
/
+15
*
Class.local_attr and Class.local_attr_ancestors uses internally a mro lookup,...
Claudiu Popa
2015-04-18
1
-0
/
+22
*
Don't hard fail when calling .mro() on a class which has combined both newsty...
Claudiu Popa
2015-04-18
1
-0
/
+17
*
Fix a typo in the possible properties list and add more tests.
Claudiu Popa
2015-04-18
1
-1
/
+12
*
Make is_property a private function. Remove some trailing whitespaces.
Claudiu Popa
2015-04-17
1
-2
/
+2
*
Support multiple types of known properties in _wrap_attr.
Claudiu Popa
2015-04-17
1
-0
/
+41
*
Remove trailing whitespace.
Claudiu Popa
2015-04-17
1
-1
/
+1
*
Merge.
Claudiu Popa
2015-04-17
1
-0
/
+21
|
\
|
*
UnboundMethod.getattr calls the getattr of its _proxied object.
Claudiu Popa
2015-04-17
1
-0
/
+21
*
|
Merged in mplatings/astroid (pull request #70)
Claudiu Popa
2015-04-17
11
-34
/
+307
|
\
\
|
|
/
|
*
Improve the inference of Getattr nodes when dealing with abstract properties ...
Claudiu Popa
2015-04-17
1
-0
/
+16
|
*
.slots() will return an empty list for classes with empty slots.
Claudiu Popa
2015-04-14
1
-0
/
+8
|
*
Understand partially the 3-argument form of `type`.
Claudiu Popa
2015-04-13
1
-0
/
+15
|
*
Use a check on sys.version_info instead, to accomodate for Python 3.3
Claudiu Popa
2015-04-02
1
-2
/
+2
|
*
Add brain tips for multiprocessing post Python 3.4+.
Claudiu Popa
2015-04-02
1
-4
/
+18
|
*
Remove trailing whitespace
Claudiu Popa
2015-04-01
1
-1
/
+1
|
*
Set the current function as parent for the Generator object inferred from `in...
Claudiu Popa
2015-04-01
1
-1
/
+16
|
*
Backed out changeset 53b22c3f6ed9
Claudiu Popa
2015-04-01
1
-16
/
+1
|
*
Set the current function as parent for the Generator object inferred from `in...
Claudiu Popa
2015-04-01
1
-1
/
+16
|
*
Proper mro support for six.with_metaclass. Closes issue #85.
Claudiu Popa
2015-03-31
1
-0
/
+13
|
*
Remove unused import.
Claudiu Popa
2015-03-31
1
-1
/
+0
|
*
Run test_multiprocessing_manager only if multiprocessing is available.
Claudiu Popa
2015-03-31
1
-2
/
+10
|
*
Use realpath where it is necessary.
Claudiu Popa
2015-03-30
1
-2
/
+2
|
*
Fix the test.
Claudiu Popa
2015-03-30
1
-2
/
+2
|
*
drone.io debug.
Claudiu Popa
2015-03-30
1
-2
/
+1
|
*
Add debug output for drone.io
Claudiu Popa
2015-03-30
1
-0
/
+1
|
*
Add some fixes which enhances the Jython support.
Claudiu Popa
2015-03-30
7
-21
/
+39
|
*
Add brain tips for multiprocessing.Manager and multiprocessing.managers.SyncM...
Claudiu Popa
2015-03-28
1
-1
/
+60
|
*
Remove trailing whitespace.
Claudiu Popa
2015-03-27
1
-1
/
+1
|
*
Filter out YES nodes when creating a temporary class for the with_metaclass h...
Claudiu Popa
2015-03-27
1
-1
/
+28
|
*
Catch SyntaxError in astroid.builder.AstroidBuilder._data_build and reraise i...
Claudiu Popa
2015-03-17
1
-2
/
+2
|
*
Fix a deep recursion loop problem: it is best to check if we have visited a c...
Daniel Balparda
2015-03-16
1
-0
/
+22
|
*
Fix bug/crash when confronted with an invalid \x escape (ex: '\x1').
Daniel Balparda
2015-03-16
1
-0
/
+4
|
*
Add a new option to AstroidManager for controlling the AST peephole optimizer
Claudiu Popa
2015-03-14
3
-8
/
+44
|
*
Class.slots raises NotImplementedError for old style classes.
Claudiu Popa
2015-03-14
1
-0
/
+11
|
*
Get the correct __new__ for Python 2.
Claudiu Popa
2015-03-12
1
-1
/
+1
|
*
Protect against a TypeError in Arguments.fromlineno.
Claudiu Popa
2015-03-12
1
-0
/
+8
*
|
Work around the Python 2 part of issue https://bitbucket.org/logilab/astroid/...
platings
2015-03-12
1
-0
/
+1
|
/
*
Change the way how context caching and scoping is done.
Claudiu Popa
2015-03-11
2
-3
/
+5
*
Implement the assigned_stmts operation for Starred nodes.
Claudiu Popa
2015-02-21
1
-0
/
+153
*
Improve the scope_lookup method for Classes.
Claudiu Popa
2015-02-09
1
-0
/
+16
*
Remove all unused variables from the code base.
Claudiu Popa
2015-01-29
6
-13
/
+11
*
Improve a test, by checking the actual infered objects.
Claudiu Popa
2015-01-29
1
-1
/
+10
*
Mark an unimplemented test as an expected failure.
Claudiu Popa
2015-01-29
1
-9
/
+16
*
Mark a comment as TODO.
Claudiu Popa
2015-01-29
1
-1
/
+2
*
Fix all unused imports in the code base.
Claudiu Popa
2015-01-29
6
-10
/
+4
*
Fix a crash which occurred when a class was the ancestor
Claudiu Popa
2015-01-29
1
-0
/
+23
[next]