summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.6Pin coverage to <5 to account for the private coverage format changingClaudiu Popa4 years
2.0Mark __init_subclass__ as classmethod (#388)Łukasz Rogalski7 years
2.0.experimentalMark __init_subclass__ as classmethod (#388)Łukasz Rogalski7 years
2.2Prepare 2.2.5Claudiu Popa5 years
2.3Prepare 2.3.3Claudiu Popa5 years
2.4Fix a crash caused by a lookup of a monkey-patched method (#803)Claudiu Popa4 years
2.5Add 2.5.3 to the changelogPierre Sassoulas3 years
2.9Upgrade the version to 2.9.4-dev0 following 2.9.3 releasePierre Sassoulas2 years
add-dateutil-to-requirementsTyped AST is an astroid dependencyPierre Sassoulas3 years
add-flake8-in-pre-commit-configurationUpgrade pre-commit configurationPierre Sassoulas3 years
add-flake8-typing-importAdd flake8-typing-import to the pre-commit configurationPierre Sassoulas2 years
add-github-actionsRemove python 3.10 support, revert laterPierre Sassoulas3 years
add-isort-pylint-autoflake-to-pre-commitUpgrade comment for distutil to improve clarityPierre Sassoulas3 years
add-pydocstring-formatter-remaining-issuesUpdate .pre-commit-config.yamlPierre Sassoulas16 months
add-typing-in-testsMerge branch 'main' into add-typing-in-testsPierre Sassoulas3 years
bug_666Add an entryhippo914 years
builtin-simplified Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas3 years
catch-attribute-inference-error-in-safe-infer[safe_infer] Catch astroid.AttributeInferenceError in safe_inferPierre Sassoulas3 years
dependabot/pip/sphinx-approx-eq-7.0Update sphinx requirement from ~=6.2 to ~=7.0dependabot[bot]12 months
deprecate-is-sys-guardApply suggestions from code reviewPierre Sassoulas3 years
fix-4623-generator-raised-stop-iterationBump astroid to 2.6.4, update changelogPierre Sassoulas3 years
fix-crash-in-dunder-inferenceFix a bug for dunder methods inference of function objectsClaudiu Popa3 years
fix-flake8-f403-in-astroid-__init__.pyFix F403 wildcart import used in astroid/__init__.pyPierre Sassoulas2 years
fix-pylint-legacy-warningsFix redefining name 'astroid' from outer scopePierre Sassoulas3 years
fix-pylint-warning-from-master-branchDisable consider-using-with in function returning a streamPierre Sassoulas3 years
fix-self-inflicted-circular-importFix a strange construct that seem unnecessaryPierre Sassoulas3 years
fix_851Corrected the parent of function type comment nodesAshley Whetter3 years
import-from-astroid-nodes-in-test-directoryAdd Statement to the astroid.nodes APIPierre Sassoulas3 years
mainRecognize stub ``pyi`` Python files. (#2182)Mark Byrne12 months
maintenance/2.15.xBump astroid to 2.15.5, update changelogPierre Sassoulas12 months
masterAdd pre-commit CI in continuous integrationPierre Sassoulas3 years
performance-regressionAdd disableJacob Walls12 months
pre-commit-ci-update-config[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2 years
remove-lazy-import-use-specific-importsUse TYPE_CHECKING guard to remove a circular importPierre Sassoulas3 years
revert-1366-postinit-propertyRevert "Fix builtin inference on property not including function arguments"Arianna2 years
revert-perf-affecting-changes-2Make sure the context has a callcontext before grabbing the arguments informa...Claudiu Popa5 years
simplification-for-python3.6-codeUse new style super when applicablePierre Sassoulas3 years
sum_and_multiplyMerge branch 'sum_and_multiply' of https://github.com/hippo91/astroidhippo913 years
support-python-3.10WIP : Add python 3.10 supportPierre Sassoulas3 years
upgrade-packaging-to-setuptoolsUpgrade changelog for setuptoolsPierre Sassoulas3 years
upgrade-pylint-to-2.12.2Disable no-member for false positive with zipimportPierre Sassoulas2 years
upgrade-to-pylint-2.10Upgrade pylint checks to 2.10.0Pierre Sassoulas3 years
use-scm-setuptoolsHack required by strange legacy tags of astroid ?Pierre Sassoulas3 years
zipperAdd infer(), frame(), scope(), and statement() methods to the zipperCeridwen8 years