1. 17 Tem, 2002 1 kayıt (commit)
    • Jeremy Hylton's avatar
      staticforward bites the dust. · 938ace69
      Jeremy Hylton yazdı
      The staticforward define was needed to support certain broken C
      compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the
      static keyword when it was used with a forward declaration of a static
      initialized structure.  Standard C allows the forward declaration with
      static, and we've decided to stop catering to broken C compilers.  (In
      fact, we expect that the compilers are all fixed eight years later.)
      
      I'm leaving staticforward and statichere defined in object.h as
      static.  This is only for backwards compatibility with C extensions
      that might still use it.
      
      XXX I haven't updated the documentation.
      938ace69
  2. 08 Ara, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch supplied by Burton Radons for his own SF bug #487390: Modifying · 14648396
      Guido van Rossum yazdı
      type.__module__ behavior.
      
      This adds the module name and a dot in front of the type name in every
      type object initializer, except for built-in types (and those that
      already had this).  Note that it touches lots of Mac modules -- I have
      no way to test these but the changes look right.  Apologies if they're
      not.  This also touches the weakref docs, which contains a sample type
      object initializer.  It also touches the mmap test output, because the
      mmap type's repr is included in that output.  It touches object.h to
      put the correct description in a comment.
      14648396
  3. 25 Agu, 2001 1 kayıt (commit)
  4. 11 Agu, 2001 1 kayıt (commit)
  5. 03 Agu, 2001 12 kayıt (commit)
  6. 25 Nis, 2001 1 kayıt (commit)
  7. 29 Ock, 2001 1 kayıt (commit)
  8. 23 Ock, 2001 2 kayıt (commit)
  9. 22 Eyl, 2000 2 kayıt (commit)
  10. 20 Haz, 2000 1 kayıt (commit)
  11. 09 Ara, 1999 1 kayıt (commit)
  12. 21 Haz, 1999 1 kayıt (commit)
  13. 29 Ock, 1999 1 kayıt (commit)
  14. 01 Kas, 1998 1 kayıt (commit)
  15. 20 Agu, 1998 1 kayıt (commit)
  16. 08 Eyl, 1997 1 kayıt (commit)
  17. 12 Haz, 1997 1 kayıt (commit)
  18. 03 Nis, 1997 1 kayıt (commit)
  19. 09 Ock, 1997 1 kayıt (commit)
  20. 07 Ock, 1997 1 kayıt (commit)
  21. 22 Eyl, 1996 1 kayıt (commit)
  22. 19 Eyl, 1996 1 kayıt (commit)
  23. 20 Agu, 1996 1 kayıt (commit)
  24. 26 Tem, 1996 1 kayıt (commit)
  25. 19 Nis, 1996 1 kayıt (commit)
  26. 12 Nis, 1996 1 kayıt (commit)
  27. 11 Nis, 1996 1 kayıt (commit)