1. 12 May, 2003 1 commit
    • Tim Peters's avatar
      Collector #892: Misleading error msg when initializing an OIBTree · 8935d030
      Tim Peters authored
      from a dict with a float value.
      
      Mapping_update():  This squashed errors raised by PyObject_SetItem(),
      changing them to a "not a 2-tuple" TypeError instead.  Unclear why, since
      2-tupleness was checked earlier.  Fixed by backporting part of the
      ZODB4 BTree construction code, which doesn't have this problem.  Bonus:
      it's faster now too.
      8935d030
  2. 09 May, 2003 1 commit
  3. 08 May, 2003 6 commits
  4. 02 May, 2003 3 commits
  5. 01 May, 2003 19 commits
  6. 30 Apr, 2003 2 commits
  7. 29 Apr, 2003 2 commits
  8. 25 Apr, 2003 1 commit
  9. 24 Apr, 2003 3 commits
  10. 23 Apr, 2003 2 commits