Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the 2.2 compatibility module boolcheck.py and related code | Kurt B. Kaiser | 2003-06-14 | 1 | -9/+0 |
| | | | | | | M PyShell.py R boolcheck.py M run.py | ||||
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -2/+1 |
| | |||||
* | Update way a subprocess is launched for Mac OS X. | Tony Lownds | 2002-12-20 | 1 | -0/+10 |
Another applet mechanism has been developed for Python on Mac OS X and trying to use the -c "__import__('run').main()" trick is just not working. macosx_main.py is a new file which should be used as the startup file for Mac OS X applet bundles. This startup file understands a -p option, which when seen will start run.main(). When running as an applet, this seems like the best approach. |