1. 15 Jan, 2017 2 commits
    • Dylan Trotter's avatar
      c8d72d91
    • Meador Inge's avatar
      Try `__cmp__` when rich comparisons aren't handy (#109) · 3a58b56a
      Meador Inge authored
      When comparing two objects and the appropriate rich comparison
      method doesn't exist, the `__cmp__` method should be tried. For
      example, if `a == b` is executed and neither `a` or `b` have
      the appropriate rich comparison methods, then the equivalent
      of `a.__cmp__(b) == 0` should be tried.
      
      Lots of tests for both 3-way comparison and rich comparison were
      added.  The comparison implementation in the runtime should be
      fully covered now.
      3a58b56a
  2. 14 Jan, 2017 4 commits
  3. 13 Jan, 2017 6 commits
  4. 12 Jan, 2017 6 commits
  5. 11 Jan, 2017 5 commits
  6. 10 Jan, 2017 5 commits
  7. 09 Jan, 2017 7 commits
  8. 07 Jan, 2017 4 commits
  9. 06 Jan, 2017 1 commit