1. 30 May, 2015 2 commits
  2. 27 May, 2015 4 commits
  3. 22 May, 2015 3 commits
    • Bram Schoenmakers's avatar
      Add pylint -E to Travis-CI. · 88d2ef50
      Bram Schoenmakers authored
      88d2ef50
    • Bram Schoenmakers's avatar
      Got rid of some invalid super() calls in EditCommand. · 90132f86
      Bram Schoenmakers authored
      * Moved one super() call outside the EditCommand class into a lambda
        function.
      * Made EditCommand.execute() call its correct parent execute() (was:
        ListCommand). However, this would go wrong:
      
        EditCommand.execute() calls MultiCommand.execute()
        MultiCommand.execute() calls ListCommand.execute()
            Because EditCommand has multiple inheritance
        ListCommand.execute() is successful, but returns None
        MultiCommand.execute() takes that as failure, returns False
        EditCommand.execute() returns False
      
        This is fixed by adding return True to the execute() method of the
        parent classes.
      
      This fixes all pylint errors.
      90132f86
    • Bram Schoenmakers's avatar
      Create CONTRIBUTING.md · fdcb5227
      Bram Schoenmakers authored
      fdcb5227
  4. 16 May, 2015 1 commit
  5. 15 May, 2015 2 commits
  6. 14 May, 2015 1 commit
    • Bram Schoenmakers's avatar
      Version bump. · 97c3ca57
      Bram Schoenmakers authored
      Because pypi is being an ass about re-uploading a new (unbroken)
      archive.
      97c3ca57
  7. 13 May, 2015 1 commit
  8. 05 May, 2015 12 commits
  9. 04 May, 2015 14 commits