1. 12 May, 2000 18 commits
  2. 11 May, 2000 9 commits
  3. 10 May, 2000 8 commits
  4. 09 May, 2000 5 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
    • Fred Drake's avatar
      M.-A. Lemburg <mal@lemburg.com>: · 8b4d01d9
      Fred Drake authored
      Added APIs to allow setting and querying the system's
      current string encoding: sys.set_string_encoding()
      and sys.get_string_encoding().
      8b4d01d9
    • Fred Drake's avatar
      M.-A. Lemburg <mal@lemburg.com>: · 766de83a
      Fred Drake authored
      Moved some docs to the include file.
      
      Added a NULL check to _PyCodec_Lookup() to make it
      core dump safe.
      766de83a