summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable another warning.bare_exceptcpopa2014-06-271-1/+1
* Fix test failures on Python 2.cpopa2014-06-271-1/+1
* Issue broad-except and bare-except even if the number of except handlers is d...cpopa2014-06-277-7/+21
* Merged in PCManticore/pylint/format (pull request #59)Claudiu Popa2014-06-260-0/+0
|\
* | Reorder a check for better coherence, fix a couple of docstrings.cpopa2014-06-261-9/+8
* | Separate the good cases from the bad cases, improve the messages.cpopa2014-06-263-65/+75
* | No need for a deque here.cpopa2014-06-231-8/+3
* | Merge with default.cpopa2014-06-239-5/+30
|\ \ | |/
| * Don't warn with 'bad-format-character' when encountering the 'a' format on Py...cpopa2014-06-167-3/+25
| * Skip uninferable nodes when looking for bad exception contextscpopa2014-06-152-2/+5
* | Skip nodes with starargs or kwargs for now.cpopa2014-06-162-1/+8
* | Filter out non-const nodes.cpopa2014-06-152-0/+3
* | Fix a potential crash for accessors like "{0.missing}".cpopa2014-06-153-2/+4
* | Filter YES arguments.cpopa2014-06-153-24/+26
* | Move the filtering of YES nodes at the beginning of while block.cpopa2014-06-141-2/+3
* | Skip YES arguments, add a few test cases.cpopa2014-06-133-22/+31
* | Fix expected output.cpopa2014-06-081-11/+11
* | Change message ids.cpopa2014-06-081-6/+6
* | Add changelog entry and improve the tests.cpopa2014-06-083-1/+8
* | Small fixes.cpopa2014-06-081-46/+41
* | Make sure that split_format_field_names always returns ints instead of longs ...cpopa2014-06-081-1/+11
* | Add support for checking attribute and key lookups in string formatting. Impr...cpopa2014-06-083-45/+198
* | Drop Python 2.6 support, other minor fixes.cpopa2014-06-073-32/+33
* | Merge with default.cpopa2014-06-074-12/+180
|\ \ | |/ |/|
| * merge with defaultcpopa2013-12-1957-622/+1429
| |\
| * | Hopefully merge fix.cpopa2013-12-191-2/+0
| * | Partial merge with default.cpopa2013-12-191-0/+2
| * | Various changes to format checker.cpopa2013-10-032-42/+47
| * | Proper handling of manual field specifiers.cpopa2013-09-251-4/+6
| * | Add new string format checks.cpopa2013-09-251-0/+26
| * | Add tests for Python 3 string format checker.cpopa2013-09-232-0/+29
| * | Bug fix.cpopa2013-09-221-1/+1
| * | Update Changelog.cpopa2013-09-221-0/+2
| * | Add basic checks for Python 3 format strings.cpopa2013-09-222-12/+118
* | | Don't crash when sorting visible objects other than function nodes. Closes is...cpopa2014-05-271-2/+5
* | | Document the fact that Pylint does not import modules. Closes issue #249.cpopa2014-05-201-3/+5
* | | Fix spelling errorSteven Myint2014-05-081-1/+1
* | | Merged in PCManticore/pylint/issue234 (pull request #112)Claudiu Popa2014-05-052-1/+18
|\ \ \
| * | | Fix a potential AttributeError when checking for constructor arguments.cpopa2014-05-052-1/+18
|/ / /
* | | Fix unused-import false positive with Python 3 metaclasses. Closes issue #143.cpopa2014-05-024-0/+45
* | | Make sure the script used in testing is installed, otherwise the tox tests fail.Torsten Marek2014-04-301-0/+2
* | | missing test fileSylvain Th?nault2014-04-301-0/+2
* | | 1.2.1Sylvain Th?nault2014-04-303-2/+9
* | | fix explicit check of python script. Closes #219Sylvain Th?nault2014-04-294-4/+17
* | | Merged in living180/pylint/fix_rcfile_init_hook (pull request #109)Sylvain Th?nault2014-04-302-2/+9
|\ \ \
| * | | Update ChangeLog for init-hook fix.Daniel Harding2014-04-301-0/+3
| * | | Fix running init-hook provided by configuration file.Daniel Harding2014-04-291-2/+6
|/ / /
* | | Make the func_unicode_literal test pass on Python < 2.7.4, which does not tok...Torsten Marek2014-04-284-1/+1
* | | Do not warn about \u escapes in string literals when Unicode literalsTorsten Marek2014-04-184-3/+17
* | | Use Module.future_imports for detecting if print is a builtin.Torsten Marek2014-04-251-4/+2