summaryrefslogtreecommitdiff
path: root/pylint/lint/parallel.py
Commit message (Expand)AuthorAgeFilesLines
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+2
* Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)Daniël van Noord2022-05-091-0/+1
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+1
* Deprecate ``MapReduceMixin`` and implements its methods in ``BaseChecker`` (#...Daniël van Noord2022-04-191-9/+6
* Add two temporary mypy disables to parallel.pyDaniël van Noord2022-04-191-2/+2
* Remove unnecessary insertion of stats on checkersDaniël van Noord2022-04-181-5/+0
* Add typing to ``pylint/lint/parallel.py`` (#6377)Daniël van Noord2022-04-181-10/+17
* Make ``Message`` a ``dataclass`` (#6381)Daniël van Noord2022-04-181-18/+10
* Add some manual typing changes (#6325)Daniël van Noord2022-04-141-2/+3
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Use ``python-typing-update`` on ``pylint/lint`` directoryDaniël van Noord2022-04-141-15/+8
* Close and join pools correctly in ``parallel.py``Daniël van Noord2022-04-011-0/+3
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Add ``DeprecationWarning`` for non-string ``current_name`` & ``file`` (#5580)Daniël van Noord2022-01-271-0/+9
* Use ``with`` statement in ``parallel.py`` (#5612)Daniël van Noord2021-12-301-7/+3
* Use ``dill`` to pickle when run in parallel mode (#5609)Daniël van Noord2021-12-301-15/+34
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-2/+2
* Make parallel checker use ``MessageLocationTuple`` for ``Message`` (#5381)Daniël van Noord2021-11-241-2/+4
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-2/+2
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-2/+4
* Move ``merge_stats`` to ``checkerstats.py``Daniël van Noord2021-10-011-25/+4
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-9/+11
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-6/+11
* Similar check: Passe min_lines to recombined.Julien Palard2021-07-281-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-1/+3
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-021-9/+46
* lint multiprocessing pool shutdownmanderj2020-10-301-7/+11
* check_parallel| Fixes module-hiding by function via file-renameFrank Harrison2020-10-191-0/+125