summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add test case for #2667Claudiu Popa2019-01-212-0/+9
* Add test that a recursion error does not happen any longer. Close #2683Claudiu Popa2019-01-202-0/+13
* Add changelog entry for the fixme changes.Claudiu Popa2019-01-201-0/+4
* Remove extraneous comment?Claudiu Popa2019-01-201-1/+0
* Make the list a generator and continue when there is an error in the fixme lo...Claudiu Popa2019-01-201-4/+4
* Fixme should be triggered only in commentsRogalski, Lukasz2019-01-202-110/+81
* Use an explicit dev prefix otherwise it will generate a post by defaultClaudiu Popa2019-01-201-1/+1
* Prepare a dev releaseClaudiu Popa2019-01-201-1/+1
* remove entire _patch_submodulesNicolas Dickreuter2019-01-201-16/+1
* remove popping for all versionsNicolas Dickreuter2019-01-202-6/+2
* avoid popping __main__ for python version >= 3.3Nicolas Dickreuter2019-01-203-1/+7
* Add test that a recursion error does not happen. Close PyCQA/astroid#623Claudiu Popa2019-01-182-0/+10
* Add test that a recursion error does not happen any longer. Close #2463Claudiu Popa2019-01-172-0/+9
* Bring infer_name_module() from astroid right hereClaudiu Popa2019-01-131-1/+8
* Fixed a false positive for ``unused-variable`` and ``nonlocal`` assignmentsClaudiu Popa2019-01-133-1/+20
* Expose/export BaseTokenChecker in __all__ as well?Bruno P. Kinoshita2019-01-071-1/+1
* Support optional ~ or ! prefix for docstring typesJim Robertson2018-12-283-11/+63
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-281-1/+1
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-284-14/+226
* Generalize `chained-comparison` (#2655)Justin Li2018-12-215-52/+87
* Adjust the docstring a bitClaudiu Popa2018-12-201-3/+5
* Added load_configuration() hook for pluginsMatus Valo2018-12-206-0/+111
* Refactor - Rename _messages to _messages_definitionsPierre Sassoulas2018-12-181-7/+7
* Refactor - Made the error message predictablePierre Sassoulas2018-12-182-3/+7
* Refactor - get_messages -> get_messages_from_checkerPierre Sassoulas2018-12-184-10/+10
* Refactor - Consistent function and variable namePierre Sassoulas2018-12-183-47/+53
* Refactor - get_message_definition returning a listPierre Sassoulas2018-12-183-41/+67
* Exempt starred unpacking from ``*-not-iterating`` Python 3 checksClaudiu Popa2018-12-183-0/+13
* Make ``compare-to-zero`` less zealous by checking against equality and identityClaudiu Popa2018-12-144-9/+11
* Fix extraneous changelog entryClaudiu Popa2018-12-141-2/+0
* Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.Claudiu Popa2018-12-143-0/+14
* Fix docs to work with astroide>2.x (#2646)Sardorbek Imomaliev2018-12-143-3/+7
* ``no-member`` is emitted for enums when they lack a memberClaudiu Popa2018-12-114-4/+34
* Add ``no-else-raise`` warning (R1720) (#2636)Jim Robertson2018-12-115-10/+157
* Fix false positive Non-iterable value with async comprehensions (#2638)Pablo Galindo2018-12-113-3/+19
* Fix zip-builtin-not-iterating false positive with OrderedDict (#2634)sbagan2018-12-103-0/+4
* Fix incorrect generation of ``no-else-raise`` warnings (R1705) (#2618)Jim Robertson2018-12-077-25/+62
* Fix false positive with `not-async-context-manager` caused by not understandi...Claudiu Popa2018-12-065-9/+35
* Remove unused imports from checkers/utils.py, including the missing typing.Ty...Claudiu Popa2018-12-042-15/+3
* Fix error caused by the new checkClaudiu Popa2018-11-301-1/+1
* Document the use of --recreate for tox. Close #2590Claudiu Popa2018-11-291-0/+8
* Added ``wrong-exception-operation``Claudiu Popa2018-11-294-1/+57
* Master is now 2.3.0Claudiu Popa2018-11-281-1/+1
* Refactor ``bad-reversed-sequence`` to account for more objects that can defin...Claudiu Popa2018-11-283-2/+32
* Prepare 2.2.2pylint-2.2.2Claudiu Popa2018-11-281-1/+1
* Fix the documentationClaudiu Popa2018-11-281-2/+2
* Revert "Replace StopIterationCalls in ForwardSlashChunker with returns."Claudiu Popa2018-11-281-5/+5
* Replace StopIterationCalls in ForwardSlashChunker with returns.Claudiu Popa2018-11-281-5/+5
* Change the ``logging-format-style`` to use name identifier instead of their c...Claudiu Popa2018-11-284-7/+36
* Set _module_pkg on init as well, not just on open. Close #2613Claudiu Popa2018-11-271-0/+1