1. 04 Jun, 2000 13 commits
  2. 03 Jun, 2000 7 commits
  3. 02 Jun, 2000 18 commits
  4. 01 Jun, 2000 2 commits
    • Fred Drake's avatar
      Trent Mick <trentm@ActiveState.com>: · 7b72419b
      Fred Drake authored
      This patch correct bounds checking in PyLong_FromLongLong. Currently, it does
      not check properly for negative values when checking to see if the incoming
      value fits in a long or unsigned long. This results in possible silent
      truncation of the value for very large negative values.
      7b72419b
    • Fred Drake's avatar
      Trent Mick <trentm@activestate.com>: · 0494c2de
      Fred Drake authored
      Fix test of the "math" module so it does not break on platforms that do
      not offer rint(); just skip that portion of the test in that case.
      0494c2de