<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>3b606a5aae03b6b7e788391077364bb5d3690674</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/59cb9eacb434c11782e62c148586f7f8aaaf151a</url>
    <id>59cb9eacb434c11782e62c148586f7f8aaaf151a</id>
    <committed-date>2009-12-28T20:10:03-08:00</committed-date>
    <authored-date>2009-12-28T20:10:03-08:00</authored-date>
    <message>Fix files without a trailing newline and a comment on the last line.

Thanks olethanh (http://github.com/kevinw/pyflakes-vim/issues#issue/8)</message>
    <tree>27f07382e237e938de90fc8b94a895614819a6d0</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f12c0881f83964e35b2d3ad2299d111cec53dd9f</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/3b606a5aae03b6b7e788391077364bb5d3690674</url>
    <id>3b606a5aae03b6b7e788391077364bb5d3690674</id>
    <committed-date>2009-12-28T20:06:49-08:00</committed-date>
    <authored-date>2009-12-28T20:06:49-08:00</authored-date>
    <message>fixed bug: error when opening a file with cp936 encoding (a normal file in Chinese Windows os) in utf-8 envirement(Linux os).

thanks tocer</message>
    <tree>ea33adcd1260ce6cace950cb74870dbae3c9917d</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>74281b448015942a203502572050f256d21d5d67</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/f12c0881f83964e35b2d3ad2299d111cec53dd9f</url>
    <id>f12c0881f83964e35b2d3ad2299d111cec53dd9f</id>
    <committed-date>2009-10-13T06:14:21-07:00</committed-date>
    <authored-date>2009-10-13T06:14:21-07:00</authored-date>
    <message>Fixes http://github.com/kevinw/pyflakes/issues#issue/1

Apparently CursorMoved can get called early, before RunPyflakes has run. If this happens, just return.

Thanks EnTeQuAk.</message>
    <tree>f58de010610284421cf2a78761de7263bdd269cb</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>083bc2e65649a9cf10a7c1bcd22151a4083ddeb7</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/74281b448015942a203502572050f256d21d5d67</url>
    <id>74281b448015942a203502572050f256d21d5d67</id>
    <committed-date>2009-08-10T08:18:35-07:00</committed-date>
    <authored-date>2009-08-10T08:18:35-07:00</authored-date>
    <message>Change the installation instructions at the top of the file to install to ftplugin/python.</message>
    <tree>beaec3059dfce4ffc638a242d947bf31d6d24caa</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>10dccd13a6a97dbf3b6fcadd4971fbcd5cd5b3ac</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/083bc2e65649a9cf10a7c1bcd22151a4083ddeb7</url>
    <id>083bc2e65649a9cf10a7c1bcd22151a4083ddeb7</id>
    <committed-date>2009-08-10T08:15:49-07:00</committed-date>
    <authored-date>2009-08-10T08:15:49-07:00</authored-date>
    <message>Highlight the whole line for SyntaxErrors.</message>
    <tree>35e8cc4b686658b8d330f92ccbb4ccc5fef7796a</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b8f2f366b1322a5ffefede30ddb3339102d2f28c</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/10dccd13a6a97dbf3b6fcadd4971fbcd5cd5b3ac</url>
    <id>10dccd13a6a97dbf3b6fcadd4971fbcd5cd5b3ac</id>
    <committed-date>2009-07-08T12:38:28-07:00</committed-date>
    <authored-date>2009-07-08T12:36:21-07:00</authored-date>
    <message>README: Link back to the vim.org page.</message>
    <tree>aee2d93da9cb064c0dfcb0cf554251c24bde50a9</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18bb52e3b126762f221a87101639ba5af91f141c</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/b8f2f366b1322a5ffefede30ddb3339102d2f28c</url>
    <id>b8f2f366b1322a5ffefede30ddb3339102d2f28c</id>
    <committed-date>2009-07-08T12:22:34-07:00</committed-date>
    <authored-date>2009-07-08T12:18:59-07:00</authored-date>
    <message>Ignore stderr during ast.parse, since it will otherwise show as VIM error messages. Thanks Denis Bilenko.

Eventually we should parse some of the warnings. For example:

  foo.py:33: Warning: 'as' will become a reserved keyword in Python 2.6

This could become a visible warning.</message>
    <tree>aad8f64e0a701f844bd7a2d55c012ae32d550ccb</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ec1fbbce32876e315b370409ca55c97d232d125</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/18bb52e3b126762f221a87101639ba5af91f141c</url>
    <id>18bb52e3b126762f221a87101639ba5af91f141c</id>
    <committed-date>2009-05-06T09:41:20-07:00</committed-date>
    <authored-date>2009-05-06T09:41:20-07:00</authored-date>
    <message>Add makerelease.py for building the release bundle.</message>
    <tree>bc8ae7ddc0fde9d6a4b033b0a0e135d58f66dccc</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c00965d2d2c01fd093073528ab9961f321e8da4</id>
      </parent>
    </parents>
    <author>
      <name>Maximilian Nickel</name>
      <email>max@inmachina.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/6ec1fbbce32876e315b370409ca55c97d232d125</url>
    <id>6ec1fbbce32876e315b370409ca55c97d232d125</id>
    <committed-date>2009-05-03T17:43:27-07:00</committed-date>
    <authored-date>2009-05-03T17:31:28-07:00</authored-date>
    <message>* restrict mappings to local buffer

Signed-off-by: Kevin Watters &lt;kevinwatters@gmail.com&gt;</message>
    <tree>aa0ccee3c85a965484b9f6b737ffa6fb9e144853</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>366c9a9db5c7409b92b80c44ce5009f0b5fb156d</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/8c00965d2d2c01fd093073528ab9961f321e8da4</url>
    <id>8c00965d2d2c01fd093073528ab9961f321e8da4</id>
    <committed-date>2009-04-22T06:50:12-07:00</committed-date>
    <authored-date>2009-04-22T06:50:12-07:00</authored-date>
    <message>Testing VIM git plugin</message>
    <tree>2dda6e170d95c0002b9fdf19caba401e9da823b9</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4cb9463e2fb8970bd834f06838d9cdfbc2b1c1e0</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/366c9a9db5c7409b92b80c44ce5009f0b5fb156d</url>
    <id>366c9a9db5c7409b92b80c44ce5009f0b5fb156d</id>
    <committed-date>2009-04-22T06:47:59-07:00</committed-date>
    <authored-date>2009-04-22T06:47:59-07:00</authored-date>
    <message>REST syntax fix</message>
    <tree>e6daff846e1e67a1b0ad2546d16a8ded3882e68b</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>48ec2387b843114e43f1e67de7b01b7f65d97c7d</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/4cb9463e2fb8970bd834f06838d9cdfbc2b1c1e0</url>
    <id>4cb9463e2fb8970bd834f06838d9cdfbc2b1c1e0</id>
    <committed-date>2009-04-22T06:46:16-07:00</committed-date>
    <authored-date>2009-04-22T06:46:16-07:00</authored-date>
    <message>Add a link to the vim.org script page in the README.</message>
    <tree>342205db5966c41fbf82c385ab4a9bfb7bd23dda</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f137e5c82f7b889c72244a91ade5dd2162723ec6</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/48ec2387b843114e43f1e67de7b01b7f65d97c7d</url>
    <id>48ec2387b843114e43f1e67de7b01b7f65d97c7d</id>
    <committed-date>2009-04-21T12:56:19-07:00</committed-date>
    <authored-date>2009-04-21T12:56:19-07:00</authored-date>
    <message>Some fixes based on suggestions from Brandon Low:

 - added the :PyflakesUpdate command
 - hooked dd, dw, u, and &lt;C-R&gt; to also call :PyflakesUpdate so common text operations will invoke PyFlakes
 - changed highlight call from hard coding a curly underline to linking with the &quot;SpellBad&quot; style</message>
    <tree>4a53c6d9ab38d601f87a20b32de36720d4336c85</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34e1ad9028b036af41418ccf68905111b1d3cd93</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/f137e5c82f7b889c72244a91ade5dd2162723ec6</url>
    <id>f137e5c82f7b889c72244a91ade5dd2162723ec6</id>
    <committed-date>2008-11-20T15:56:47-08:00</committed-date>
    <authored-date>2008-11-20T15:56:47-08:00</authored-date>
    <message>Add the configuration variable g:pyflakes_builtin for specifying names
to consider always defined.</message>
    <tree>cabfdd7bec49b4eacd5a25177e9ceb2a2dd579e2</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c1999ed8c65a7726217f5eb73f6e58eb867abf1</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/34e1ad9028b036af41418ccf68905111b1d3cd93</url>
    <id>34e1ad9028b036af41418ccf68905111b1d3cd93</id>
    <committed-date>2008-11-14T17:07:43-08:00</committed-date>
    <authored-date>2008-11-14T17:07:43-08:00</authored-date>
    <message>Ignore the pyflakes directory, a separate repo</message>
    <tree>859f2d69921a301e77ba69f4c70a826fb69267a1</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>12ed78ce4db822f0ebc86e272cdd4f386370b203</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/8c1999ed8c65a7726217f5eb73f6e58eb867abf1</url>
    <id>8c1999ed8c65a7726217f5eb73f6e58eb867abf1</id>
    <committed-date>2008-11-14T16:45:25-08:00</committed-date>
    <authored-date>2008-11-14T16:45:25-08:00</authored-date>
    <message>Clean up.</message>
    <tree>211418293a99f43b2f73185697f1d1ed11d058a2</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b5a84e8c20ae88da88bd3ef66cd9f2277d82ceeb</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/12ed78ce4db822f0ebc86e272cdd4f386370b203</url>
    <id>12ed78ce4db822f0ebc86e272cdd4f386370b203</id>
    <committed-date>2008-11-12T08:05:10-08:00</committed-date>
    <authored-date>2008-11-12T08:05:10-08:00</authored-date>
    <message>Added some more notes in the README, including a todo section</message>
    <tree>6683eaf579cb76db92aae413c8ac830314160d03</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ea40cab1608559fa802efe531cc645144d3d0982</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/b5a84e8c20ae88da88bd3ef66cd9f2277d82ceeb</url>
    <id>b5a84e8c20ae88da88bd3ef66cd9f2277d82ceeb</id>
    <committed-date>2008-11-10T21:19:52-08:00</committed-date>
    <authored-date>2008-11-10T21:19:52-08:00</authored-date>
    <message>More readme junk</message>
    <tree>2763f5398c2efd466c5d0c265b0a7c08fa4547c0</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bbb3b05efe31ac7e3bc58c57b76ea33b0ae7350f</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/ea40cab1608559fa802efe531cc645144d3d0982</url>
    <id>ea40cab1608559fa802efe531cc645144d3d0982</id>
    <committed-date>2008-11-10T19:06:04-08:00</committed-date>
    <authored-date>2008-11-10T19:06:04-08:00</authored-date>
    <message>More readme stuff</message>
    <tree>796504143edecc72f064d086e5cc5cd530f85aab</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a09a9b28dc0aa06c3dc16ccaa975ff05c5d676f</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/bbb3b05efe31ac7e3bc58c57b76ea33b0ae7350f</url>
    <id>bbb3b05efe31ac7e3bc58c57b76ea33b0ae7350f</id>
    <committed-date>2008-11-10T18:57:30-08:00</committed-date>
    <authored-date>2008-11-10T18:57:30-08:00</authored-date>
    <message>Renamed README.txt to README.rst.</message>
    <tree>6773086b3817c22278a4256168e4edd0155d45b6</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes-vim/commit/5a09a9b28dc0aa06c3dc16ccaa975ff05c5d676f</url>
    <id>5a09a9b28dc0aa06c3dc16ccaa975ff05c5d676f</id>
    <committed-date>2008-11-10T18:51:08-08:00</committed-date>
    <authored-date>2008-11-10T18:51:08-08:00</authored-date>
    <message>Initial commit.</message>
    <tree>fc2cf0c7bc684ca4e295b773b83741a6fc951de3</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
</commits>
