1. 06 Dec, 2001 19 commits
  2. 05 Dec, 2001 20 commits
  3. 04 Dec, 2001 1 commit
    • Tim Peters's avatar
      SF bug #488480: integer multiply to return -max_int-1. · ac741d51
      Tim Peters authored
      int_mul():  new and vastly simpler overflow checking.  Whether it's
      faster or slower will likely vary across platforms, favoring boxes
      with fast floating point.  OTOH, we no longer have to worry about
      people shipping broken LONG_BIT definitions <0.9 wink>.
      ac741d51