Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP : Add python 3.10 supportsupport-python-3.10 | Pierre Sassoulas | 2021-04-24 | 3 | -4/+6 |
| | |||||
* | Upgrade changelog for setuptools | Pierre Sassoulas | 2021-04-24 | 3 | -7/+5 |
| | | | | Add changelog entry for renaming of License | ||||
* | 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 |
| | | | | Move packaging information from setup.py to setup.cfg | ||||
* | 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 |
| | | | | See https://github.com/PyCQA/pylint/issues/4212 | ||||
* | 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 |
| | | | | See https://github.com/PyCQA/astroid/pull/947\#discussion_r619497973 | ||||
* | 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 |
| | | | | But withtout benchmark and speeling that are specific to pylint. | ||||
* | 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 |
| | |||||
* | 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 |
| | | | | Except on astroid/__init__.py because of circular imports | ||||
* | 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 |
| |