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

Fix hashing behavior #142

Merged
merged 4 commits into from
Feb 19, 2017
Merged

Fix hashing behavior #142

merged 4 commits into from
Feb 19, 2017

Commits on Feb 12, 2017

  1. Fix hashing behavior

    Our previous default behavior was incorrect.  Adding __hash__ has to be
    deliberate action and only makes sense for immutable classes.
    
    By default, `hash` now mirrors `cmp` which the correct behavior per spec.
    
    Fixes #136.
    hynek committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    453b60e View commit details
    Browse the repository at this point in the history
  2. Some badge rejiggling

    hynek committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    98afb0f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

  1. Mirror cmp behavior

    hynek committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    6146589 View commit details
    Browse the repository at this point in the history
  2. fix double changes

    hynek committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    ef30deb View commit details
    Browse the repository at this point in the history