Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a function to get the next versions from the version | Pierre Sassoulas | 2021-06-29 | 2 | -16/+62 |
| | |||||
* | Create a check function in bumb changelog script | Pierre Sassoulas | 2021-06-29 | 2 | -31/+51 |
| | |||||
* | Add logging in the bump version script | Pierre Sassoulas | 2021-06-29 | 2 | -6/+26 |
| | |||||
* | Better check for the TBA in the Changelog | Pierre Sassoulas | 2021-06-29 | 2 | -13/+44 |
| | |||||
* | Better get next version according to version type | Pierre Sassoulas | 2021-06-29 | 2 | -12/+35 |
| | |||||
* | Permit to test the version in script/test_bump_changelog.py | Pierre Sassoulas | 2021-06-29 | 1 | -3/+10 |
| | |||||
* | Refactor the get_next_version function | Pierre Sassoulas | 2021-06-29 | 2 | -9/+20 |
| | |||||
* | Refactor of script/bump_changelog.py for easier tests | Pierre Sassoulas | 2021-06-29 | 2 | -19/+14 |
| | |||||
* | [pre-commit.ci] pre-commit autoupdate (#1077) | pre-commit-ci[bot] | 2021-06-28 | 2 | -3/+3 |
| | | | | | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-mypy: v0.902 → v0.910](https://github.com/pre-commit/mirrors-mypy/compare/v0.902...v0.910) - [github.com/pre-commit/mirrors-prettier: v2.3.1 → v2.3.2](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.1...v2.3.2) * Update requirements_test_pre_commit.txt Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Create a constant for BUILTINS in astroid.constants | Pierre Sassoulas | 2021-06-26 | 10 | -30/+12 |
| | |||||
* | Comments should start with only one '#' | Pierre Sassoulas | 2021-06-26 | 2 | -2/+2 |
| | |||||
* | Add dict as base for TypedDict (#1074) | Marc Mueller | 2021-06-25 | 3 | -0/+6 |
| | |||||
* | Add code analysis provided by GitHub (#1071) | Pierre Sassoulas | 2021-06-22 | 1 | -0/+71 |
| | | | | | | * Add code analysis provided by GitHub Add some tools provided by github in settings/Security & Analysis. | ||||
* | Upgrade the version to 2.7.0-dev0 following 2.6.0 release | Pierre Sassoulas | 2021-06-22 | 3 | -21/+13 |
| | |||||
* | Bump astroid to 2.6.0, update changelogv2.6.0 | Pierre Sassoulas | 2021-06-22 | 15 | -13/+31 |
| | |||||
* | Update requirements_test.txt | Pierre Sassoulas | 2021-06-21 | 1 | -1/+1 |
| | | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Add additional typing dependencies in requirements | Pierre Sassoulas | 2021-06-21 | 2 | -0/+5 |
| | | | | See: https://github.com/PyCQA/astroid/pull/1069#issuecomment-865216661 | ||||
* | Rename non obvious PY3X constant to PY3X_PLUS | Pierre Sassoulas | 2021-06-21 | 16 | -65/+65 |
| | | | | See https://github.com/PyCQA/astroid/pull/1069\#issuecomment-865206120 | ||||
* | Add additional_dependencies for existing package stubs | Pierre Sassoulas | 2021-06-21 | 2 | -13/+8 |
| | | | | See https://github.com/PyCQA/astroid/pull/1068/files\#r655561356 | ||||
* | Add a disable method might be static in a Visitor | Pierre Sassoulas | 2021-06-21 | 1 | -0/+2 |
| | |||||
* | Merge pull request #1062 from cdce8p/misc-typing-improvements | Marc Mueller | 2021-06-21 | 1 | -458/+761 |
|\ | | | | | Misc typing improvements | ||||
| * | Add sys.version_info guard to rebuilder | Marc Mueller | 2021-06-21 | 1 | -415/+730 |
| | | |||||
| * | Update visit_assignname and visit_decorators to return None | Marc Mueller | 2021-06-21 | 1 | -43/+31 |
| | | |||||
| * | Misc improvements to fix typing issues | Marc Mueller | 2021-06-21 | 1 | -16/+16 |
| | | |||||
* | | Add mypy configuration but excluding all files in pre-commit | Pierre Sassoulas | 2021-06-21 | 3 | -1/+29 |
| | | |||||
* | | Add mypy configuration for stub that do not exists | Pierre Sassoulas | 2021-06-21 | 1 | -0/+24 |
| | | |||||
* | | Upgrade changelog following change in API for NodeNg | Pierre Sassoulas | 2021-06-21 | 1 | -0/+3 |
| | | |||||
* | | Crate a ``__all__`` in ``astroid.nodes`` | Pierre Sassoulas | 2021-06-21 | 1 | -0/+3 |
| | | | | | | | | See https://github.com/PyCQA/astroid/pull/1067#discussion_r655428869 | ||||
* | | Add NodeNg in the API, it can be used for typing | Pierre Sassoulas | 2021-06-21 | 1 | -0/+2 |
| | | | | | | | | See https://github.com/PyCQA/astroid/pull/1057\#discussion_r654832498 | ||||
* | | Sort astroid.nodes.ALL_NODE_CLASSES alphabetically | Pierre Sassoulas | 2021-06-21 | 1 | -13/+13 |
|/ | |||||
* | Remove default init values Arguments + fix raw_building (#1065) | Marc Mueller | 2021-06-21 | 3 | -24/+38 |
| | | | | | | * Arguments - remove default init values * Fix raw_building.build_function * Use Arguments.postinit * Add kwonlyargs | ||||
* | Small fixes following pep8 changes | Pierre Sassoulas | 2021-06-21 | 2 | -3/+3 |
| | | | | | Re-add 'ex' in good name Fix a typo rrue = true | ||||
* | Rename an exception to the standard name used elsewhere | Pierre Sassoulas | 2021-06-20 | 1 | -4/+4 |
| | |||||
* | Add a todo to remove Load, Del, Store | Pierre Sassoulas | 2021-06-20 | 1 | -3/+4 |
| | |||||
* | Fix pep8 in unittest test function's names | Pierre Sassoulas | 2021-06-20 | 6 | -32/+32 |
| | |||||
* | Type annotations for nodes 11 (#1063) | Marc Mueller | 2021-06-20 | 1 | -128/+75 |
| | | | | | * Arguments * Remove duplicate type annotation for Match nodes * Small changes | ||||
* | Type annotations for nodes 10 (#1061) | Marc Mueller | 2021-06-19 | 1 | -73/+130 |
| | | | | * Decorators, TryExcept, TryFinally, NamedExpr, EvaluatedObject * Remove additional default values from Match nodes | ||||
* | Simplification because AstroidManager is a singleton/borg | Pierre Sassoulas | 2021-06-19 | 58 | -179/+206 |
| | |||||
* | Create a file for the global manager defined in astroid.__init__.py | Pierre Sassoulas | 2021-06-19 | 43 | -45/+69 |
| | |||||
* | Type annotations for nodes 09 (#1056) | Marc Mueller | 2021-06-19 | 1 | -61/+58 |
| | | | * AssignName, DelName, Name, AssignAttr, DelAtr | ||||
* | Type annotations for nodes 08 | Marc Mueller | 2021-06-19 | 1 | -96/+168 |
| | | | | * Tuple, UnaryOp, While, With, Yield, FormattedValue, JoinedStr | ||||
* | Add context type hints | Marc Mueller | 2021-06-19 | 1 | -21/+10 |
| | |||||
* | Import directly from modules in astroid.scoped_nodes | Pierre Sassoulas | 2021-06-19 | 1 | -5/+6 |
| | |||||
* | Import directly from modules in astroid.rebuilder | Pierre Sassoulas | 2021-06-19 | 1 | -7/+5 |
| | |||||
* | Import directly from modules in astroid.brain.* | Pierre Sassoulas | 2021-06-19 | 32 | -230/+259 |
| | |||||
* | Import directly from modules in astroid.manager | Pierre Sassoulas | 2021-06-19 | 2 | -10/+22 |
| | |||||
* | Remove the __all__ that aren't necessary | Pierre Sassoulas | 2021-06-19 | 3 | -87/+2 |
| | |||||
* | Remove useless APi for astroid/brain | Pierre Sassoulas | 2021-06-19 | 1 | -3/+0 |
| | |||||
* | Skip ordering for the version in astroid for easier packaging | Pierre Sassoulas | 2021-06-19 | 1 | -1/+8 |
| | |||||
* | Remove use of os in favor of pathlib.Path in astroid/__init__.py | Pierre Sassoulas | 2021-06-19 | 1 | -5/+5 |
| |