summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release pylint 1.7.5pylint-1.7.5Claudiu Popa2017-12-112-1/+3
* Limit pytest in tox.ini as wellClaudiu Popa2017-12-111-1/+1
* Try to pin the version of pytest since it won't work on 3.3 any longerClaudiu Popa2017-12-111-1/+1
* Add ChangeLog entry for the removal of statClaudiu Popa2017-12-111-0/+2
* Backported `trailing-comma-tuple`Claudiu Popa2017-12-113-28/+57
* Remove module that wasn't actually moved. Close #1565Claudiu Popa2017-12-111-1/+1
* Add Changelog for 1.7.3 and 1.7.4. Close #1689Claudiu Popa2017-10-121-0/+18
* Improve the release docs with cleaning of pyc files and using twine instead o...Claudiu Popa2017-09-301-4/+5
* 1.7.3 to 1.7.4 so we can reupload a damn file to pypipylint-1.7.4Claudiu Popa2017-09-301-1/+1
* Launch 1.7.3pylint-1.7.3Claudiu Popa2017-09-291-1/+1
* Log and crash correctly a child process when an error occurs. Close #1445Claudiu Popa2017-09-291-1/+3
* bad-whitespace checking around dotted type hint (#1430) (#1679)Mateusz Bysiek2017-09-292-0/+3
* Prepare 1.7.2 releasepylint-1.7.2Claudiu Popa2017-06-032-1/+16
* Use unicode for the unsplit ends. Close #1426Claudiu Popa2017-06-031-1/+11
* Prepare 1.7.1pylint-1.7.1Claudiu Popa2017-04-172-2/+4
* Bring back the message enable check and fix the conditionClaudiu Popa2017-04-172-10/+12
* Handle the disallow-trailing-tuple chck more sanely by verifying non-terminat...Claudiu Popa2017-04-173-10/+26
* Add a manual implementation of the edit distance algorithmClaudiu Popa2017-04-152-3/+20
* Exceptions have a different type since astroid 1.5.0, use a visit_exceptionin...Claudiu Popa2017-04-143-0/+22
* Update the release dateClaudiu Popa2017-04-131-1/+1
* Try with the fixed release of astroidpylint-1.7.0Claudiu Popa2017-04-132-3/+3
* Prepare 1.7.0 releaseClaudiu Popa2017-04-133-7/+5
* Fix lintClaudiu Popa2017-04-131-2/+2
* Fix lint warningsClaudiu Popa2017-04-131-10/+10
* We don't emit by default ``no-member`` if we have opaque inference objects in...Claudiu Popa2017-04-138-16/+54
* Don't emit missing-final-newline or trailing-whitespace for formfeeds. (#1283)vinnyrose2017-04-133-5/+44
* Minor formatting issuesClaudiu Popa2017-04-131-5/+10
* Move the keyword rules into a class variableClaudiu Popa2017-04-131-7/+11
* assign-to-new-keyword (#1386)Łukasz Rogalski2017-04-134-0/+73
* Handle keyword-only args annotation variables. Close #1168Claudiu Popa2017-04-123-0/+20
* Handle async block openers for bad-continuation check. Close #1415Claudiu Popa2017-04-123-2/+19
* Fix crash on checking attributes of Unknown object. Closes #1365. (#1382)Derek Gustafson2017-04-062-0/+11
* Remove anomalous-backslash-in-string from pylintrc ignore list (#1404)Łukasz Rogalski2017-04-021-2/+1
* Python 3.6 invalid escape sequence deprecation fixes (#1396)Ville Skyttä2017-04-026-7/+7
* Add tests to prove that exception is no raised after astroid fixes (#1403)Łukasz Rogalski2017-04-022-0/+17
* Spelling fixes (#1397)Ville Skyttä2017-04-0219-30/+30
* FAQ: clarify that Pylint 1.7 is required when Python 3.6 features are used (#...Łukasz Rogalski2017-04-021-1/+3
* Improve documentation (#1401)Łukasz Rogalski2017-04-023-14/+16
* docparams now ignores "optional" specifier on parameter docs (#1391)Ashley Whetter2017-03-312-1/+23
* Allow yield in async function for python3.6. Closes #1372. (#1380)Derek Gustafson2017-03-235-2/+21
* Add regression test. Close #1326Claudiu Popa2017-03-121-0/+12
* Replace getdefaultlocale with getpreferredencoding (#1362)Kári Tristan Helgason2017-03-111-1/+1
* Add test for #1362Claudiu Popa2017-03-112-0/+23
* Split missing+differing docstring param checks (#1344)John Paraskevopoulos2017-03-115-34/+104
* Updating Visual Studio references (#1363)Kraig Brockschmidt2017-03-082-7/+3
* Add ignored_ and unused_ to unused-* inspections (#1357)Nathaniel Manista2017-03-075-4/+17
* Make cyclic import checker respect local disable clauses (#1286)Łukasz Rogalski2017-03-015-16/+46
* Use a lru_cache for unimplemented_abstract_methods and safe_inferMoises Lopez - https://www.vauxoo.com/2017-03-012-0/+7
* typing.Tuple and typing.NamedTuple false positives: add failing testsŁukasz Rogalski2017-03-011-0/+24
* Add note for why we have some messages disabled by default. Close #1352Claudiu Popa2017-03-011-0/+10