summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.6.3pylint-1.6.3Claudiu Popa2016-07-182-2/+2
* Do not crash when calling unpack_infer. Close #998Claudiu Popa2016-07-183-5/+45
* Add basic section for next patch release.Claudiu Popa2016-07-181-0/+7
* No extract_node directly into astroid.pylint-1.6.2Claudiu Popa2016-07-152-2/+2
* Prepare 1.6.2Claudiu Popa2016-07-152-2/+4
* possible_exc_types checks for UninferablesAshley Whetter2016-07-152-1/+15
* More granular versions for deprecated modules.Claudiu Popa2016-07-094-12/+18
* Do not crash when printing the help of options with default regular expressionsClaudiu Popa2016-07-083-1/+14
* Write bytes, instead of strings.Claudiu Popa2016-07-081-2/+2
* Add the header for the features document.Claudiu Popa2016-07-081-0/+2
* Add a Sphinx hook for generating the features file of Pylint's documentationClaudiu Popa2016-07-082-2/+31
* Prepare 1.6.1.pylint-1.6.1Claudiu Popa2016-07-072-1/+9
* Remove unused import.Claudiu Popa2016-07-071-1/+0
* Use environment markers for conditional requirements.Claudiu Popa2016-07-072-5/+5
* Add the new release date to changelog and whatsnew.pylint-1.6.0Claudiu Popa2016-07-072-2/+2
* Remove trailing line.Claudiu Popa2016-07-071-1/+0
* Improve the documentationClaudiu Popa2016-07-072-33/+64
* Add a check_docs file, that registers into docparams, for maintaining backwar...Claudiu Popa2016-07-071-0/+18
* Show only the titles for the What's New entries.Claudiu Popa2016-07-071-2/+2
* Fix lint warnings.Claudiu Popa2016-07-0710-20/+16
* Fixed our docstring lint errorsAshley Whetter2016-07-079-22/+41
* Fixed qualified type detection in sphinx docstringsAshley Whetter2016-07-072-18/+27
* Fixed some comment whitespacingAshley Whetter2016-07-071-6/+6
* Improved docstring matching in check_docs (#927)Ashley Whetter2016-07-072-6/+7
* Rename the extension in tox.ini as well.Claudiu Popa2016-07-071-1/+1
* Document the mccabe extension.Claudiu Popa2016-07-073-2/+55
* Move check_mccabe extension to mccabe.Claudiu Popa2016-07-072-1/+3
* Document the bad-builtin extension.Claudiu Popa2016-07-071-0/+14
* Move check_bad_builtin extension to bad_builtin.Claudiu Popa2016-07-072-2/+2
* Update the What's new entry with the changes from this release.Claudiu Popa2016-07-071-1/+126
* Fix a typo, it was 0.26, not 1.26Claudiu Popa2016-07-071-1/+1
* Fix bad indentation.Claudiu Popa2016-07-061-2/+2
* Deprecate support for --optimize-ast. Part of #975.Claudiu Popa2016-07-063-1/+15
* Deprecate support for --output-files. Part of #975.Claudiu Popa2016-07-063-1/+7
* Use the deprecation message for two deprecated options.Claudiu Popa2016-07-062-4/+5
* Remove the deprecation message from inside the closure and pass it as an argu...Claudiu Popa2016-07-061-4/+3
* Deprecate support for the HTML output. Part of #975.Claudiu Popa2016-07-057-18/+56
* Rework documentationClaudiu Popa2016-07-0313-217/+213
* Switch to nature theme.Claudiu Popa2016-07-031-1/+1
* Add a whatsnew section to pylint's docsClaudiu Popa2016-07-036-80/+350
* Remove section left over from a bad merge.Claudiu Popa2016-07-021-33/+0
* Add date for the release.Claudiu Popa2016-07-021-1/+1
* Simplify the check, in order to lose one level of indentation.Claudiu Popa2016-07-021-11/+13
* Remove useless file.Claudiu Popa2016-07-021-0/+0
* Add documentation for accept-no-raise-doc and accept-no-return-docGlenn Matthews2016-07-021-2/+13
* Fixed check_docs doc error (#735)Glenn Matthews2016-07-023-1/+38
* Rename check_docs to docparams in tox.iniClaudiu Popa2016-07-021-1/+1
* Move the docstring param checker to docparams.py.Claudiu Popa2016-07-025-4/+4
* Rename the docstring parameter checker to something that suggest more clearly...Claudiu Popa2016-07-025-10/+10
* Rename check_docstring to docstyle.Claudiu Popa2016-07-022-14/+14