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
/
builder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-237
/
+0
*
Make the source compatible with Python 2.7 and 3.3+.
Claudiu Popa
2014-10-27
1
-3
/
+3
*
pylint source code
Sylvain Th?nault
2014-07-25
1
-5
/
+5
*
Make astroid compatible with Python 2.5 again.
Torsten Marek
2014-07-24
1
-0
/
+1
*
Fix names grabed using wildcard import in "absolute import mode"
Sylvain Th?nault
2014-07-24
1
-3
/
+3
*
Use the with statement to prevent resource warnings.
cpopa
2014-07-24
1
-3
/
+2
*
backport (most of) logilab.common.modutils and related tests into astroid itself
Sylvain Th?nault
2014-07-23
1
-2
/
+1
*
Only cache modules if no other module with the same name is known yet, and
Torsten Marek
2014-04-26
1
-1
/
+1
*
Add future imports to Module.future_imports.
Torsten Marek
2014-04-25
1
-0
/
+3
*
Merged in flyingsheep/astroid (pull request #15)
Sylvain Th?nault
2014-03-26
1
-0
/
+7
|
\
|
*
call transformation for builtin modules as well (though not yet for their chi...
Sylvain Th?nault
2014-03-19
1
-0
/
+6
|
*
close the byte stream avoid warning w/ python3
Sylvain Th?nault
2013-12-24
1
-0
/
+1
*
|
moved setting of module.file_encoding to _post_build()
Phil Schaf
2013-11-25
1
-7
/
+9
*
|
extracted string_build from file_build. now string_build allows for file_stre...
Phil Schaf
2013-11-24
1
-4
/
+9
|
/
*
[transforms] allow transformation functions on any nodes, not only modules
Sylvain Th?nault
2013-06-18
1
-4
/
+1
*
work on thread safety
Sylvain Th?nault
2013-06-18
1
-5
/
+4
*
rename the project astroid
David Douard
2013-06-17
1
-23
/
+23
*
import cleanups
Sylvain Th?nault
2013-03-29
1
-2
/
+2
*
minor cleanups: drop copyright by me, update others to 2013, droip those in d...
Sylvain Th?nault
2013-03-28
1
-3
/
+1
*
properly call parent's __init__
Sylvain Th?nault
2013-03-28
1
-0
/
+1
*
closes #62295: avoid "OSError: Too many open files"
Sylvain Th?nault
2011-12-08
1
-1
/
+0
*
only call transformers if modname specified
Sylvain Th?nault
2011-10-25
1
-2
/
+3
*
closes #77253: provide a way for user code to register astng transformers
Sylvain Th?nault
2011-09-29
1
-2
/
+3
*
cosmetic changes: update/fix copyright and comments, d-t-w
Sylvain Th?nault
2011-09-27
1
-1
/
+1
*
we actually dropped support for python < 2.5 in 0.21
Sylvain Th?nault
2011-09-27
1
-3
/
+1
*
remove sys.path manipulation around builder.string_build (closes #76159)
Sylvain Th?nault
2011-09-16
1
-6
/
+2
*
fix file encoding detection with python2.x (closes #70494)
alain lefroy
2011-07-08
1
-1
/
+1
*
cleanup
logilab-astng-version-0.21.1
Sylvain Th?nault
2011-01-11
1
-2
/
+1
*
change ASTManager cache attribute to astng_cache so it doesn't sound protecte...
Sylvain Th?nault
2011-01-11
1
-1
/
+1
*
merge
Emile Anclin
2010-12-15
1
-28
/
+31
|
\
|
*
py3k: handle file encoding and stream definition in builder
Emile Anclin
2010-11-22
1
-4
/
+49
*
|
py3k: handle file encoding and stream definition in builder
Emile Anclin
2010-11-22
1
-4
/
+46
*
|
cleanup: move raw building stuff from builder to raw_building
Emile Anclin
2010-12-14
1
-109
/
+2
|
/
*
refactoring for tree rebuilding
Emile Anclin
2010-12-09
1
-29
/
+44
*
reduce circular imports I: import exceptions directly
Emile Anclin
2010-12-02
1
-1
/
+1
*
instance attribute support for functions
Emile Anclin
2010-12-01
1
-0
/
+2
*
rename ASTNGBuilder.build to tree_build
Emile Anclin
2010-12-01
1
-2
/
+2
*
cleanup: move some rebuilder stuff to builder; fix _delayed_assattr cache
Emile Anclin
2010-12-01
1
-3
/
+61
*
cleanup: merge _nodes_ast into rebuilder
Emile Anclin
2010-11-30
1
-1
/
+1
*
cleanup: remove python < 2.5 support
Emile Anclin
2010-11-10
1
-9
/
+4
*
cleanup: norm_read can be done directly
Emile Anclin
2010-11-10
1
-2
/
+1
*
remove unused "_file" attribute ; node.file has already been set
Emile Anclin
2010-11-10
1
-4
/
+0
*
explicit imports
Emile Anclin
2010-10-11
1
-1
/
+3
*
BORG : use the borg pattern for ASTNGManager, not singleton
Emile Anclin
2010-10-11
1
-1
/
+2
*
remove other has_key occurences
Emile Anclin
2010-10-05
1
-1
/
+1
*
fix #45959: AttributeError: 'NoneType' object has no attribute 'frame'
Sylvain Th?nault
2010-09-21
1
-0
/
+2
*
licence cleanups
Sylvain Th?nault
2010-09-10
1
-14
/
+0
*
fix astng building bug: we've to set module.package flag at the node creation...
Sylvain Th?nault
2010-09-10
1
-2
/
+1
*
proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Th?nault
2010-04-28
1
-5
/
+19
*
more license updates
Sylvain Th?nault
2010-04-26
1
-3
/
+3
[next]