summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge with defaultpython_6Brett Cannon2014-08-2928-135/+166
|\
| * Deal with a merge conflictBrett Cannon2014-08-291-1/+1
| * Add a ChangeLog entry about portingBrett Cannon2014-08-291-0/+3
| * Make sure tox.ini uses versions that drone.io supportsBrett Cannon2014-08-291-1/+1
| * Test against the latest releasesBrett Cannon2014-08-291-1/+0
| * Change basestring to six.string_typesBrett Cannon2014-08-294-6/+12
| * Fix a incorrect use of sys.maxint by using sys.maxsizeBrett Cannon2014-08-291-1/+1
| * Wrap dict.items() et. al. in list()Brett Cannon2014-08-294-9/+10
| * Don't use cStringIOBrett Cannon2014-08-291-2/+3
| * Don't use itertools.izipBrett Cannon2014-08-291-2/+3
| * Don't call unicode() directlyBrett Cannon2014-08-292-2/+4
| * Use absolute importsBrett Cannon2014-08-291-1/+1
| * Fix a missed print statementBrett Cannon2014-08-291-1/+2
| * Also modernize pyreverseBrett Cannon2014-08-293-4/+6
| * Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-2923-109/+124
* | Merged in brettsky/pylint/tox_test_control (pull request #174)Claudiu Popa2014-08-291-1/+1
|\ \ | |/ |/|
| * Allow specifying test module names for toxtox_test_controlBrett Cannon2014-08-291-1/+1
|/
* Fix a false positive with 'too-many-format-args', when the format string cont...cpopa2014-08-274-8/+16
* Generate html output for missing files. Closes issue #320.cpopa2014-08-253-1/+17
* Move fix code into a separate private function, _fix_dot_import.cpopa2014-08-241-30/+33
* Rename test files.cpopa2014-08-232-1/+1
* Merged logilab/pylint into defaultClaudiu Popa2014-08-234-1/+23
|\
| * Avoid old-style-class for Python 2.cpopa2014-08-231-1/+1
| * Fix a crash which ocurred while checking for 'method-hidden', when the parent...cpopa2014-08-234-1/+23
* | Notes (TODO, XXX etc) are now searched for using a simple `in` before resorti...carl2014-08-211-0/+11
|/
* Set the maxversion to 3.5 for boolean-datetime.cpopa2014-08-191-1/+2
* Ignore superfluous-parens.cpopa2014-08-191-1/+1
* Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime....cpopa2014-08-194-0/+78
* Cleanup the API, by providing a new report_order method to ReportsHandlerMixI...cpopa2014-08-192-17/+19
* Fix print statement.Torsten Marek2014-08-181-1/+1
* Some work on making pylint work on Python 3 without 2to3.Torsten Marek2014-08-165-50/+46
* Implement confidence levels.Torsten Marek2014-07-2432-153/+276
* Expected output files for the new test framework are now CSV files.Torsten Marek2014-08-1619-138/+185
* Extend the reporter interface with a method that takes a message object, for ...Torsten Marek2014-08-167-24/+26
* Move definition of Message class out of reporters module, and make it a named...Torsten Marek2014-08-166-38/+47
* Change the multi-style name checker from first-style-wins to majority-style-w...Torsten Marek2014-07-243-20/+49
* Add the current reporter only if it was removed.cpopa2014-08-181-1/+2
* Order of reporting is consistent.cpopa2014-08-182-1/+18
* Check if the instance inherits from a standard exception before unproxying.cpopa2014-08-181-1/+1
* Unproxy the infered instances.cpopa2014-08-181-0/+2
* Backout changeset.cpopa2014-08-181-1/+0
* Backout changeset.cpopa2014-08-181-1/+1
* Backed out changeset ff26eefc7e0ccpopa2014-08-181-1/+1
* Debug.cpopa2014-08-181-1/+1
* Uh, drone.io.cpopa2014-08-181-1/+1
* Add debug code for drone.io.cpopa2014-08-181-0/+1
* Add debug code for drone.io.cpopa2014-08-181-0/+1
* Emit 'catching-non-exception' for non-class nodes. Closes issue #303.cpopa2014-08-184-6/+80
* Revert change from 3b748b4: emit old-style-classes only for classes without b...cpopa2014-08-183-10/+10
* Fix test failures.cpopa2014-08-174-4/+5