1. 08 Eyl, 2001 3 kayıt (commit)
    • Tim Peters's avatar
      Generalize operator.indexOf (PySequence_Index) to work with any · 16a77adf
      Tim Peters yazdı
      iterable object.  I'm not sure how that got overlooked before!
      
      Got rid of the internal _PySequence_IterContains, introduced a new
      internal _PySequence_IterSearch, and rewrote all the iteration-based
      "count of", "index of", and "is the object in it or not?" routines to
      just call the new function.  I suppose it's slower this way, but the
      code duplication was getting depressing.
      16a77adf
    • Tim Peters's avatar
      It appears that unittest was changed to stop hoarding raw exception data, · 2d84f2c9
      Tim Peters yazdı
      saving instead a traceback string, but test_support's run_unittest was
      still peeking into unittest internals and trying to pick apart unittest's
      errors and failures vectors as if they contained exc_info() tuples instead
      of strings.
      Whatever, when a unittest-based test failed, test_support blew up.  I'm
      not sure this is the right way to fix it; it simply gets me unstuck.
      2d84f2c9
    • Tim Peters's avatar
      The usual post-release fiddling. · b07352e8
      Tim Peters yazdı
      b07352e8
  2. 07 Eyl, 2001 14 kayıt (commit)
  3. 06 Eyl, 2001 23 kayıt (commit)