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
*
Remove python 3.10 support, revert later
add-github-actions
Pierre Sassoulas
2021-04-23
2
-6
/
+4
*
Remove what is done in github action from the travis.yml
Pierre Sassoulas
2021-04-23
1
-6
/
+4
*
Upgrade changelog following migration to github actions
Pierre Sassoulas
2021-04-23
1
-0
/
+3
*
Modify the key to release to pypi to the one from pylint
Pierre Sassoulas
2021-04-23
1
-1
/
+1
*
Remove appveyor since github actions was added
Pierre Sassoulas
2021-04-23
2
-54
/
+1
*
Add same github actions than pylint
Pierre Sassoulas
2021-04-23
2
-0
/
+394
*
Add black-disable-checker
Marc Mueller
2021-04-23
1
-0
/
+4
*
Fix pre_commit requirements (#961)
Marc Mueller
2021-04-23
1
-1
/
+1
*
Remove backports.functools_lru_cache dependency
Marc Mueller
2021-04-22
2
-6
/
+1
*
Create a requirements file for brain tests
Pierre Sassoulas
2021-04-21
2
-4
/
+4
*
Create a minimal requirements file for tests
Pierre Sassoulas
2021-04-21
2
-3
/
+3
*
Use editable install for astroid's dependencies
Pierre Sassoulas
2021-04-21
1
-3
/
+1
*
Fix crash when evaluating typing.NamedTuple (#956)
Marc Mueller
2021-04-21
3
-1
/
+32
*
Add inference tip for ``typing.Tuple`` (#948)
Marc Mueller
2021-04-21
3
-0
/
+63
*
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
*
Upgrade isort configuration
Pierre Sassoulas
2021-04-20
1
-2
/
+2
*
Update comment in astroid.nodes
Pierre Sassoulas
2021-04-20
1
-1
/
+5
*
Add pylint and pytest to the dependency in tox -e formatting
Pierre Sassoulas
2021-04-20
1
-2
/
+2
*
Add pylint in the pre-commit configuration
Pierre Sassoulas
2021-04-20
1
-0
/
+9
*
Fix line too long in unittest_nodes
Pierre Sassoulas
2021-04-19
1
-2
/
+7
*
Fix useless suppression of no-member
Pierre Sassoulas
2021-04-19
1
-3
/
+3
*
Enable checks for and fix useless suppression
Pierre Sassoulas
2021-04-19
11
-28
/
+13
*
Enable useless-suppression
Pierre Sassoulas
2021-04-19
1
-0
/
+2
*
Fix import order in unittest_brain.py
Pierre Sassoulas
2021-04-19
1
-8
/
+9
*
Add isort to the pre-commit configuration
Pierre Sassoulas
2021-04-19
5
-4
/
+20
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
65
-286
/
+182
*
Add autoflake except where it would break the code
Pierre Sassoulas
2021-04-19
5
-6
/
+11
*
Fix redefining name 'astroid' from outer scope
Pierre Sassoulas
2021-04-19
1
-2
/
+2
*
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
*
Ignore the too-many-warnings we're not refactoring anyway
Pierre Sassoulas
2021-04-19
1
-1
/
+7
*
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 redefining name 'bases' from outer scope
Pierre Sassoulas
2021-04-19
1
-2
/
+1
*
Fix Expression is assigned to nothing
Pierre Sassoulas
2021-04-19
1
-0
/
+1
*
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
*
Ignore duplicate code for now because astroid/brain is full of it
Pierre Sassoulas
2021-04-19
1
-1
/
+3
*
Ignore cyclic import and wrong import position for now
Pierre Sassoulas
2021-04-19
1
-3
/
+4
*
Fix Unused variable 'meth_inf'
Pierre Sassoulas
2021-04-19
1
-1
/
+1
*
Fix Unused variable 'ex'
Pierre Sassoulas
2021-04-19
1
-2
/
+2
*
Fix a yoda constant in unittest_regrtest.py
Pierre Sassoulas
2021-04-19
1
-1
/
+1
*
Fix legacy no-member by disabling the warning
Pierre Sassoulas
2021-04-19
4
-6
/
+15
*
Fix no exception type(s) specified on getattr
Pierre Sassoulas
2021-04-19
1
-1
/
+1
*
Remove conditional for having pytest, we have pytest
Pierre Sassoulas
2021-04-19
1
-3
/
+0
*
Remove python < 3.4 compatibility code for enum module
Pierre Sassoulas
2021-04-19
2
-19
/
+0
*
Remove non-breaking whitespaces from the codebase
Pierre Sassoulas
2021-04-18
5
-7
/
+9
[next]