)]}'
{
  "log": [
    {
      "commit": "de50d81c918ff8aa84ac2d2f2c64a0c42d94f0a3",
      "tree": "5a2ce2447044e9c43e902c98c999519f557a3449",
      "parents": [
        "793f90cdc0cffc3ade6acdc544e315fbd54cbb0b"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Wed May 15 17:31:49 2013 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Wed May 15 18:06:06 2013 +0900"
      },
      "message": "Disable warning about locally disabling pylint warnings\n\nSeveral files have local suppression of pylint warnings.  We don\u0027t\nneed these to be reported; code review should catch any unnecessary\nsuppressions.\n\nChange-Id: Ie71ba3e910714ef3fe44554a71bb62519d0a891d\n"
    },
    {
      "commit": "56f4eea26c703992d0a27fd99b7083593f209677",
      "tree": "a243ae9bde5cdd794eb81ff7498ee36291faf179",
      "parents": [
        "f385d0ca09cf5076d602b6d585c1f06e84b757fe"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Sat May 04 21:40:56 2013 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Sat May 04 21:40:56 2013 +0900"
      },
      "message": "Disable pylint warnings about similar lines in multiple files\n\nWhen running pylint over the entire code base, it reports the\nwarning:\n\n  R0801:  Similar lines in 2 files\n\nfor several pairs of files.\n\nThe code referred to is boilerplate code related to imports and\nerror handling.  It is not practical to change the code to avoid\nthe warnings, so simply disable them in the config.\n\nChange-Id: Ie685fdf1cab60fb8f1503be560166a14058698d8\n"
    },
    {
      "commit": "f385d0ca09cf5076d602b6d585c1f06e84b757fe",
      "tree": "aef8aa8cd2b18dda2e608130d7340db47c234241",
      "parents": [
        "a8864fba9fd21f412cd0e2c6e072deeb204049bb"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Fri May 03 22:01:41 2013 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Fri May 03 22:10:26 2013 +0900"
      },
      "message": "Disable warnings related to imports in pylint config\n\nThere are several modules that have imports to support various\nversions of Python.  Pylint reports the following errors when\nrun in a version of Python that does not have the module or the\nmethod/class in the module.\n\n  F0401: Unable to import \u0027module\u0027\n  E0611: No name \u0027name\u0027 in module \u0027module\u0027\n\nDisable these warnings to reduce the noise on the output.\n\nChange-Id: I97e7e2698bccb1e501a45a0869f97f90d54adfb7\n"
    },
    {
      "commit": "8f62fb7bd305337994bced7d23b347d0d39f5faf",
      "tree": "7a00915a4e6138fe2c12d6f8d181b623df8962a2",
      "parents": [
        "c1b86a232383748811c6faf17f364e63e10f7dd4"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Wed Nov 14 12:09:38 2012 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Wed Nov 14 12:09:38 2012 +0900"
      },
      "message": "Tidy up code formatting a bit more\n\nEnable the following Pylint warnings:\n\n  C0322: Operator not preceded by a space\n  C0323: Operator not followed by a space\n  C0324: Comma not followed by a space\n\nAnd make the necessary fixes.\n\nChange-Id: I74d74283ad5138cbaf28d492b18614eb355ff9fe\n"
    },
    {
      "commit": "c1b86a232383748811c6faf17f364e63e10f7dd4",
      "tree": "8f28c8e8a922ffd4165f48a1988500070936bd39",
      "parents": [
        "98ffba1401056e2d88d3f3898b6fbf5d7d3931a4"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Wed Nov 14 11:36:51 2012 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Wed Nov 14 11:38:57 2012 +0900"
      },
      "message": "Fix inconsistent indentation\n\nThe repo coding style is to indent at 2 characters, but there are\nmany places where this is not followed.\n\nEnable pylint warning \"W0311: Bad indentation\" and make sure all\nindentation is at multiples of 2 characters.\n\nChange-Id: I68f0f64470789ce2429ab11104d15d380a63e6a8\n"
    },
    {
      "commit": "4f7bdea9d24c4eb52f83ada2b67b88ad67cb57a7",
      "tree": "49c93020cd026d13f43325b43d13266542cdc5a1",
      "parents": [
        "69998b0c6ff724bf620480140ccce648fec7d6a9"
      ],
      "author": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Mon Oct 22 12:50:15 2012 +0900"
      },
      "committer": {
        "name": "David Pursehouse",
        "email": "david.pursehouse@sonymobile.com",
        "time": "Wed Oct 24 10:18:13 2012 +0900"
      },
      "message": "Add pylint configuration and instructions\n\npylint configuration file (.pylintrc) is added, and submission\ninstructions are updated to include pylint usage steps.\n\nDeprecated pylint suppression (`disable-msg`) is updated in a few\nmodules to make it work properly with the latest version (0.26).\n\nChange-Id: I4ec2ef318e23557a374ecdbf40fe12645766830c\n"
    }
  ]
}
