Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | Add some InferenceContext annotations (#1883) | Nick Drozd | 2022-11-22 | 1 | -1/+4 |
| | |||||
* | Add some bool annotations (#1877) | Nick Drozd | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | Simplify hard to maintain copyright notice (#1441) | Pierre Sassoulas | 2022-03-12 | 1 | -7/+1 |
| | | | | | | | | | | | | | | * Simplify hard to maintain copyright notice git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names. * Add a pre-commit hook to check the copyright notice * Fix the existing file so they have a notice * Fix the spacing after the copyright notice * Add a script to generate the CONTRIBUTORS.txt Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Bump astroid to 2.8.1, update changelogv2.8.1-rc1 | Pierre Sassoulas | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | Bug pylint 4326 (#1183) | hippo91 | 2021-10-05 | 1 | -0/+7 |
| | | | | | | | * Adds unittest dealing with class subscript * Adds support of type hints inside numpy's brains * Adds unit test to check astroid does not crash if numpy is not available | ||||
* | Remove use of deprecated node_classes and scoped_node API in astroid | Pierre Sassoulas | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | Bump astroid to 2.6.4, update changelog | Pierre Sassoulas | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Bump astroid to 2.6.3, update changelogv2.6.3 | Pierre Sassoulas | 2021-07-19 | 1 | -0/+1 |
| | |||||
* | Fix copyright links (#1084) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| | | | | * Fix link in license header * Fix link to cpython | ||||
* | Simplification because AstroidManager is a singleton/borg | Pierre Sassoulas | 2021-06-19 | 1 | -2/+2 |
| | |||||
* | Create a file for the global manager defined in astroid.__init__.py | Pierre Sassoulas | 2021-06-19 | 1 | -1/+1 |
| | |||||
* | Import directly from modules in astroid.brain.* | Pierre Sassoulas | 2021-06-19 | 1 | -7/+9 |
| | |||||
* | Prepare for 2.5.4 releaseastroid-2.5.4 | Pierre Sassoulas | 2021-04-24 | 1 | -0/+1 |
| | |||||
* | Add autoflake except where it would break the code | Pierre Sassoulas | 2021-04-19 | 1 | -1/+0 |
| | |||||
* | Remove non-breaking whitespaces from the codebase | Pierre Sassoulas | 2021-04-18 | 1 | -1/+1 |
| | |||||
* | Fix issue #891 | Pierre Sassoulas | 2021-04-10 | 1 | -1/+1 |
| | | | | Remove outdated COPYING and rename COPYING.LESSER | ||||
* | New copyright notices | hippo91 | 2020-12-27 | 1 | -1/+1 |
| | |||||
* | Adds ndarray as rtype for T attribute. | hippo91 | 2020-09-14 | 1 | -1/+1 |
| | | | Closes PyCQA/pylint#3387 | ||||
* | Add the value parameter in the signature of the __or__ method of the ndarray ↵ | hippo91 | 2020-09-14 | 1 | -1/+1 |
| | | | | | | class. | ||||
* | Add comments and changelog entry (#830) | hippo91 | 2020-09-14 | 1 | -1/+3 |
| | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -6/+6 |
| | |||||
* | Make imag and real attributes numpy.ndarray | hippo91 | 2020-02-10 | 1 | -2/+2 |
| | | | Close PyCQA/pylint#3322 | ||||
* | The shape attribute is an numpy.ndarray | hippo91 | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | Refomat according to black | hippo91 | 2019-04-21 | 1 | -3/+5 |
| | |||||
* | Rename brain_numpy module and associated unit test module | hippo91 | 2019-04-20 | 1 | -0/+151 |