1. 933d3a7 Issue 4998: __slots__ on Fractions was useless. by Raymond Hettinger · 16 years ago
  2. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 16 years ago
  3. 21a45e1 Roll back Raymond's -r64098 while we think of something better. by Guido van Rossum · 16 years ago
  4. caea65e Mini-PEP: Simplifying numbers.py by Raymond Hettinger · 16 years ago
  5. cd6bfab Zap one more use of Exact/Inexact. by Raymond Hettinger · 16 years ago
  6. 6b46762 Removed Exact/Inexact after discussion with Yasskin. by Raymond Hettinger · 16 years ago
  7. ddb164a Update notes on Decimal. by Raymond Hettinger · 16 years ago
  8. 116f72f Bring decimal a bit closer to the spec for Reals. by Raymond Hettinger · 16 years ago
  9. 19a5c29 Fix typo in comments by Raymond Hettinger · 16 years ago
  10. 48688d8 Add notes on how decimal fits into the model. by Raymond Hettinger · 16 years ago
  11. 27d3394 Oops! 2.6's Rational.__ne__ didn't work. by Jeffrey Yasskin · 17 years ago
  12. b23dea6 Added more documentation on how mixed-mode arithmetic should be implemented. I by Jeffrey Yasskin · 17 years ago
  13. d7b0033 Add rational.Rational as an implementation of numbers.Rational with infinite by Jeffrey Yasskin · 17 years ago
  14. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 17 years ago
  15. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 17 years ago