summaryrefslogtreecommitdiff
path: root/checkers/stdlib.py
Commit message (Collapse)AuthorAgeFilesLines
* Set the maxversion to 3.5 for boolean-datetime.cpopa2014-08-191-1/+2
|
* Add a new warning, 'boolean-datetime', emitted when an instance of ↵cpopa2014-08-191-0/+37
| | | | 'datetime.time' is used in a boolean context. Closes issue #239.
* linting pylintSylvain Th?nault2014-07-251-3/+4
|
* Only emit symbolic warnings from the stdlib checker.Torsten Marek2014-04-101-2/+2
|
* Updated FSF address.Arun Persaud2014-02-231-1/+1
|
* various pylint fixesSylvain Th?nault2013-12-221-1/+1
|
* some pylint and style fixesSylvain Th?nault2013-07-311-1/+1
|
* fix regression introduced by 7eef8a7185ba: open mode no more checked with ↵Sylvain Th?nault2013-07-171-3/+3
| | | | python2
* Fix checking open() modes on python3Julien Cristau2013-07-171-4/+11
| | | | open.__module__ is io, not __builtins__.
* Add bad-open-mode warning for invalid open modes specified on open/file calls.Torsten Marek2013-06-191-0/+62