This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-23 01:23:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Mac
/
Python
History
Jack Jansen
52306a780b
The new menu initialization code would also add the SIOUX menus if a (frozen) Python program had installed its own menubar previously. We now guard against this, with a bit of a hack: FrameWork uses the same Menu ID as Sioux, and the init code checks that the text in the menu is "About SIOUX" before replacing it.
2001-12-10 16:08:14 +00:00
..
getapplbycreator.c
…
gusiconfig.cpp
…
macapplication.c
…
macgetargv.c
…
macgetcompiler.c
…
macgetpath.c
…
macgetplatform.c
…
macglue.c
The new menu initialization code would also add the SIOUX menus if a (frozen) Python program had installed its own menubar previously. We now guard against this, with a bit of a hack: FrameWork uses the same Menu ID as Sioux, and the init code checks that the text in the menu is "About SIOUX" before replacing it.
2001-12-10 16:08:14 +00:00
macimport.c
Replace sprintf() with PyOS_snprintf().
2001-12-05 23:27:58 +00:00
macmain.c
…
macsetfiletype.c
…
macshlglue.c
…
missingtoolboxcalls.c
…
pyGUSISIOUX.cp
…