summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_multiprocessing.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
|
* Add Lock to multiprocessing (#1976)Dani Alcala2023-01-311-0/+1
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-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>
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+1
|
* 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
* Catch the StopIteration that result from PEP-479 or add default value in ↵Pierre Sassoulas2021-06-301-1/+1
| | | | | | | | | ``next`` (#1081) * Catch the StopIteration that result from PEP-479 StopIteration exceptions raised directly or indirectly in coroutines and generators are transformed into RuntimeError exceptions for python 3.7+.
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-3/+5
|
* 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-9/+11
|
* Move 'register_module_extender' in astroid.brain where it's usedPierre Sassoulas2021-06-191-4/+3
|
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-2/+2
|
* Add autoflake except where it would break the codePierre Sassoulas2021-04-191-1/+0
|
* 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-0/+2
|
* Remove six from astroidDavid Gilman2020-12-301-3/+2
|
* New copyright noticeshippo912020-12-271-1/+1
|
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
|
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-7/+1
|
* Initial formatting of astroidClaudiu Popa2018-10-021-13/+21
|
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+2
|
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
|
* Split brain_stdlib into multiple modules and finally kill it.Claudiu Popa2016-05-311-0/+102