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
/
infutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
move all infutils stuff to bases.py
Emile Anclin
2010-03-04
1
-309
/
+0
*
fix imports: _nodes -> bases
Emile Anclin
2010-03-03
1
-1
/
+1
*
update inference and infutils from default/stable branch
Emile Anclin
2010-02-17
1
-5
/
+15
*
enhance doc strings
Emile Anclin
2010-01-26
1
-1
/
+1
*
moving stuff around to avoid circular imports
Emile Anclin
2009-11-25
1
-66
/
+0
*
trying to handle the imports
Emile Anclin
2009-11-25
1
-1
/
+2
*
fix #13944: false positive for class/instance attributes
Sylvain Thénault
2009-11-25
1
-2
/
+10
*
merge
Sylvain Thénault
2009-11-23
1
-2
/
+2
|
\
|
*
[R] rename Proxy_ to BaseClass
Emile Anclin
2009-09-15
1
-2
/
+2
|
*
[R] add an _nodes.py for avoiding circular imports.py
Emile Anclin
2009-09-02
1
-1
/
+1
*
|
include Dotan Barak spell fixes patch
Sylvain Thénault
2009-11-23
1
-6
/
+6
|
/
*
shouldn't delete anymore _Yes class, used in super()
Sylvain Thénault
2009-08-27
1
-1
/
+0
*
fix #9891: help(logilab.astng) throws TypeError
Sylvain Thénault
2009-08-27
1
-10
/
+13
*
have to implement both getattr and igetattr
Sylvain Thénault
2009-03-24
1
-0
/
+5
*
introduce UnboundMethod / rename InstanceMethod to BoundMethod, handle .im_func
Sylvain Thénault
2009-03-24
1
-11
/
+24
*
discard If branches if exceptions specified
Sylvain Thénault
2009-03-24
1
-1
/
+5
*
import are_exclusive so we can filter according to catched exceptions
Sylvain Thénault
2009-03-24
1
-3
/
+3
*
some understanding of the __builtin__.property decorator
Sylvain Thénault
2009-03-24
1
-10
/
+12
*
(painful) merge
Sylvain Thénault
2009-03-19
1
-3
/
+4
*
test and fix python'special attributes handling
Sylvain Thénault
2009-03-17
1
-3
/
+2
*
pylint fixes
Sylvain Thénault
2009-03-17
1
-1
/
+49
*
limit cyclic dependencies / cleanup by introducing a new infutils module
Sylvain Thénault
2009-03-17
1
-0
/
+282