Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Install a symlink to the documentation (which lives in the framework) | Jack Jansen | 2002-08-28 | 2 | -3/+10 |
| | | | | | | in Python.app, and refer to it in Info.plist. This makes Apple Help Viewer recognize the Python documentation. - Changed the externally visible name of Python.app to "Python" (was PythonW). | ||||
* | Python.app no longer advertises that it can handle .py and .pyc files, | Jack Jansen | 2002-08-01 | 3 | -32/+0 |
| | | | | PythonLauncher.app has taken that responsibility over. | ||||
* | - Better commandline interface to BuildApplet, complete with options, | Jack Jansen | 2002-06-09 | 1 | -0/+2 |
| | | | | | | | verbose output to the console, etc. - Allow Cocoa applets to be built with BuildApplet. No full testing has been done yet to ensure OS9 operation hasn't suffered. | ||||
* | Auxiliary files used by BuildApplet for MachoPython. | Jack Jansen | 2002-03-29 | 3 | -0/+52 |
| | |||||
* | Missed one version number. | Jack Jansen | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | Changed visible name (in dock, menubar) of the interpreter to PythonW. | Jack Jansen | 2002-03-29 | 2 | -11/+11 |
| | | | | Changed version numbers and copyright. | ||||
* | Updated for 2.2 release. | Jack Jansen | 2001-12-12 | 1 | -0/+0 |
| | |||||
* | Ready for 2.2 distribution. | Jack Jansen | 2001-12-12 | 1 | -4/+12 |
| | |||||
* | - Removed the . in the extensions. | Jack Jansen | 2001-09-11 | 1 | -2/+12 |
| | | | | - Allow any file to be dropped on the interpreter (for file args). | ||||
* | Python is a Shell, not a Viewer. | Jack Jansen | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | Template for an OSX PythonInterpreter application. | Jack Jansen | 2001-09-04 | 6 | -0/+66 |