summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/PythonLauncher
Commit message (Expand)AuthorAgeFilesLines
* Merge the rest of the trunk.Thomas Wouters2006-06-0827-1414/+0
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-2711-681/+185
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-302-2/+0
* The interpreter popup was never filled with any data, fixed.Jack Jansen2004-07-162-4/+11
* Made preference window resizable (and do the most logical thing on resize)Jack Jansen2004-07-162-3/+7
* Cleaned up list of interpreters.Jack Jansen2004-07-161-16/+8
* On startup, attempt to set the working directory to $HOME.Jack Jansen2004-06-031-0/+3
* Fixed lots of minor issues found by Edward Moy: incorrect versionJack Jansen2003-07-041-4/+6
* Tooltip for tab/space consistency check was the wrong way around. SpottedJack Jansen2003-07-023-6/+2
* Added a field that allows the user to set sys.argv-style argumentsJack Jansen2003-06-209-5/+21
* At startup, test that PythonLauncher is the default application for filesJack Jansen2003-06-203-18/+44
* Use pythonw as the default interpreter also for .py scripts (overridableJack Jansen2003-02-191-4/+9
* Optionally honour #! paths in scripts. Fixes #676358.Jack Jansen2003-02-1714-14/+54
* correct comment (and add newline at end)Just van Rossum2003-01-041-2/+2
* Changed the input field for the interpreter to use (in the preferencesJack Jansen2002-12-269-10/+52
* Lots of restructuring, mostly suggested by Bill Bumgarner. MainJack Jansen2002-11-256-57/+242
* dded cvsignores.Jack Jansen2002-11-203-2/+8
* On Jaguar the default mode for files in the installed product is 444 (or 555)Jack Jansen2002-08-301-0/+1
* Added an icon for .pyw files.Jack Jansen2002-08-022-0/+15
* Python.app is now a hidden application, deep in the framework. It willJack Jansen2002-08-011-2/+2
* Only show the UI for selecting options if the ALT key was depressed whileJack Jansen2002-08-011-18/+7
* Install into /Applications/Python in stead of into /Applications.Jack Jansen2002-07-311-3/+2
* Implemented starting Python in a terminal window. The implementation isn'tJack Jansen2002-07-315-6/+177
* First stab at the launcher application. This will be run when the userJack Jansen2002-07-2924-0/+1413