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
*
1.0.1
astroid-version-1.0.1
Sylvain Th?nault
2013-10-18
1
-1
/
+10
*
backport fix done by Tobias Rzepka on pylint for python3 install on win32 pla...
Sylvain Th?nault
2013-10-03
1
-0
/
+3
*
prepare astroid 1.0
Sylvain Th?nault
2013-07-29
1
-2
/
+4
*
Update some function definitions in py2stdlib's hashlib stub module
Torsten Marek
2013-07-24
1
-0
/
+3
*
Add support for py3k's keyword only arguments
Julien Cristau
2013-07-18
1
-0
/
+2
*
Properly recognize methods annotated with abc.abstract{property,method}
Torsten Marek
2013-06-20
1
-0
/
+3
*
namedtuple support using extended transformation function features. Closes #8766
Sylvain Th?nault
2013-06-18
1
-0
/
+3
*
[transforms] allow transformation functions on any nodes, not only modules
Sylvain Th?nault
2013-06-18
1
-0
/
+5
*
Added the test_utils module for building ASTs and extracting deeply nested no...
Torsten Marek
2013-06-18
1
-0
/
+2
*
rename the project astroid
David Douard
2013-06-17
1
-2
/
+5
*
0.24.3
logilab-astng-version-0.24.3
Sylvain Th?nault
2013-04-16
1
-4
/
+24
*
[py3.3] don't crash on 'yield from' nodes. Closes #124360
Sylvain Th?nault
2013-03-27
1
-1
/
+1
*
Add support for inference of subscript operations on dict literals. Closes #1...
Torsten Marek
2013-03-27
1
-0
/
+2
*
Set literals should be treated as inference leaves. Closes #47957
Torsten Marek
2013-03-27
1
-0
/
+1
*
Fix inference for generator methods to correctly handle yields in lambdas. Cl...
Torsten Marek
2013-03-27
1
-0
/
+4
*
Add missing modules in py2stdlib brain hashlib. Closes #123056
Torsten Marek
2013-03-27
1
-0
/
+1
*
Use correct argument names in the py2stdlib brain urlparse module. Closes #12...
Torsten Marek
2013-03-27
1
-1
/
+4
*
backport proper subprocess.Popen implementation from pylint brain. See #46273
Sylvain Th?nault
2013-02-22
1
-0
/
+1
*
fixes for python 3.3 ast nodes changes. Closes #120646
Sylvain Th?nault
2013-02-22
1
-0
/
+1
*
fix Changelog
Sylvain Th?nault
2013-02-22
1
-0
/
+5
*
0.24.1
logilab-astng-version-0.24.1
Sylvain Th?nault
2012-10-05
1
-0
/
+3
*
fix function fromlineno when some decorator is splited on multiple lines. Clo...
Mark Gius
2012-09-20
1
-0
/
+2
*
properly define file_encoding Module attribute. Closes #104041
Sylvain Th?nault
2012-08-29
1
-0
/
+1
*
default is stable
Sylvain Th?nault
2012-08-01
1
-0
/
+8
|
\
|
*
0.24
Sylvain Th?nault
2012-07-18
1
-1
/
+3
|
*
include basic stdlib description from the pylint-brain project (https://bitbu...
Sylvain Th?nault
2012-07-17
1
-0
/
+4
*
|
default is stable
Sylvain Th?nault
2012-07-16
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
get_module_part should be given a context_file. Closes pyreverse crash #92362
Sylvain Th?nault
2012-04-24
1
-0
/
+3
*
|
Fix raw_building.object_build for pypy implementation. Closes #99583
FELD Boris
2012-07-16
1
-0
/
+4
|
/
*
0.23.1
Sylvain Th?nault
2011-12-08
1
-1
/
+7
*
closes #62295: avoid "OSError: Too many open files"
Sylvain Th?nault
2011-12-08
1
-0
/
+4
*
0.23
logilab-astng-version-0.23.0
Sylvain Th?nault
2011-10-07
1
-1
/
+3
*
closes #77253: provide a way for user code to register astng transformers
Sylvain Th?nault
2011-09-29
1
-0
/
+4
*
copy context path when cloning inference context, else we may skip undesired ...
Sylvain Th?nault
2011-09-29
1
-0
/
+3
*
closes #77188: support lgc.decorators.classproperty
Sylvain Th?nault
2011-09-27
1
-0
/
+2
*
we actually dropped support for python < 2.5 in 0.21
Sylvain Th?nault
2011-09-27
1
-1
/
+1
*
remove sys.path manipulation around builder.string_build (closes #76159)
Sylvain Th?nault
2011-09-16
1
-0
/
+3
*
closes #74748: getitem protocal should return Const node, not the bare python...
Sylvain Th?nault
2011-09-07
1
-1
/
+6
*
closes #74746: should return empty module when __main__ is imported
Sylvain Th?nault
2011-09-07
1
-0
/
+3
*
0.22
logilab-astng-version-0.22.0
Sylvain Th?nault
2011-07-18
1
-1
/
+8
*
py3k: __builtin__ module renamed to builtins, we should consider this to prop...
Sylvain Th?nault
2011-07-08
1
-0
/
+2
*
fix file encoding detection with python2.x (closes #70494)
alain lefroy
2011-07-08
1
-0
/
+1
*
closes #70565: absolute imports treated as relative (patch by Jacek Konieczny)
Sylvain Th?nault
2011-07-08
1
-0
/
+1
*
closes #70381: IndendationError in import causes crash
Sylvain Th?nault
2011-07-08
1
-1
/
+2
*
closes #70497: Crash on AttributeError: 'NoneType' object has no attribute '_...
Sylvain Th?nault
2011-07-08
1
-1
/
+2
*
closes #69217: please add column offset to the astng node
Sylvain Th?nault
2011-06-16
1
-0
/
+3
*
republish 0.21.1 which has never been published actually
Sylvain Th?nault
2011-01-11
1
-9
/
+18
*
somewhat fix #57299: Exception when trying to validate file using PyQt's
Sylvain Th?nault
2011-01-06
1
-0
/
+6
*
prepare 0.21.1
Emile Anclin
2010-12-16
1
-0
/
+8
*
prepare 0.21.0
logilab-astng-version-0.21.0
Emile Anclin
2010-11-15
1
-0
/
+6
[next]