- 29 Ock, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Added generators for EnableMenuItem and CheckMenuItem (which have Mac in front of their name in the include files).
-
- 14 Tem, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 02 Haz, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
-
- 23 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
handle = Ctl.as_Resource(ctl) ctl = Ctl.as_Control(handle) and similarly for List, Menu, TE. The old handle.as_Control() methods are still there for backward compatability.
-
- 07 Şub, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
argument and return a Control or Menu object.
-
- 24 Nis, 1998 1 kayıt (commit)
-
-
Jack Jansen yazdı
declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files.
-
- 18 Haz, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 19 Mar, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-