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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 2.5.3 to the changelog
2.5
Pierre Sassoulas
2021-03-28
2
-2
/
+7
*
Prepare for 2.5.2 release
astroid-2.5.2
Pierre Sassoulas
2021-03-28
35
-4
/
+35
*
Add 2.5.2 in changelog
Pierre Sassoulas
2021-03-28
2
-4
/
+3
*
Fix version for 2.5.1 tag
Pierre Sassoulas
2021-03-28
1
-2
/
+2
*
Merge pull request #919 from cdce8p/fix-classdef-keywords
hippo91
2021-03-13
3
-1
/
+13
|
\
|
*
Add test
Marc Mueller
2021-03-07
1
-0
/
+6
|
*
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
2
-1
/
+6
|
/
*
Merge pull request #918 from hippo91/bug_pylint_3974
hippo91
2021-03-07
3
-77
/
+115
|
\
|
*
Removes dead code
hippo91
2021-03-07
1
-1
/
+0
|
*
Reformats according to black
hippo91
2021-03-05
2
-6
/
+24
|
*
DIsables the test for ravel_multi_index because strangely it fails when numpy...
hippo91
2021-03-05
1
-1
/
+1
|
*
Double the test by import numpy module without aliasing it
hippo91
2021-03-05
1
-75
/
+92
|
*
Adds an entry
hippo91
2021-03-05
1
-0
/
+4
|
*
"import numpy" has to be detected as a valid import of numpy
hippo91
2021-03-05
1
-1
/
+1
|
/
*
Astroid do not have automatic release on tag
Pierre Sassoulas
2021-02-28
1
-4
/
+3
*
Add 2.5.2 and 2.6.0 in the changelog
Pierre Sassoulas
2021-02-28
1
-0
/
+10
*
Solves "Duplicates found in MROs" false positives. (#905, #916)
Marc Mueller
2021-02-28
3
-0
/
+223
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
77
-59
/
+127
*
Add copyrite aliases like in pylint
Pierre Sassoulas
2021-02-28
1
-0
/
+75
*
Add pyupgrade to the pre-commit configuration
Pierre Sassoulas
2021-02-28
1
-0
/
+6
*
Upgrade the version handling to mirror pylint's
Pierre Sassoulas
2021-02-28
1
-2
/
+7
*
Upgrade the doc about release
Pierre Sassoulas
2021-02-28
2
-30
/
+74
*
Update ChangeLog
hippo91
2021-02-28
1
-2
/
+2
*
Don't transform dataclass ClassVars (#914)
Marc Mueller
2021-02-28
3
-0
/
+26
*
Update license metadata
Marc Mueller
2021-02-28
1
-1
/
+1
*
Small improvements
Marc Mueller
2021-02-28
2
-6
/
+6
*
Update astroid/brain/brain_typing.py
Marc Mueller
2021-02-28
1
-3
/
+1
*
Fix tests
Marc Mueller
2021-02-28
2
-2
/
+7
*
Improve typing.TypedDict inference
Marc Mueller
2021-02-28
3
-0
/
+46
*
Fix black issues
Marc Mueller
2021-02-27
12
-25
/
+30
*
Fix trailing whitespaces
Marc Mueller
2021-02-27
6
-15
/
+15
*
Fix end of files
Marc Mueller
2021-02-27
11
-14
/
+3
*
Update black version - tox
Marc Mueller
2021-02-27
1
-1
/
+2
*
Update pre-commit config
Marc Mueller
2021-02-27
1
-6
/
+7
*
Merge pull request #906 from cdce8p/fix-version-master
hippo91
2021-02-22
1
-1
/
+1
|
\
|
*
Update dev version
Marc Mueller
2021-02-22
1
-1
/
+1
|
/
*
Adds an entry
hippo91
2021-02-21
1
-0
/
+9
*
Numpy ufunc methods are also inferred as Uninferable
hippo91
2021-02-21
1
-1
/
+1
*
Revert "Insures that numpy functions returning arrays are inferred only as ar...
hippo91
2021-02-21
1
-2
/
+4
*
Revert "Updates two tests that deal with the number of visits and the context...
hippo91
2021-02-21
1
-3
/
+2
*
Revert "Turns the context.path from a set to a dict which values are the numb...
hippo91
2021-02-21
1
-6
/
+4
*
Use new style super when applicable
Pierre Sassoulas
2021-02-21
5
-5
/
+5
*
Remove IOError that are an alias to OSError see PEP3151
Pierre Sassoulas
2021-02-21
2
-2
/
+2
*
Remove redundant open mode 'r' in opens
Pierre Sassoulas
2021-02-21
3
-4
/
+4
*
Remove old future import that are no longer required
Pierre Sassoulas
2021-02-21
2
-3
/
+0
*
Use set litteral when possible
Pierre Sassoulas
2021-02-21
2
-3
/
+3
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-21
25
-218
/
+164
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
37
-37
/
+1
*
Update __pkginfo__.py
hippo91
2021-02-21
1
-1
/
+1
[next]