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

fab -d display detailed task info including signature #922

Closed

Commits on Jun 27, 2013

  1. Configuration menu
    Copy the full SHA
    d70246d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acaee7 View commit details
    Browse the repository at this point in the history
  3. Add tests for task details.

    Kevin Qiu committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    781d72a View commit details
    Browse the repository at this point in the history
  4. Monkey-patch inspect.getargspec for Python 2.5

    because the return type changed from plain tuple to namedtuple since 2.6
    Kevin Qiu committed Jun 27, 2013
    Configuration menu
    Copy the full SHA
    f70823c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2013

  1. Bring the indentation of the added detail to the same level of docstring

    so that the docstring and the method signature are uniformly indented.
    Kevin Qiu committed Jul 7, 2013
    Configuration menu
    Copy the full SHA
    d99b66b View commit details
    Browse the repository at this point in the history