summaryrefslogtreecommitdiff
path: root/checkers/stdlib.py
Commit message (Expand)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 '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