<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>050261de2906ce479ae58dc0885335a0f532c2d5</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/56ea2098832e24576c2a91c9061512d5d152be36</url>
    <id>56ea2098832e24576c2a91c9061512d5d152be36</id>
    <committed-date>2009-03-31T17:03:21-07:00</committed-date>
    <authored-date>2009-03-31T17:03:21-07:00</authored-date>
    <message>Add a TODO note in the readme about function redefinitions in if branches.</message>
    <tree>b52ad58c922a67944c3ed26b504b38d46cda4038</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a31871a667bfde6d3c5608cc8269943d8fac5def</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/050261de2906ce479ae58dc0885335a0f532c2d5</url>
    <id>050261de2906ce479ae58dc0885335a0f532c2d5</id>
    <committed-date>2009-03-19T09:08:56-07:00</committed-date>
    <authored-date>2009-03-19T09:08:56-07:00</authored-date>
    <message>Don't use python code block here.</message>
    <tree>105e59218239491c0396a9a7fc746fae2f9fbef0</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d93ff0d0cb6e8190505f1a4fcfa220eb62dbdee</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/a31871a667bfde6d3c5608cc8269943d8fac5def</url>
    <id>a31871a667bfde6d3c5608cc8269943d8fac5def</id>
    <committed-date>2009-03-19T09:05:31-07:00</committed-date>
    <authored-date>2009-03-19T09:05:31-07:00</authored-date>
    <message>Add a TODO section, with a case for submodules imports.</message>
    <tree>c870ffbd855d81ec34c6c69f75038fb7c61ed0ec</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>86ab7533aa6553a859e672fe25617d186272e4c2</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/5d93ff0d0cb6e8190505f1a4fcfa220eb62dbdee</url>
    <id>5d93ff0d0cb6e8190505f1a4fcfa220eb62dbdee</id>
    <committed-date>2009-03-12T16:36:33-07:00</committed-date>
    <authored-date>2009-03-12T16:36:33-07:00</authored-date>
    <message>Include compatibility fixes for Python 2.6's _ast changes in
visit_FunctionDef and for visit_ExceptHandler. Thanks Herve Cauwelier.</message>
    <tree>5ad6c17162ced054ca45d907b9d8b86775cf3524</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e696b7880bdd73b55e4b7448a4dca47e3d332bde</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/86ab7533aa6553a859e672fe25617d186272e4c2</url>
    <id>86ab7533aa6553a859e672fe25617d186272e4c2</id>
    <committed-date>2009-03-12T16:35:25-07:00</committed-date>
    <authored-date>2009-03-12T16:35:25-07:00</authored-date>
    <message>Include pyflakes.scripts in the &quot;packages&quot; option for setup. Thanks
Herve Cauwelier.</message>
    <tree>badde806beb3a369fdfac9e0e051b8a31bc703a9</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52c63abe470abb38a22ffdae91460832e4ee7b7a</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/e696b7880bdd73b55e4b7448a4dca47e3d332bde</url>
    <id>e696b7880bdd73b55e4b7448a4dca47e3d332bde</id>
    <committed-date>2009-01-09T08:25:52-08:00</committed-date>
    <authored-date>2009-01-09T08:25:52-08:00</authored-date>
    <message>Fix for names incorrectly marked undefined in nested list comprehensions.</message>
    <tree>77125fddbae4c20d7f4f6def05b6c7f421acc86c</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ecb5915a3c43a180cefe26697dbd3efad8849c2c</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/52c63abe470abb38a22ffdae91460832e4ee7b7a</url>
    <id>52c63abe470abb38a22ffdae91460832e4ee7b7a</id>
    <committed-date>2009-01-06T14:56:16-08:00</committed-date>
    <authored-date>2009-01-06T14:56:16-08:00</authored-date>
    <message>Add &quot;__builtins__&quot; to the list of predefined names.</message>
    <tree>8e860f27a8c11dfb3f3686cb41cd26eb4b4a2f1f</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bdc1acde85df3bf0a8f5ef1ec26e9121667c9d0a</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/ecb5915a3c43a180cefe26697dbd3efad8849c2c</url>
    <id>ecb5915a3c43a180cefe26697dbd3efad8849c2c</id>
    <committed-date>2008-11-20T14:58:18-08:00</committed-date>
    <authored-date>2008-11-20T14:58:18-08:00</authored-date>
    <message>Bind names for *args and **kwargs in functions and lambdas.</message>
    <tree>2134909d5765bc1ed7acf680a73e1cb4b2c8df58</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2bbf8a46cee0301c39abddb29fc0838f7b5c3ea5</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/bdc1acde85df3bf0a8f5ef1ec26e9121667c9d0a</url>
    <id>bdc1acde85df3bf0a8f5ef1ec26e9121667c9d0a</id>
    <committed-date>2008-11-19T15:38:18-08:00</committed-date>
    <authored-date>2008-11-19T15:38:18-08:00</authored-date>
    <message>* Added a &quot;builtins&quot; argument to pyflakes.checker.Checker, for passing a list of strings that will also be treated as builtins.

* Fixed a bug where the &quot;iter&quot; node in a for loop (the thing you're iterating over) wouldn't be traversed.

* Fixed a bug where the type part of an except block wasn't traversed.</message>
    <tree>cb4405071cc1f060e542c96208514cbad36f7a21</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f15a52c10b96a383152b5eec9ae2b7e4c94d6a50</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/2bbf8a46cee0301c39abddb29fc0838f7b5c3ea5</url>
    <id>2bbf8a46cee0301c39abddb29fc0838f7b5c3ea5</id>
    <committed-date>2008-11-11T21:43:07-08:00</committed-date>
    <authored-date>2008-11-11T21:43:07-08:00</authored-date>
    <message>Adding a README</message>
    <tree>f1f12b978439182b2c6bb7137024091e88432b77</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e4e9487724c9f9221e3025922231eede238f03c5</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/f15a52c10b96a383152b5eec9ae2b7e4c94d6a50</url>
    <id>f15a52c10b96a383152b5eec9ae2b7e4c94d6a50</id>
    <committed-date>2008-11-10T18:44:26-08:00</committed-date>
    <authored-date>2008-11-10T18:44:26-08:00</authored-date>
    <message>Removing unneeded files.</message>
    <tree>2136d8ef07eaa09532f43036a2fc2bb7582116b9</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff00aab38df546552f4a39be55a676762b69e390</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/e4e9487724c9f9221e3025922231eede238f03c5</url>
    <id>e4e9487724c9f9221e3025922231eede238f03c5</id>
    <committed-date>2008-11-10T14:47:36-08:00</committed-date>
    <authored-date>2008-11-10T14:47:36-08:00</authored-date>
    <message>Oops: isinstance doesn't take a frozenset. Use a tuple instead.</message>
    <tree>93058def44903c008a1be3fd73db2bb0db1ec804</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a48209308917a90f3b3fe7389d7489f7d936f81f</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/ff00aab38df546552f4a39be55a676762b69e390</url>
    <id>ff00aab38df546552f4a39be55a676762b69e390</id>
    <committed-date>2008-11-10T14:04:56-08:00</committed-date>
    <authored-date>2008-11-10T14:04:56-08:00</authored-date>
    <message>Allow docstrings before from __future__ imports.</message>
    <tree>4f435b2146bbe54a2fdab0f5d52b45185a752529</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab485ae434edee3f423ddaa7d7240fca34cb8d18</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/a48209308917a90f3b3fe7389d7489f7d936f81f</url>
    <id>a48209308917a90f3b3fe7389d7489f7d936f81f</id>
    <committed-date>2008-11-10T12:38:05-08:00</committed-date>
    <authored-date>2008-11-10T12:38:05-08:00</authored-date>
    <message>Bugfix for list comprehensions</message>
    <tree>974d4ccf89c536e73e273001bb1f08ee3bde3a2f</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e895e829290ec5480033c6cca60d4637b6f0dbf1</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/ab485ae434edee3f423ddaa7d7240fca34cb8d18</url>
    <id>ab485ae434edee3f423ddaa7d7240fca34cb8d18</id>
    <committed-date>2008-11-09T21:21:46-08:00</committed-date>
    <authored-date>2008-11-09T21:21:46-08:00</authored-date>
    <message>Fix for the test harness.</message>
    <tree>3f6047720c8feb42abd9c6be7e8af837b66a2bc2</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9fd6cc841fa6bd838b22e5fdcb96b0932fe04890</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/e895e829290ec5480033c6cca60d4637b6f0dbf1</url>
    <id>e895e829290ec5480033c6cca60d4637b6f0dbf1</id>
    <committed-date>2008-11-09T21:16:21-08:00</committed-date>
    <authored-date>2008-11-09T21:16:21-08:00</authored-date>
    <message>Fix visit_Delete by using flatten</message>
    <tree>0282d84eef6ad098da98af1c78d16675f99e797c</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>94f85f0b7aa2d4ee4be33fb81b7780a9faea144f</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/9fd6cc841fa6bd838b22e5fdcb96b0932fe04890</url>
    <id>9fd6cc841fa6bd838b22e5fdcb96b0932fe04890</id>
    <committed-date>2008-11-09T21:08:44-08:00</committed-date>
    <authored-date>2008-11-09T21:08:44-08:00</authored-date>
    <message>Fixes for Subscript nodes, and various fixes to make VIM integration go nicely.</message>
    <tree>8779683d2a3bca4804725d06c36ea83bcbcbf57a</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4c00eb350b7f4d76ccb697c71f16949033a13ca</id>
      </parent>
      <parent>
        <id>40f923146ae642f50cc6c95b4ece1acb51f9b979</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/94f85f0b7aa2d4ee4be33fb81b7780a9faea144f</url>
    <id>94f85f0b7aa2d4ee4be33fb81b7780a9faea144f</id>
    <committed-date>2008-11-09T12:23:12-08:00</committed-date>
    <authored-date>2008-11-09T12:23:12-08:00</authored-date>
    <message>Merge branch 'pyflakes-ast'

Conflicts:
	.gitignore
	pyflakes/checker.py
	pyflakes/messages.py
	pyflakes/test/harness.py</message>
    <tree>0cde14eda052fe11f8caa52841afdbbef851adaa</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>656119e6bf2aed63322abc6792f9d96f6a2119c7</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/40f923146ae642f50cc6c95b4ece1acb51f9b979</url>
    <id>40f923146ae642f50cc6c95b4ece1acb51f9b979</id>
    <committed-date>2008-11-09T12:22:09-08:00</committed-date>
    <authored-date>2008-11-09T12:22:09-08:00</authored-date>
    <message>Fix line endings</message>
    <tree>86c5f925b05d6631d1c8c55e32012d312a7d7e41</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>59017909de48abe6e4ab9d6eb98ca0bc85d8038f</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/656119e6bf2aed63322abc6792f9d96f6a2119c7</url>
    <id>656119e6bf2aed63322abc6792f9d96f6a2119c7</id>
    <committed-date>2008-11-09T12:10:31-08:00</committed-date>
    <authored-date>2008-11-09T12:10:31-08:00</authored-date>
    <message>Passing all unit tests.</message>
    <tree>8243f3d4311f381b56ea3094fc62f042761ec106</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7692d4c26c958ddb8aa7bdae35d5296b2e64059b</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/59017909de48abe6e4ab9d6eb98ca0bc85d8038f</url>
    <id>59017909de48abe6e4ab9d6eb98ca0bc85d8038f</id>
    <committed-date>2008-11-06T17:03:10-08:00</committed-date>
    <authored-date>2008-11-06T17:03:10-08:00</authored-date>
    <message>work on new pyflakes with ast module support</message>
    <tree>fa77cf7c9215437f48d1d52d035f401fab8effd0</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8a6be4078bb02f5f2388fe27ff3340fdb4d9ff3</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/7692d4c26c958ddb8aa7bdae35d5296b2e64059b</url>
    <id>7692d4c26c958ddb8aa7bdae35d5296b2e64059b</id>
    <committed-date>2008-11-05T15:09:02-08:00</committed-date>
    <authored-date>2008-11-05T15:09:02-08:00</authored-date>
    <message>exec flags</message>
    <tree>a36435deaba6c2bdf1f218931f9aa8333b5b7dc4</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c58a417ba816e0fc2c2e9f1c05a06acdff549a8b</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/e8a6be4078bb02f5f2388fe27ff3340fdb4d9ff3</url>
    <id>e8a6be4078bb02f5f2388fe27ff3340fdb4d9ff3</id>
    <committed-date>2008-11-05T15:06:53-08:00</committed-date>
    <authored-date>2008-11-05T15:06:53-08:00</authored-date>
    <message>Add twisted.trial temp directories to .gitignore.</message>
    <tree>0deb675d4f28450d477d7e9a71ca2f664b32c894</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c28692049c690dd434264d72034277ac12b07356</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/b4c00eb350b7f4d76ccb697c71f16949033a13ca</url>
    <id>b4c00eb350b7f4d76ccb697c71f16949033a13ca</id>
    <committed-date>2008-11-03T13:16:55-08:00</committed-date>
    <authored-date>2008-11-03T13:16:55-08:00</authored-date>
    <message>Add type checking.</message>
    <tree>beb37009b1c546dba0f4ff236cbf3f5f005a0b41</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>334fbc5363625f9177d9eb6909e2e54ccacbdb7c</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/c28692049c690dd434264d72034277ac12b07356</url>
    <id>c28692049c690dd434264d72034277ac12b07356</id>
    <committed-date>2008-10-20T06:09:31-07:00</committed-date>
    <authored-date>2008-10-20T06:09:31-07:00</authored-date>
    <message>More tests passed.</message>
    <tree>b757c67e0b8cc24912071228a9b88617269770aa</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1492b638e72d0cdf96b30f85ff8f81dbde9755fc</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/334fbc5363625f9177d9eb6909e2e54ccacbdb7c</url>
    <id>334fbc5363625f9177d9eb6909e2e54ccacbdb7c</id>
    <committed-date>2008-10-19T15:35:30-07:00</committed-date>
    <authored-date>2008-10-19T15:35:30-07:00</authored-date>
    <message>More fixes; 65/113 tests passed.</message>
    <tree>643042efc583c5ad057de87d33e24f40e30b04ab</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db22b40838a267bd508ecabd37b83b2b69f15871</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/1492b638e72d0cdf96b30f85ff8f81dbde9755fc</url>
    <id>1492b638e72d0cdf96b30f85ff8f81dbde9755fc</id>
    <committed-date>2008-10-19T14:44:56-07:00</committed-date>
    <authored-date>2008-10-19T14:44:56-07:00</authored-date>
    <message>Up to 56/113 tests passed.</message>
    <tree>8661b9421cc0ee709b7903acf3193bea00bdc67c</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c58a417ba816e0fc2c2e9f1c05a06acdff549a8b</id>
      </parent>
    </parents>
    <author>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </author>
    <url>http://github.com/kevinw/pyflakes/commit/db22b40838a267bd508ecabd37b83b2b69f15871</url>
    <id>db22b40838a267bd508ecabd37b83b2b69f15871</id>
    <committed-date>2008-10-19T14:05:03-07:00</committed-date>
    <authored-date>2008-10-19T14:05:03-07:00</authored-date>
    <message>Modified PyFlakes to use the _ast package instead of the deprecated compiler package.

Still a work in progress; only 7 of the 100+ unit tests are passing.</message>
    <tree>0c961e2492f6c0dafd31b50d95505af48a5eb1c7</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/commit/c58a417ba816e0fc2c2e9f1c05a06acdff549a8b</url>
    <id>c58a417ba816e0fc2c2e9f1c05a06acdff549a8b</id>
    <committed-date>2008-10-19T13:00:24-07:00</committed-date>
    <authored-date>2008-10-19T13:00:24-07:00</authored-date>
    <message>Importing PyFlakes TRUNK from http://divmod.org/svn/Divmod/trunk/Pyflakes</message>
    <tree>c9cb9fbeb3a5dd5291bedb628cb18599ec51df75</tree>
    <committer>
      <name>Kevin Watters</name>
      <email>kevinwatters@gmail.com</email>
    </committer>
  </commit>
</commits>
