summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-1/+1
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-4/+4
* "Message emitted" improvements caused issuesStavros Ntentos2023-02-221-1/+1
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* [subprocess-run-check] Add the proper confidencePierre Sassoulas2023-01-231-1/+2
* [subprocess-run-check] Better rationale and messagePierre Sassoulas2023-01-231-4/+5
* Fixes ``method-cache-max-size-none`` false positive (#7908)Dani Alcala2022-12-091-3/+7
* Improve bad-threading-instantiation check (#7617)Dani Alcala2022-11-151-3/+9
* @singledispatch and @singledispatchmethod checks for methods and functions (#...Ramon Saraiva2022-10-311-1/+50
* Add additional stdlib deprecations (#7664)Jacob Walls2022-10-231-1/+9
* Add typing to ``stdlib`` checker (#7192)Daniël van Noord2022-07-151-27/+41
* Add whitespace/punctuation to some message descriptions (#7009)Julthep Nandakwang2022-06-231-5/+5
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-2/+6
* Remove duplicate message definitionsDaniël van Noord2022-05-051-22/+1
* Create a generic ``_check_open_call`` functionDaniël van Noord2022-05-041-32/+23
* Add python 3.11 deprecations from stdlib (#6453)Jacob Walls2022-04-251-0/+18
* [typing] Add typing to existing function in stdlib checkerPierre Sassoulas2022-04-221-1/+1
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-6/+6
* Fix crash when open is called with an integer mode (#6415)Pierre Sassoulas2022-04-211-1/+1
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+0
* Rename ``cache-max-size-none`` and check ``functools.cache`` (#6182)Daniël van Noord2022-04-191-14/+23
* Fix enabling `deprecated-module` after `disable=all` (#6360)Jacob Walls2022-04-181-19/+3
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-12/+12
* Update broken and redirected links across the projectDaniël van Noord2022-04-131-1/+1
* Make ``linter`` non-optional for ``BaseChecker`` (#6188)Daniël van Noord2022-04-111-1/+1
* Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-051-13/+15
* Add bad-open-mode and unspecified-encoding documentation (#5954)Daniël van Noord2022-03-241-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-34/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-3/+1
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-111-9/+11
* Add `distutils` to deprecated modules (#5864)Jacob Walls2022-03-081-0/+7
* Add stdlib xml.etree.cElementTree to deprecated modules (#5863)Jacob Walls2022-03-061-0/+1
* Make ``lru-cache-decorating-method`` look for ``maxsize`` argument (#5791)Daniël van Noord2022-02-141-6/+18
* Improved `bad-open-mode` message when providing ``None`` to the ``mode`` argu...Jacob Walls2022-01-291-1/+5
* Create separate documentation page for each message (#5396)Daniël van Noord2022-01-281-4/+4
* Fix crash when providing None to mode arg of open() (#5732)Jacob Walls2022-01-271-1/+1
* Fix false positive ``super-init-not-called`` for inherited ``init`` (#5698)Daniël van Noord2022-01-241-3/+1
* Add ``lru-cache-decorating-method`` checker (#5674)Daniël van Noord2022-01-141-1/+42
* Fix #5638: Allow for encoding to be supplied as a positional argument (#5641)Jacob Walls2022-01-061-5/+14
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-5/+6
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-1/+1
* Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332)Daniël van Noord2021-11-201-1/+6
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-261-2/+2
* Fix ``unspecified-encoding`` for ``Path.read_text()``Daniël van Noord2021-09-171-3/+8
* Fix ``unspecified-encoding`` for `Path()`Daniël van Noord2021-09-161-3/+10
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-1/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-7/+11
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-011-3/+3