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

Store filenames #4

Merged
merged 4 commits into from
Feb 20, 2015
Merged

Store filenames #4

merged 4 commits into from
Feb 20, 2015

Commits on Feb 19, 2015

  1. Configuration menu
    Copy the full SHA
    b62105b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76afc74 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Removing redundent (and possibly poorly performing) keys() and iter()

    When the dict is treated like a set, it uses the set of keys.  Also,
    list() knows how to handle dictionary view objects without an
    intermediate cast.
    maxhutch committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    c762816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ade9b4 View commit details
    Browse the repository at this point in the history