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
/
astroid
/
manager.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug pylint 3342 (#1148)
hippo91
2021-08-29
1
-6
/
+6
*
Bug pylint 4060 (#1127)
hippo91
2021-08-15
1
-1
/
+0
*
Bump astroid to 2.6.4, update changelog
Pierre Sassoulas
2021-07-20
1
-1
/
+1
*
Bump astroid to 2.6.3, update changelog
v2.6.3
Pierre Sassoulas
2021-07-19
1
-0
/
+1
*
Fix copyright links (#1084)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Bump astroid to 2.6.0, update changelog
v2.6.0
Pierre Sassoulas
2021-06-22
1
-0
/
+1
*
Rename an exception to the standard name used elsewhere
Pierre Sassoulas
2021-06-20
1
-4
/
+4
*
Simplification because AstroidManager is a singleton/borg
Pierre Sassoulas
2021-06-19
1
-5
/
+4
*
Import directly from modules in astroid.manager
Pierre Sassoulas
2021-06-19
1
-9
/
+18
*
Fix all no-member in the codebase and enable the warning
Pierre Sassoulas
2021-06-18
1
-0
/
+2
*
Remove useless-suppression for no-member that disappeared
Pierre Sassoulas
2021-06-18
1
-1
/
+0
*
Refactor brain-less AstroidManager test fixture
Andrew Haigh
2021-06-18
1
-3
/
+9
*
Import exceptions from astroid.exceptions to avoid circular imports
Pierre Sassoulas
2021-06-15
1
-16
/
+15
*
Prepare for 2.5.8 release (#1013)
v2.5.8
Pierre Sassoulas
2021-06-07
1
-1
/
+1
*
Update copyright notice for 2.5.7
v2.5.7
Pierre Sassoulas
2021-05-29
1
-0
/
+2
*
Fix 930 pyreverse regression (#984)
DudeNr33
2021-05-24
1
-3
/
+1
*
[pre-commit.ci] pre-commit autoupdate (#985)
pre-commit-ci[bot]
2021-05-11
1
-1
/
+1
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-4
/
+1
*
Fix legacy no-member by disabling the warning
Pierre Sassoulas
2021-04-19
1
-1
/
+4
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Prepare for 2.5.2 release
astroid-2.5.2
Pierre Sassoulas
2021-03-28
1
-0
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-1
/
+1
*
Update copyright notice
hippo91
2021-02-15
1
-0
/
+1
*
New copyright notices
hippo91
2020-12-27
1
-1
/
+2
*
Drop tracebacks on Astroid import errors for caches
Raphael Gaschignard
2020-10-28
1
-2
/
+4
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+4
*
Add a new ast_from_string method to AstroidManager
Anubhav
2020-03-11
1
-0
/
+7
*
Return a stub module instead of an import error for frozen modules
Ashley Whetter
2020-01-11
1
-0
/
+2
*
Avoid a call to `getcwd` if it is not needed
Raphael Gaschignard
2019-11-26
1
-2
/
+3
*
Fix lint warnings
Claudiu Popa
2019-10-11
1
-0
/
+7
*
Clean new pylint errors from the codebase
Claudiu Popa
2019-09-24
1
-2
/
+2
*
Allow importing wheel files. Close #541
Claudiu Popa
2019-07-11
1
-1
/
+4
*
Make the astroid bootstrapping take care of builtins such as Generator
Claudiu Popa
2019-01-20
1
-8
/
+12
*
Add a method to the manager to retrieve the builtins module
Claudiu Popa
2019-01-19
1
-0
/
+4
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-45
/
+80
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+8
*
Don't allow max_inferable to be set by an environment variable.
Claudiu Popa
2018-07-06
1
-2
/
+1
*
Limit inference to a maximum of 100 results at a time to prevent
Bryce Guinta
2018-07-06
1
-0
/
+2
*
Fix useless-object-inheritance lint error (#573)
Nick Drozd
2018-06-28
1
-1
/
+1
*
Fix linting
Claudiu Popa
2018-06-14
1
-1
/
+1
*
remove unused import
Claudiu Popa
2018-05-31
1
-1
/
+0
*
Fix lint errors
Claudiu Popa
2018-05-31
1
-6
/
+3
*
Just reraise the same value, no need for raise from
Claudiu Popa
2018-05-31
1
-1
/
+1
*
Remove reraise() in favour of using raise..from
Claudiu Popa
2018-05-31
1
-18
/
+17
*
Remove six from a couple of files
Claudiu Popa
2018-05-31
1
-4
/
+1
*
Fix lint errors
Bryce Guinta
2018-01-28
1
-7
/
+0
*
Variable name is found_spec, not spec (#422)
Iva Miholic
2017-04-21
1
-1
/
+1
*
Fix lint
astroid-1.5.2
Claudiu Popa
2017-04-17
1
-1
/
+0
*
Remove pylint errors
Derek Gustafson
2016-12-03
1
-0
/
+8
*
Move the spec finder under a new namespace, interpreter._import.
Claudiu Popa
2016-08-24
1
-12
/
+20
[next]