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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change numversion to __version__ in __pkginfo__
Pierre Sassoulas
2021-04-24
2
-6
/
+12
*
Add __init__ to astroid.brain package
Marc Mueller
2021-04-24
5
-13
/
+10
*
Disable consider-using-with in function returning a stream
Pierre Sassoulas
2021-04-24
2
-0
/
+2
*
Disable false positive useless-suppression
Pierre Sassoulas
2021-04-24
1
-2
/
+2
*
Fix Useless suppression of 'unused-import'
Pierre Sassoulas
2021-04-24
1
-1
/
+1
*
Update packaging 1 - use setup.cfg
Marc Mueller
2021-04-23
1
-30
/
+0
*
Remove backports.functools_lru_cache dependency
Marc Mueller
2021-04-22
1
-5
/
+1
*
Fix crash when evaluating typing.NamedTuple (#956)
Marc Mueller
2021-04-21
1
-1
/
+2
*
Add inference tip for ``typing.Tuple`` (#948)
Marc Mueller
2021-04-21
1
-0
/
+43
*
Apply suggestion following review
Pierre Sassoulas
2021-04-20
1
-1
/
+1
*
Upgrade comment for distutil to improve clarity
Pierre Sassoulas
2021-04-20
1
-3
/
+3
*
Update comment in astroid.nodes
Pierre Sassoulas
2021-04-20
1
-1
/
+5
*
Enable checks for and fix useless suppression
Pierre Sassoulas
2021-04-19
8
-21
/
+8
*
Add isort to the pre-commit configuration
Pierre Sassoulas
2021-04-19
1
-3
/
+5
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
43
-177
/
+117
*
Add autoflake except where it would break the code
Pierre Sassoulas
2021-04-19
4
-6
/
+0
*
Fix pylint warnings in astroid/brain/brain_gi
Pierre Sassoulas
2021-04-19
1
-3
/
+8
*
Fix pylint warnings in astroid/brain/brain_typing.py
Pierre Sassoulas
2021-04-19
1
-7
/
+6
*
Fix pylint warnings in astroid/brain/brain_fstrings
Pierre Sassoulas
2021-04-19
1
-1
/
+1
*
Fix pylint warnings in astroid/brain/brain_namedtuple_enum
Pierre Sassoulas
2021-04-19
1
-5
/
+5
*
Fix pylint warnings in astroid/brain/brain_six
Pierre Sassoulas
2021-04-19
1
-1
/
+2
*
Fix pylint warnings in astroid.brain.brain_builtin_inference
Pierre Sassoulas
2021-04-19
1
-9
/
+9
*
Fix inconsistent return statements
Pierre Sassoulas
2021-04-19
1
-2
/
+3
*
Fix useless return at end of function or method
Pierre Sassoulas
2021-04-19
1
-2
/
+1
*
Fix legacy no-member by disabling the warning
Pierre Sassoulas
2021-04-19
2
-4
/
+9
*
Fix no exception type(s) specified on getattr
Pierre Sassoulas
2021-04-19
1
-1
/
+1
*
Remove non-breaking whitespaces from the codebase
Pierre Sassoulas
2021-04-18
3
-4
/
+6
*
Fix issue #891
Pierre Sassoulas
2021-04-10
64
-68
/
+68
*
Upgrading pyupgrade in pre-commit configuration
Pierre Sassoulas
2021-04-10
3
-17
/
+17
*
Prepare for 2.5.3 release
astroid-2.5.3
Pierre Sassoulas
2021-04-10
3
-2
/
+4
*
Modify infernce tip for typing.Generic and typing.Annotated with ``__class_ge...
Marc Mueller
2021-04-10
2
-9
/
+70
*
Better handling of generic aliases (#923)
Marc Mueller
2021-04-07
3
-44
/
+158
*
Use inference_tip for typing.TypedDict brain (#928)
Marc Mueller
2021-04-07
1
-5
/
+3
*
Bug pylint 4206 (#921)
hippo91
2021-04-06
3
-61
/
+158
*
Astroid master branch version is 2.6.0
Pierre Sassoulas
2021-03-28
1
-1
/
+1
*
Add 2.5.3 to the changelog
2.5
Pierre Sassoulas
2021-03-28
1
-2
/
+2
*
Prepare for 2.5.2 release
astroid-2.5.2
Pierre Sassoulas
2021-03-28
28
-3
/
+28
*
Add 2.5.2 in changelog
Pierre Sassoulas
2021-03-28
1
-2
/
+2
*
Fix version for 2.5.1 tag
Pierre Sassoulas
2021-03-28
1
-2
/
+2
*
Check if keywords is not None before iterating over it
Marc Mueller
2021-03-07
1
-1
/
+2
*
Iterate over Keywords when using ClassDef.get_children
Marc Mueller
2021-03-07
1
-1
/
+2
*
Reformats according to black
hippo91
2021-03-05
1
-1
/
+4
*
"import numpy" has to be detected as a valid import of numpy
hippo91
2021-03-05
1
-1
/
+1
*
Solves "Duplicates found in MROs" false positives. (#905, #916)
Marc Mueller
2021-02-28
1
-0
/
+99
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
50
-38
/
+76
*
Upgrade the version handling to mirror pylint's
Pierre Sassoulas
2021-02-28
1
-2
/
+7
*
Don't transform dataclass ClassVars (#914)
Marc Mueller
2021-02-28
1
-0
/
+12
*
Update license metadata
Marc Mueller
2021-02-28
1
-1
/
+1
*
Small improvements
Marc Mueller
2021-02-28
1
-3
/
+5
*
Update astroid/brain/brain_typing.py
Marc Mueller
2021-02-28
1
-3
/
+1
[next]