summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.0.rst
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the checks and add the necessary boilerplateClaudiu Popa2018-03-271-0/+6
* Add check for swapping variables with tuples(#1922) (#1929)Konstantin2018-03-161-2/+22
* Fix indentationClaudiu Popa2018-03-161-2/+1
* Suppress false-positive not-callable messages from class descriptors (#1911)Bryce Guinta2018-03-161-0/+3
* Add a new checker against using numeric ids instead of symbolic idshippo912018-03-051-0/+4
* Fix false positive undefined-variable for lambda arguments in classesBryce Guinta2018-03-021-0/+3
* Add of ChangeLog and whatsnew entrieshippo912018-01-281-0/+3
* Add new checker useless-returnMr. Senko2018-01-251-1/+2
* Add of ChangeLog and whatsnew entrieshippo912018-01-231-0/+3
* Merge branch 'master' into bug_1771hippo912018-01-041-1/+9
|\
| * Merge branch 'master' into bug_1731hippo912018-01-041-0/+31
| |\
| | * Detect mangled attribute names when emitting no-memberhippo912018-01-031-1/+4
| | * While loop are considered return ended for check of ``inconsistent-return-sta...hippo912018-01-011-0/+3
* | | Merge branch 'master' into bug_1771hippo912017-12-281-0/+3
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into bug_1770hippo912017-12-281-1/+3
| |\ \
| * | | Add of ChangeLog and whatsnew entries for 2.0 versionhippo912017-12-161-0/+21
| | |/ | |/|
* | | Merge branch 'master' into bug_1771hippo912017-12-281-1/+3
|\ \ \ | | |/ | |/|
| * | Add document for 2.0Claudiu Popa2017-12-241-0/+20
| |/
* | Add ChangeLog and whatsnew entrieshippo912017-12-171-0/+20
|/
* 2.0 is now 1.7.0. We will release 2.0 a bit later, sorry for this.Claudiu Popa2017-03-011-931/+0
* Understand starred expression used in string formatting RHS tuple (#1299)Łukasz Rogalski2017-02-191-0/+10
* Wrap __all__ in docs with proper markdownŁukasz Rogalski2017-02-141-1/+1
* Add flag to allow wildcard imports if module defines __all__Łukasz Rogalski2017-02-141-0/+3
* Add single-line-class-stmt optionŁukasz Rogalski2017-01-281-0/+9
* Added a new error, 'used-prior-global-declaration'.Claudiu Popa2017-01-281-0/+4
* Add change log entries, fix style issuesŁukasz Rogalski2017-01-031-0/+4
* Document missing changes in 2.0Claudiu Popa2016-12-311-0/+66
* Fix the markupClaudiu Popa2016-12-311-14/+22
* Add new extension for detecting integer comparisons against zero (#1243)Alexander Todorov2016-12-311-0/+34
* Add new extension for comparison against empty string constants (#1183)Alexander Todorov2016-12-291-0/+34
* 'trailing-comma-tuple' check was addedClaudiu Popa2016-12-181-0/+19
* New refactoring checker: consider-using-ternary (#1210)Łukasz Rogalski2016-12-181-0/+14
* Add missing What's new entry.Claudiu Popa2016-12-141-0/+2
* Add a new option for finding unused global variables.Łukasz Rogalski2016-12-131-0/+5
* Add a Python 3 checker for finding deprecated calls to `str.translate`. (#1188)Roy Williams2016-12-051-0/+31
* Rename the check to no-else-return.Claudiu Popa2016-12-041-0/+21
* Add a new check, superflous-else-returnMoisés López2016-12-041-0/+1
* Don't emit unused-argument and function-redefined for singledispatch implemen...Łukasz Rogalski2016-12-041-0/+18
* Add Python 3 checker for accessing deprecated functions on the `string` modul...Roy Williams2016-12-021-0/+14
* Add a Python 3 Checker to find invalid imports in Python 3 (#1182)Roy Williams2016-11-301-0/+29
* Add new checker len-as-condition (#1154)Alexander Todorov2016-11-291-0/+36
* Add a Python 3 warning about accessing sys.maxint (#1180)Roy Williams2016-11-291-0/+16
* Add what's new entry for single-string-used-for-slots.Claudiu Popa2016-11-241-0/+7
* Add a Python 3 checker for calls to `encode` or `decode` with non-text codecs...Roy Williams2016-11-231-0/+17
* Fix the errors emitted by Sphinx by fixing the layout of the text.Claudiu Popa2016-10-311-18/+19
* Add What's New entry about overlapping-except.Claudiu Popa2016-10-311-0/+16
* Add a checker for accessing `Exception.message` in Python 2. (#1147)Roy Williams2016-10-311-0/+21
* Issue a warning on methods implementing `__rdiv__` as well.Roy Williams2016-10-221-5/+5
* Add a warning when declaring `__div__` or `__idiv__` in Python 2. (#1121)Roy Williams2016-10-051-0/+19
* Added documentationRoy Williams2016-09-261-0/+59