1. 10 Jun, 2002 11 commits
  2. 08 Jun, 2002 4 commits
  3. 07 Jun, 2002 8 commits
  4. 06 Jun, 2002 7 commits
  5. 05 Jun, 2002 2 commits
  6. 04 Jun, 2002 5 commits
  7. 31 May, 2002 2 commits
  8. 29 May, 2002 1 commit
    • Tim Peters's avatar
      These guys actually return IIBuckets, not IIBTrees. Rewrote the docs · 87909446
      Tim Peters authored
      and code accordingly.
      
      Also rewrote the code to never create a new IIBucket unless one is
      really needed (for example, if the input list has only one (bucket, weight)
      pair, and the weight is 1, the input bucket can be returned as-is; and
      this case will be common with score maps produced by an Okapi index).
      87909446