1. 13 May, 2000 2 kayıt (commit)
  2. 12 May, 2000 19 kayıt (commit)
  3. 11 May, 2000 9 kayıt (commit)
  4. 10 May, 2000 8 kayıt (commit)
  5. 09 May, 2000 2 kayıt (commit)
    • Fred Drake's avatar
      Trent Mick <trentm@activestate.com>: · 230cae74
      Fred Drake yazdı
      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
    • Fred Drake's avatar
      M.-A. Lemburg <mal@lemburg.com>: · a69ef826
      Fred Drake yazdı
      Added a useful link to Markus Kuhn's Unicode and UTF-8
      FAQ.
      a69ef826