1. 18 Jan, 2001 1 commit
    • Guido van Rossum's avatar
      Same treatment as listobject.c: · f77bc62e
      Guido van Rossum authored
      - tuplecontains(): call RichCompare(Py_EQ).
      
      - Get rid of tuplecompare(), in favor of new tuplerichcompare() (a
        clone of list_compare()).
      
      - Aligned the comments for large struct initializers.
      f77bc62e
  2. 17 Jan, 2001 39 commits