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

any() and all() to take a list as a condition #38

Merged
merged 5 commits into from
Nov 4, 2014
Merged

any() and all() to take a list as a condition #38

merged 5 commits into from
Nov 4, 2014

Commits on Nov 1, 2014

  1. New tests for any() and all() for arrays

    	Modified any() and all() to accept & test arrays as arguments
    wearp committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    171556e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f44021 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2014

  1. for any() & all() - changed isinstance(cond, list) to

            callable(cond)
    wearp committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    6961740 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Configuration menu
    Copy the full SHA
    0d648b5 View commit details
    Browse the repository at this point in the history
  2. error corrected

    wearp committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    f7b4792 View commit details
    Browse the repository at this point in the history