1. 03 Tem, 2005 1 kayıt (commit)
  2. 18 Tem, 2004 1 kayıt (commit)
  3. 20 Kas, 2003 1 kayıt (commit)
  4. 19 Kas, 2003 1 kayıt (commit)
  5. 24 Tem, 2003 1 kayıt (commit)
  6. 23 Ara, 2002 1 kayıt (commit)
  7. 19 Ara, 2002 1 kayıt (commit)
  8. 12 Ara, 2002 1 kayıt (commit)
  9. 03 Ara, 2002 1 kayıt (commit)
  10. 29 Kas, 2002 1 kayıt (commit)
    • Jack Jansen's avatar
      Converted the Carbon modules to use PEP252-style objects, with · dbd5701d
      Jack Jansen yazdı
      descriptors in stead of manual getattr hooks to get at attributes
      of the objects.
      
      For Qd I have in stead gotten rid of most of the attribute access
      in favor of the carbon-style accessor methods (with the exception
      of visRgn, to be done later), and of the Carbon.Qd.qd global object,
      for which accessor functions are also available.
      
      For List I have fixed the fact that various methods were incorrectly
      generated as functions.
      
      CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with
      basechain, so it will have to wait for PEP253 support.
      dbd5701d
  11. 16 Agu, 2002 1 kayıt (commit)
  12. 15 Agu, 2002 1 kayıt (commit)
  13. 05 Agu, 2002 1 kayıt (commit)
  14. 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
  15. 23 Nis, 2002 1 kayıt (commit)
  16. 05 Şub, 2002 2 kayıt (commit)
  17. 18 Ara, 2001 1 kayıt (commit)
  18. 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
  19. 30 Kas, 2001 1 kayıt (commit)
  20. 05 Eyl, 2001 1 kayıt (commit)
  21. 04 Eyl, 2001 1 kayıt (commit)
  22. 23 Agu, 2001 3 kayıt (commit)
  23. 20 Haz, 2001 1 kayıt (commit)
  24. 22 May, 2001 1 kayıt (commit)
  25. 12 Ock, 2001 1 kayıt (commit)
  26. 12 Ara, 2000 1 kayıt (commit)
  27. 14 Tem, 2000 3 kayıt (commit)
  28. 07 Tem, 2000 1 kayıt (commit)
  29. 21 Haz, 2000 1 kayıt (commit)
  30. 14 Ara, 1999 1 kayıt (commit)
  31. 12 Ara, 1999 1 kayıt (commit)
  32. 17 Nis, 1998 1 kayıt (commit)
  33. 15 Nis, 1998 2 kayıt (commit)
  34. 25 Şub, 1998 1 kayıt (commit)