1. 02 Jan, 2008 2 commits
  2. 01 Jan, 2008 11 commits
  3. 31 Dec, 2007 11 commits
  4. 29 Dec, 2007 4 commits
  5. 28 Dec, 2007 1 commit
  6. 25 Dec, 2007 2 commits
  7. 24 Dec, 2007 2 commits
  8. 22 Dec, 2007 1 commit
  9. 20 Dec, 2007 5 commits
  10. 19 Dec, 2007 1 commit
    • Guido van Rossum's avatar
      Patch #1549 by Thomas Herve. · d8392f1b
      Guido van Rossum authored
      This changes the rules for when __hash__ is inherited slightly,
      by allowing it to be inherited when one or more of __lt__, __le__,
      __gt__, __ge__ are overridden, as long as __eq__ and __ne__ aren't.
      d8392f1b