summaryrefslogtreecommitdiffstats
path: root/Mac/OSXResources/app
Commit message (Collapse)AuthorAgeFilesLines
* The MacPython introductory help is now called MacPython Help, and theJack Jansen2003-03-162-2/+3
| | | | optional full documentation Python Documentation.
* Lots of textual changes suggested by Matthew Moelter.Jack Jansen2003-03-161-13/+13
|
* Adding MacPython online help. Only the basics are installed, with aJack Jansen2003-03-1121-0/+493
| | | | | | placeholder for the full documentation (pointing to the online docs and explaining you can also install them locally to make them searchable, etc).
* Fix for bug #697546: don't auto-register the Python documentationJack Jansen2003-03-051-1/+3
| | | | | | by putting the help book in an array. Somehow the fact that Python.app (and, hence, pythonw) got an automatic help menu messed up Tkinter's handling of the help menu.
* These are no longer used.Jack Jansen2003-03-052-54/+0
|
* - Install a symlink to the documentation (which lives in the framework)Jack Jansen2002-08-282-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 Jansen2002-08-013-32/+0
| | | | PythonLauncher.app has taken that responsibility over.
* - Better commandline interface to BuildApplet, complete with options,Jack Jansen2002-06-091-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 Jansen2002-03-293-0/+52
|
* Missed one version number.Jack Jansen2002-03-291-1/+1
|
* Changed visible name (in dock, menubar) of the interpreter to PythonW.Jack Jansen2002-03-292-11/+11
| | | | Changed version numbers and copyright.
* Updated for 2.2 release.Jack Jansen2001-12-121-0/+0
|
* Ready for 2.2 distribution.Jack Jansen2001-12-121-4/+12
|
* - Removed the . in the extensions.Jack Jansen2001-09-111-2/+12
| | | | - Allow any file to be dropped on the interpreter (for file args).
* Python is a Shell, not a Viewer.Jack Jansen2001-09-051-1/+1
|
* Template for an OSX PythonInterpreter application.Jack Jansen2001-09-046-0/+66