[Checkins] [zopefoundation/RestrictedPython] 3014a2: reformat

GitHub noreply at github.com
Wed Mar 21 12:14:14 CET 2018


  Branch: refs/heads/black_applied
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 3014a28675b7099968f16a39d3284f49fe9b0c86
      https://github.com/zopefoundation/RestrictedPython/commit/3014a28675b7099968f16a39d3284f49fe9b0c86
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
    M .gitignore
    M src/RestrictedPython/Eval.py
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/Limits.py
    M src/RestrictedPython/Utilities.py
    M src/RestrictedPython/compile.py
    M src/RestrictedPython/transformer.py
    M tests/__init__.py
    M tests/builtins/test_utilities.py
    M tests/test_Guards.py
    M tests/test_compile.py
    M tests/test_compile_restricted_function.py
    M tests/test_eval.py
    M tests/test_print_function.py
    M tests/test_print_stmt.py
    M tests/transformer/operators/test_arithmetic_operators.py
    M tests/transformer/test_assign.py
    M tests/transformer/test_async.py
    M tests/transformer/test_attribute.py
    M tests/transformer/test_augassign.py
    M tests/transformer/test_base_types.py
    M tests/transformer/test_call.py
    M tests/transformer/test_classdef.py
    M tests/transformer/test_conditional.py
    M tests/transformer/test_dict_comprehension.py
    M tests/transformer/test_eval_exec.py
    M tests/transformer/test_functiondef.py
    M tests/transformer/test_generic.py
    M tests/transformer/test_global_local.py
    M tests/transformer/test_import.py
    M tests/transformer/test_iterator.py
    M tests/transformer/test_lambda.py
    M tests/transformer/test_name.py
    M tests/transformer/test_slice.py
    M tests/transformer/test_subscript.py
    M tests/transformer/test_try.py
    M tests/transformer/test_with_stmt.py
    M tests/transformer/test_yield.py
    M tox.ini

  Log Message:
  -----------
  reformat




More information about the checkins mailing list