summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_numpy_random_mtrand.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
|
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-5/+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.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
|
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-0/+1
|
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Fix link to cpython
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-2/+4
|
* Create a file for the global manager defined in astroid.__init__.pyPierre Sassoulas2021-06-191-1/+1
|
* Import directly from modules in astroid.brain.*Pierre Sassoulas2021-06-191-6/+4
|
* Move 'register_module_extender' in astroid.brain where it's usedPierre Sassoulas2021-06-191-1/+2
|
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
| | | | Remove outdated COPYING and rename COPYING.LESSER
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-281-0/+1
|
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+1
|
* Update copyright noticehippo912021-02-151-1/+1
|
* Add the function random that is an alias of random_samplehippo912020-12-291-0/+1
|
* New copyright noticeshippo912020-12-271-0/+1
|
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+2
|
* Refomat according to blackhippo912019-04-211-1/+1
|
* Add .python-version file and .vscode directoryhippo912019-04-201-1/+1
|
* Finish the split of the numpy brain. Implements all the dunder methods for ↵hippo912019-04-021-0/+70
ndarray