1. 13 May, 2000 3 commits
  2. 12 May, 2000 19 commits
  3. 11 May, 2000 9 commits
  4. 10 May, 2000 8 commits
  5. 09 May, 2000 1 commit
    • Fred Drake's avatar
      Trent Mick <trentm@activestate.com>: · 230cae74
      Fred Drake authored
      Limit the 'b' formatter of PyArg_ParseTuple to valid values of an unsigned
      char, i.e. [0,UCHAR_MAX]. It is expected that this is the common usage of 'b'.
      An OverflowError is raised if the parsed value is outside this range.
      230cae74