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
/
bases.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
-665
/
+0
*
Make the source compatible with Python 2.7 and 3.3+.
Claudiu Popa
2014-10-27
1
-1
/
+1
*
Various speed improvements.
Claudiu Popa
2014-10-20
1
-55
/
+103
|
\
|
*
merged with default
Eevee (Alex Munroe)
2014-07-31
1
-6
/
+5
|
|
\
|
*
|
Fix some deep recursion problems.
Eevee (Alex Munroe)
2014-07-02
1
-55
/
+54
|
*
|
Add an inference cache to InferenceContext.
Eevee (Alex Munroe)
2014-07-01
1
-2
/
+12
|
*
|
Speed up rebuilder considerably by computing line numbers lazily.
Eevee (Alex Munroe)
2014-07-01
1
-7
/
+21
|
*
|
Remove context.lookupname; make it an argument to infer() when appropriate.
Eevee (Alex Munroe)
2014-07-01
1
-27
/
+28
|
*
|
Replace copy_context with some dynamic scoping.
Eevee (Alex Munroe)
2014-07-01
1
-53
/
+77
*
|
|
Don't crash when trying to infer unbound object.__new__ call. Closes issue #11.
Claudiu Popa
2014-08-21
1
-2
/
+2
|
|
/
|
/
|
*
|
pylint source code
Sylvain Thénault
2014-07-25
1
-7
/
+6
|
/
*
Fix repr for ast nodes
Julien Cristau
2014-06-03
1
-1
/
+1
*
Avoid recursively inferring the same attr on the same class. Closes #7
Eevee (Alex Munroe)
2014-04-08
1
-0
/
+3
*
slightly more readable version
Sylvain Thénault
2014-04-08
1
-1
/
+2
*
fix crash when class has some __call__ method that is not inferable. Closes #17
Sylvain Thénault
2014-04-08
1
-0
/
+2
*
Fix language in a couple of error messages
Julien Cristau
2013-06-19
1
-2
/
+2
*
fix inference, some node classes have extra arguments there (eg import nodes)
Sylvain Thénault
2013-06-18
1
-3
/
+3
*
[inference] introduce (but not use it yet) explicit inference for some node i...
Sylvain Thénault
2013-06-18
1
-3
/
+20
*
rename the project astroid
David Douard
2013-06-17
1
-15
/
+15
*
as_string/repr_tree code cleanup: enhance the doc a bit + regroup code
Sylvain Thénault
2013-04-11
1
-44
/
+5
*
enhanced generator support. Closes #124340
Sylvain Thénault
2013-04-11
1
-2
/
+5
*
minor cleanups: drop copyright by me, update others to 2013, droip those in d...
Sylvain Thénault
2013-03-28
1
-4
/
+1
*
unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINS
Sylvain Thénault
2013-03-28
1
-10
/
+13
*
Fix python 3 crash on importing from a non existing module. Closes #83749
FELD Boris
2012-07-31
1
-0
/
+2
*
copy context path when cloning inference context, else we may skip undesired ...
Sylvain Thénault
2011-09-29
1
-0
/
+7
*
cosmetic changes: update/fix copyright and comments, d-t-w
Sylvain Thénault
2011-09-27
1
-1
/
+1
*
py3k: __builtin__ module renamed to builtins, we should consider this to prop...
Sylvain Thénault
2011-07-08
1
-2
/
+4
*
closes #69217: please add column offset to the astng node
Sylvain Thénault
2011-06-16
1
-0
/
+1
*
add support for object.__new__ (base patch provided by Chris Torek)
Sylvain Thénault
2011-01-05
1
-0
/
+9
*
remove some code no more necessary since we don't support anymore python < 2.5
Sylvain Thénault
2011-01-05
1
-18
/
+1
*
cleanup: move StmtMixin to Statement
Emile Anclin
2010-12-02
1
-0
/
+20
*
cleanup: BaseClass is no more needed
Emile Anclin
2010-12-02
1
-11
/
+2
*
reduce circular imports I: import exceptions directly
Emile Anclin
2010-12-02
1
-1
/
+1
*
support for generator attributes
Emile Anclin
2010-12-01
1
-1
/
+6
*
py3k: fix builtins.property
Emile Anclin
2010-12-01
1
-1
/
+1
*
remove more py2.4 relative stuff and fix readme
Emile Anclin
2010-11-15
1
-1
/
+1
*
refactor: add a "is_function" attribute (wip)
Emile Anclin
2010-10-18
1
-0
/
+1
*
add a "optional_assign" attribute to the NodeNG
Emile Anclin
2010-10-11
1
-0
/
+1
*
move "nodes_as_string.py" to "as_string.py
Emile Anclin
2010-10-11
1
-1
/
+1
*
py3k: a lot of simple fixes
Emile Anclin
2010-10-07
1
-1
/
+2
*
remove usage of __dict__ to avoid explicit None assign of the fields.
Emile Anclin
2010-10-07
1
-4
/
+2
*
[utils] add a TreeTester class for debugging
Emile Anclin
2010-10-06
1
-2
/
+4
*
py2.3 compat : syntax, set; _nodes_compiler.py : fix visit_discard
Emile Anclin
2010-09-22
1
-2
/
+2
*
add __subclasses__ to special class attribute
Sylvain Thénault
2010-07-13
1
-1
/
+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
*
nodes redirection cleanup possible since refactoring
Sylvain Thénault
2010-04-16
1
-2
/
+1
*
improve node representations with lineno and module name
Emile Anclin
2010-04-15
1
-5
/
+16
*
move _astng_fields to concrete classes instead of defining them in nodes.py
Emile Anclin
2010-03-17
1
-0
/
+2
*
don't use a stack for InferenceContext.path
Emile Anclin
2010-03-17
1
-17
/
+11
[next]