summaryrefslogtreecommitdiff
path: root/checkers/stdlib.py
Commit message (Expand)AuthorAgeFilesLines
* Improve testsredundant-assertVlad Temian2014-11-221-4/+4
* Fix code style and naming convention issues after reviewVlad Temian2014-11-221-7/+10
* Added check for redundant assert in unittestVlad Temian2014-11-221-6/+21
* Rename OpenModeChecker to StdlibChecker.Claudiu Popa2014-11-151-3/+3
* 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 'datetime....cpopa2014-08-191-0/+37
* 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 pyt...Sylvain Th?nault2013-07-171-3/+3
* Fix checking open() modes on python3Julien Cristau2013-07-171-4/+11
* Add bad-open-mode warning for invalid open modes specified on open/file calls.Torsten Marek2013-06-191-0/+62