Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert py3modernize lint changes #34339

Merged
merged 12 commits into from
Jun 28, 2016
Merged

Commits on Jun 28, 2016

  1. Configuration menu
    Copy the full SHA
    5b1bd4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f33c098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ac049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3e5532 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61a52b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e6a408 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c33ee0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f27e73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    055572a View commit details
    Browse the repository at this point in the history
  10. salt/utils/decorators/__init__.py: use __name__ instead of func_name

    __name__ is py3-compatible and also works on builtins in py2, which
    func_name does not.
    terminalmage committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    78f5d91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f50403 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d195bf View commit details
    Browse the repository at this point in the history