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

Make code slightly more Pythonic #16

Closed
wants to merge 19 commits into from
Closed

Make code slightly more Pythonic #16

wants to merge 19 commits into from

Commits on May 21, 2014

  1. Copy the full SHA
    184e52e View commit details
    Browse the repository at this point in the history
  2. autopep8 on utilities

    msoucy committed May 21, 2014
    Copy the full SHA
    1501f03 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e005dfb View commit details
    Browse the repository at this point in the history
  4. Many pythonic changes

    msoucy committed May 21, 2014
    Copy the full SHA
    68f0eb7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5eef956 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    45fd1e3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e710106 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2014

  1. Splitting out Java-isms

    Not everything needs to be a method...
    These are static methods, so it's doubly not needed
    msoucy committed May 22, 2014
    Copy the full SHA
    9ce4e63 View commit details
    Browse the repository at this point in the history
  2. Changed logger.log(loglvl, ...)

    Use the basic logger.warn, logger,info, etc instead
    msoucy committed May 22, 2014
    Copy the full SHA
    2f754ca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a03377d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Cleanup; pythonic

    msoucy committed May 23, 2014
    Copy the full SHA
    bbac5a7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    615dbde View commit details
    Browse the repository at this point in the history
  3. Fix variadic log arguments

    msoucy committed May 23, 2014
    Copy the full SHA
    a2f1c41 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6d70e35 View commit details
    Browse the repository at this point in the history
  5. Fixing log function arguments

    msoucy committed May 23, 2014
    Copy the full SHA
    c7ebf3a View commit details
    Browse the repository at this point in the history
  6. Logging changes

    msoucy committed May 23, 2014
    Copy the full SHA
    a22d3aa View commit details
    Browse the repository at this point in the history
  7. Context manager for html tags

    This will be much more expandable if needed
    msoucy committed May 23, 2014
    Copy the full SHA
    5a4cb15 View commit details
    Browse the repository at this point in the history
  8. Huge autopep8 changes

    Not everything, since autopep8 has some weird annoyances
    msoucy committed May 23, 2014
    Copy the full SHA
    345ae79 View commit details
    Browse the repository at this point in the history
  9. finished logging changes

    msoucy committed May 23, 2014
    Copy the full SHA
    5d25653 View commit details
    Browse the repository at this point in the history