index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/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.
Claudiu Popa
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
-3
/
+10
|
\
|
*
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
*
|
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
|
/
*
[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]