- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Kas, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
MacOS9isms.
-
- 12 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9).
-
- 29 Kas, 2002 1 kayıt (commit)
-
-
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.
-
- 05 Şub, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated.
-
- 05 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 23 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
-
- 20 Haz, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 22 May, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
-
- 12 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Tem, 2000 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 07 Tem, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.
-
- 21 Haz, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 17 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 15 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 25 Şub, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
sound-output interface, so this needs a Python wrapper shortly.
-
- 01 Agu, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 09 Haz, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 06 Haz, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
- Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
-
- 19 Şub, 1995 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 30 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-