1. 13 May, 2000 1 commit
  2. 12 May, 2000 19 commits
  3. 11 May, 2000 9 commits
  4. 10 May, 2000 8 commits
  5. 09 May, 2000 3 commits
    • 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
    • Fred Drake's avatar
      M.-A. Lemburg <mal@lemburg.com>: · a69ef826
      Fred Drake authored
      Added a useful link to Markus Kuhn's Unicode and UTF-8
      FAQ.
      a69ef826
    • Fred Drake's avatar
      M.-A. Lemburg <mal@lemburg.com>: · 774c931c
      Fred Drake authored
      Added another test for string formatting (the one that
      produced the core dump now fixed in unicodeobject.c).
      774c931c