1. 12 Ara, 2002 1 kayıt (commit)
  2. 03 Ara, 2002 1 kayıt (commit)
  3. 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
  4. 16 Agu, 2002 1 kayıt (commit)
  5. 15 Agu, 2002 1 kayıt (commit)
  6. 05 Agu, 2002 1 kayıt (commit)
  7. 23 Nis, 2002 1 kayıt (commit)
  8. 25 Mar, 2002 1 kayıt (commit)
  9. 24 Mar, 2002 1 kayıt (commit)
    • Jack Jansen's avatar
      Weaklink most toolbox modules, improving backward compatibility. Modules will no… · 9d79990a
      Jack Jansen yazdı
      Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
      
      Should finally fix 531398. 2.2.1 candidate.
      
      Also blacklisted some constants with definitions that were not Python-compatible.
      9d79990a
  10. 18 Ara, 2001 1 kayıt (commit)
  11. 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
  12. 30 Kas, 2001 1 kayıt (commit)
  13. 05 Eyl, 2001 1 kayıt (commit)
  14. 04 Eyl, 2001 1 kayıt (commit)
  15. 23 Agu, 2001 3 kayıt (commit)
  16. 22 May, 2001 1 kayıt (commit)
  17. 17 May, 2001 1 kayıt (commit)
    • Jack Jansen's avatar
      First step in porting MacPython modules to OSX/unix: break all references… · 0e04eecd
      Jack Jansen yazdı
      First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
      
      And these can now be vectored through glue routines (by defining USE_TOOLBOX_OBJECT_GLUE) which will do the necessary imports, whereupon the module's init routine will tell the glue routine about the real conversion routine address and everything is fine again.
      0e04eecd
  18. 09 Ock, 2001 1 kayıt (commit)
  19. 12 Ara, 2000 1 kayıt (commit)
  20. 14 Tem, 2000 2 kayıt (commit)
  21. 07 Tem, 2000 1 kayıt (commit)
  22. 21 Haz, 2000 1 kayıt (commit)
  23. 17 Mar, 2000 1 kayıt (commit)
  24. 06 Mar, 2000 1 kayıt (commit)
  25. 03 Mar, 2000 1 kayıt (commit)
  26. 12 Ara, 1999 1 kayıt (commit)
  27. 23 Agu, 1999 1 kayıt (commit)
  28. 04 Agu, 1999 1 kayıt (commit)
  29. 22 Tem, 1998 1 kayıt (commit)
  30. 23 Nis, 1998 1 kayıt (commit)
  31. 21 Nis, 1998 1 kayıt (commit)
  32. 17 Nis, 1998 1 kayıt (commit)
  33. 20 Şub, 1998 1 kayıt (commit)
  34. 20 Eyl, 1997 1 kayıt (commit)
  35. 01 Eyl, 1997 1 kayıt (commit)
  36. 09 Nis, 1997 1 kayıt (commit)
  37. 24 Şub, 1997 1 kayıt (commit)
    • Jack Jansen's avatar
      - Changed GestaltEqu.h to Gestalt.h · 4a8c54e6
      Jack Jansen yazdı
      - Changed FragLoader.h to CodeFragments.h
      - Removed Desk.h
      - Regenerated bgen modules from new universal headers
      - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately:
        this should have been a different commit)
      4a8c54e6