1. 12 May, 2003 1 commit
    • Tim Peters's avatar
      Collector #892: Misleading error msg when initializing an OIBTree · b404f82a
      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.
      b404f82a
  2. 09 May, 2003 7 commits
  3. 07 May, 2003 3 commits
  4. 02 May, 2003 2 commits
  5. 28 Apr, 2003 1 commit
  6. 27 Apr, 2003 1 commit
  7. 25 Apr, 2003 2 commits
  8. 24 Apr, 2003 1 commit
  9. 23 Apr, 2003 2 commits
  10. 22 Apr, 2003 4 commits
  11. 21 Apr, 2003 1 commit
  12. 18 Apr, 2003 1 commit
  13. 17 Apr, 2003 2 commits
  14. 15 Apr, 2003 1 commit
  15. 13 Apr, 2003 6 commits
  16. 11 Apr, 2003 1 commit
  17. 09 Apr, 2003 1 commit
  18. 08 Apr, 2003 3 commits