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
*
Hack required by strange legacy tags of astroid ?
use-scm-setuptools
Pierre Sassoulas
2021-04-29
1
-1
/
+6
*
Need version defined in the setup.cfg
Pierre Sassoulas
2021-04-29
1
-0
/
+1
*
Remove circular definition of __version__
Pierre Sassoulas
2021-04-29
1
-8
/
+1
*
Add scm_setuptools for packaging
Pierre Sassoulas
2021-04-29
5
-36
/
+26
*
Fix image link in readme
Marc Mueller
2021-04-25
1
-1
/
+1
*
Prepare for astroid 2.5.6
v2.5.6
astroid-2.5.6
Pierre Sassoulas
2021-04-25
2
-1
/
+8
*
Retrocompatibility with old version of pylint
Pierre Sassoulas
2021-04-25
2
-1
/
+3
*
Use absolute URIs in readme
Marc Mueller
2021-04-25
1
-1
/
+1
*
Fix discord server invitation
astroid-2.5.5
Pierre Sassoulas
2021-04-24
3
-3
/
+5
*
" appear litterally in pypi interface for project urls
Pierre Sassoulas
2021-04-24
1
-2
/
+2
*
Remove invalid URL that make twine fail with error 400
Pierre Sassoulas
2021-04-24
1
-1
/
+0
*
Post 2.5.4 release chores
Pierre Sassoulas
2021-04-24
2
-2
/
+6
*
Prepare for 2.5.4 release
astroid-2.5.4
Pierre Sassoulas
2021-04-24
22
-13
/
+27
*
Upgrade changelog for setuptools
Pierre Sassoulas
2021-04-24
3
-7
/
+5
*
Fix license_file deprecation in setuptools 56.0.0
Pierre Sassoulas
2021-04-24
1
-2
/
+2
*
Move information to setup.py from __pgkinfo__
Pierre Sassoulas
2021-04-24
4
-44
/
+15
*
Change numversion to __version__ in __pkginfo__
Pierre Sassoulas
2021-04-24
6
-11
/
+20
*
Add __init__ to astroid.brain package
Marc Mueller
2021-04-24
5
-13
/
+10
*
Add additional guards for six
Marc Mueller
2021-04-24
1
-0
/
+12
*
Remove check for six tox-environment
Marc Mueller
2021-04-24
1
-7
/
+0
*
Consolidate test cases
Marc Mueller
2021-04-24
3
-12
/
+6
*
Don't upload coverage from travis
Marc Mueller
2021-04-24
1
-7
/
+3
*
Disable consider-using-with in function returning a stream
Pierre Sassoulas
2021-04-24
3
-1
/
+7
*
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
*
Fix pylint installation in CI
Pierre Sassoulas
2021-04-24
2
-1
/
+4
*
Fix forgotten requirement in CI
Pierre Sassoulas
2021-04-24
1
-1
/
+1
*
Fix travis
Marc Mueller
2021-04-24
1
-4
/
+1
*
Apply hashing and depencencies suggestions (review #947)
Pierre Sassoulas
2021-04-23
1
-10
/
+10
*
Remove job that are already checked by github actions
Pierre Sassoulas
2021-04-23
2
-8
/
+3
*
Remove what is done in github action from the travis.yml
Pierre Sassoulas
2021-04-23
1
-6
/
+4
*
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
3
-0
/
+396
*
Add changelog entry for renaming of License
Pierre Sassoulas
2021-04-23
1
-0
/
+2
*
Remove unused debian build files and upgrade changelog
Pierre Sassoulas
2021-04-23
11
-246
/
+2
*
Update packaging 1 - use setup.cfg
Marc Mueller
2021-04-23
5
-63
/
+43
*
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
[next]