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
/
mixins.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
-124
/
+0
*
Make the source compatible with Python 2.7 and 3.3+.
Claudiu Popa
2014-10-27
1
-1
/
+1
*
merged with default
Eevee (Alex Munroe)
2014-07-31
1
-4
/
+4
|
\
|
*
pylint source code
Sylvain Thénault
2014-07-25
1
-3
/
+1
|
*
Fix names grabed using wildcard import in "absolute import mode"
Sylvain Thénault
2014-07-24
1
-1
/
+3
*
|
Speed up rebuilder considerably by computing line numbers lazily.
Eevee (Alex Munroe)
2014-07-01
1
-4
/
+6
|
/
*
rename the project astroid
David Douard
2013-06-17
1
-6
/
+6
*
import cleanups
Sylvain Thénault
2013-03-29
1
-1
/
+1
*
minor cleanups: drop copyright by me, update others to 2013, droip those in d...
Sylvain Thénault
2013-03-28
1
-15
/
+1
*
cleanups
Sylvain Thénault
2011-07-08
1
-1
/
+1
*
closes #70381: IndendationError in import causes crash
Sylvain Thénault
2011-07-08
1
-0
/
+2
*
cleanup: move StmtMixin to Statement
Emile Anclin
2010-12-02
1
-25
/
+0
*
cleanup: BaseClass is no more needed
Emile Anclin
2010-12-02
1
-4
/
+3
*
reduce circular imports I: import exceptions directly
Emile Anclin
2010-12-02
1
-1
/
+2
*
cleanup: remove strange SyntaxError capture;
Emile Anclin
2010-12-01
1
-1
/
+1
*
cleanup: replace method was only used for py < 2.5 and before we rebuild the ...
Emile Anclin
2010-11-30
1
-6
/
+0
*
fix: self import is no problem: just return root module
Emile Anclin
2010-11-09
1
-2
/
+2
*
fix Module.getattr and rename "absolute_modname" to "relative_to_absolute_name"
Emile Anclin
2010-10-21
1
-1
/
+3
*
remove old coding style
Emile Anclin
2010-10-12
1
-2
/
+1
*
py2.3 compat : syntax, set; _nodes_compiler.py : fix visit_discard
Emile Anclin
2010-09-22
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
*
some cleanup using pylint
Emile Anclin
2010-03-17
1
-4
/
+4
*
add a "mixins.py" module and move some classes around.
Emile Anclin
2010-03-15
1
-0
/
+151