1. 10 Tem, 2002 3 kayıt (commit)
  2. 09 Tem, 2002 22 kayıt (commit)
  3. 08 Tem, 2002 13 kayıt (commit)
  4. 07 Tem, 2002 2 kayıt (commit)
    • Jack Jansen's avatar
      - Got rid if WITH_CYCLE_GC · 059ed83c
      Jack Jansen yazdı
      - Cleaned up Python banner string, so the normal build for MacPython 2.3
        will have a short banner.
      059ed83c
    • Tim Peters's avatar
      Rearranged and added comments to object.h, to clarify many things · 4be93d0e
      Tim Peters yazdı
      that have taken me "too long" to reverse-engineer over the years.
      Vastly reduced the nesting level and redundancy of #ifdef-ery.
      Took a light stab at repairing comments that are no longer true.
      
      sys_gettotalrefcount():  Changed to enable under Py_REF_DEBUG.
      It was enabled under Py_TRACE_REFS, which was much heavier than
      necessary.  sys.gettotalrefcount() is now available in a
      Py_REF_DEBUG-only build.
      4be93d0e