1. 10 Jan, 2000 19 commits
  2. 07 Jan, 2000 3 commits
  3. 06 Jan, 2000 1 commit
  4. 05 Jan, 2000 1 commit
  5. 04 Jan, 2000 6 commits
  6. 29 Dec, 1999 4 commits
  7. 28 Dec, 1999 3 commits
  8. 24 Dec, 1999 1 commit
  9. 22 Dec, 1999 1 commit
  10. 16 Dec, 1999 1 commit
    • Jim Fulton's avatar
      Added numeric object support. This means that wrapped numeric objects · 7d0d5672
      Jim Fulton authored
      should behave properly.
      
      Comparison should now work correctly for wrapped objects, even when
      compared with unwrapped objects.
      
      Note that when a comparison or numeric operator is a Python method
      or is interited from a data-less base class, then a wrapped object is
      passed to the operator and acquisition may be used.
      7d0d5672