summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Drop the _static folder and update the release datepylint-2.1.0Claudiu Popa2018-08-012-2/+2
* use sphinx-build instead of rstlintKonstantin Manna2018-08-011-24/+0
* check rst files with rst-linterKonstantin Manna2018-08-011-0/+24
* Remove hanging rst substitutionBryce Guinta2018-08-011-1/+1
* Escape the star in '*args' for rstBryce Guinta2018-08-011-1/+1
* Fix rst python sourcecode directive lexing errorBryce Guinta2018-08-011-4/+4
* Escape quote to fix rst sourcecode directive highlight for bashBryce Guinta2018-08-011-3/+3
* Fix rst section header formattingBryce Guinta2018-08-011-2/+3
* Prefix rst autolabels with filename to prevent collisions from includeBryce Guinta2018-08-012-0/+8
* Add 2.1 whatsnew to toctreeBryce Guinta2018-08-011-0/+1
* Add new check misplaced-format-function. (#2218)Sushobhit2018-07-312-0/+15
* Suppress undefined-variable for self referential class in lamdbas (#2362)Bryce Guinta2018-07-311-0/+2
* Update Spyder links and short description in IDE integration doc (#2361)C.A.M. Gerlach2018-07-301-3/+4
* Correct sentence in FAQ around Python version support (#2346)Adam Parkin2018-07-261-2/+2
* add release changelog for 2.1Claudiu Popa2018-07-241-0/+59
* 2.0 release notes spelling and grammar fixes (#2307)Ville Skyttä2018-07-171-3/+3
* Documentation fixes for the release and add Nick as a contributorClaudiu Popa2018-07-151-43/+54
* Fix incorrect hanging indent detection for with statementsBryce Guinta2018-07-151-0/+2
* Fix false positive unused-variable in lambda default arguments (#2276)Bryce Guinta2018-07-121-0/+2
* Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta2018-07-121-0/+2
* Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta2018-07-031-0/+2
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-021-0/+3
* Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo912018-06-281-0/+3
* Merge branch 'master' into fix_2177Sushobhit2018-06-221-0/+9
|\
| * Add a check `consider-using-set-comprehension` which is emitted if for set in...Claudiu Popa2018-06-201-0/+9
* | Add new checker useless-object-inheritance.ssolanki2018-06-201-0/+12
|/
* Add checker for simplifying chained comparison. Sushobhit2018-06-181-0/+13
* incorporate review comments.ssolanki2018-06-151-3/+4
* Add new check `comparison-with-callable`ssolanki2018-06-151-0/+19
* Generate example pylintrc and man page with /dev/null pylintrcVille Skyttä2018-06-131-2/+2
* Add `--ignore-none` flag to control if pylint should warn about `no-member` w...Claudiu Popa2018-06-091-0/+9
* `assignment-from-no-return` considers methods as well.Claudiu Popa2018-06-061-0/+6
* Support typing.TYPE_CHECKING for *unused-import* errorsClaudiu Popa2018-06-061-0/+5
* Add a requirements file for readthedocsClaudiu Popa2018-06-051-0/+1
* Added basic support for postponed evaluation of function annotations.Claudiu Popa2018-06-051-0/+11
* Install python-docs-theme before building the odocumentationClaudiu Popa2018-06-051-0/+6
* Link to pycqa metaMariatta2018-06-051-1/+1
* Set the title to PyCQA instead of Python.Mariatta Wijaya2018-06-051-0/+2
* Use python-docs-themeMariatta Wijaya2018-06-051-4/+14
* Build the documentation with toxClaudiu Popa2018-06-041-15/+2
* Add note about extension-pkg-whitelist. Close #1962Claudiu Popa2018-06-042-0/+30
* Some more documentation cleanupClaudiu Popa2018-06-043-26/+28
* Update the contributing guideClaudiu Popa2018-06-041-28/+13
* Fixed emitting ``useless-super-delegation`` when changing the default value o...Ashley Whetter2018-06-021-0/+2
* Fixed incorrect line number for line-too-long on comment at end of module (#2...hippo912018-06-021-0/+2
* Completely remove six shims from the codebaseSushobhit2018-05-301-2/+1
* Fix message categories table rendering glitch (#2153)Dmytro Kyrychuk2018-05-301-20/+14
* Implement "consider-using-get"-checker (close #2076) (#2141)Konstantin2018-05-261-0/+15
* Mention the acceptance tests in the release processClaudiu Popa2018-05-261-0/+5
* Don't emit `unused-import` anymore for typing imports used in type comments.Claudiu Popa2018-05-231-0/+9