summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
Commit message (Expand)AuthorAgeFilesLines
* Check modes on install and temporary directories. Fixes #693230.Jack Jansen2003-02-281-1/+1
* Removed silly print.Jack Jansen2003-02-281-1/+0
* Added an "Open Recent" command. Fixes 607810.Jack Jansen2003-02-252-0/+46
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-211-1/+1
* When building an applet clear out the tempfile and dir afterwards.Jack Jansen2003-02-161-0/+5
* Allow opening of alternate databases.Jack Jansen2003-02-141-7/+38
* Icons for the package manager.Jack Jansen2003-02-121-0/+0
* Allow this to run both standalone and as a window in the IDE.Jack Jansen2003-02-121-1/+35
* More int() around float arguments.Jack Jansen2003-02-121-1/+1
* Create applets slightly differently: by saving the sourcecode to aJack Jansen2003-02-121-1/+11
* Renamed InstallManager to PackageManager, finished a first stab at theJack Jansen2003-02-122-11/+43
* In a MultiList select all cells in the row, not only the first one.Jack Jansen2003-02-121-4/+5
* An install manager window for the IDE and standalone use. Unfinished.Jack Jansen2003-02-111-0/+251
* - More int() calls around floating point numbers passed where integers areJack Jansen2003-02-111-3/+3
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-069-68/+55
* Added "Open File by Name" command which presens a filename dialog. IfJack Jansen2003-02-051-0/+17
* Cast various floats to ints so we don't get warnings.Jack Jansen2003-02-052-1/+3
* Use new file dialogs.Jack Jansen2003-01-265-29/+30
* Use new file dialogs.Jack Jansen2003-01-261-3/+3
* Fix bug #670845: cut & clear in the output window now work, in thatJust van Rossum2003-01-201-0/+6
* interpret utf-8 file names on OSXJust van Rossum2003-01-091-0/+2
* removed silly & mask, avoiding FutureWarningJust van Rossum2003-01-091-2/+2
* macfsn is gone.Jack Jansen2002-12-261-1/+1
* Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Tempor...Jack Jansen2002-12-131-2/+5
* Tweaked some button sizes to make them look better on OSX.Jack Jansen2002-12-131-3/+3
* another wrong assumption fixedJust van Rossum2002-12-131-3/+2
* and now the real fix...Just van Rossum2002-12-131-5/+2
* fixed bool browsing bug, sf bug #652591Just van Rossum2002-12-131-0/+1
* - reworked the object unpacking code, now supports new-style objects moreJust van Rossum2002-12-011-34/+46
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-309-29/+28
* hardcode some resources, removing annoying Widgets.rsrc dependencyJust van Rossum2002-11-242-15/+100
* workaround so the (otherwise still broken) IDE can at least quit in the Pytho...Just van Rossum2002-11-221-15/+14
* Another workaround, to find the IDE directory when we're in MacPython-OSXJack Jansen2002-11-181-0/+10
* 'Replace all' in the find dialog didn't properly update the text view (it use...Just van Rossum2002-10-241-5/+1
* cd to users home dir if no current dir has been set. Fixes bug #625734Just van Rossum2002-10-201-0/+5
* make sure the object browser can't crash because when the list data gets bigg...Just van Rossum2002-09-161-6/+20
* Mode rU for universal newlines, not rT. Spotted by Guido.Jack Jansen2002-09-121-2/+2
* Pass None to AHGotoPage().Jack Jansen2002-09-111-1/+1
* The debugger source view only understood mac-style linefeeds. Fixed.Jack Jansen2002-09-111-2/+3
* Reorganized order of help menu, and don't show Carbon documentationJack Jansen2002-09-061-3/+4
* Implemented the Help menu. The Python manual can be viewed (if installed)Jack Jansen2002-08-311-0/+102
* If there's an environment variable PYTHONIDEPATH it points to the IDEJack Jansen2002-08-311-1/+4
* MenuID's are signed.Jack Jansen2002-08-311-0/+2
* fixed wrong classic MacOS pathname assumptionJust van Rossum2002-07-121-1/+1
* minor fixes, removed obsolete warningJust van Rossum2002-07-121-10/+3
* e macresource.need() to open the W resource file in the application initJack Jansen2002-04-032-1/+4
* Got the example program to work in MachoPython.Jack Jansen2002-04-031-2/+4
* Added a "run with commandline Python" flag. Works in MachoPython, should workJack Jansen2002-03-311-12/+54
* Auxiliary files for building the IDE applet. Running the IDE throughJack Jansen2002-03-292-0/+57
* repair damage: canceling the "save options" dialog now works again.Just van Rossum2002-03-291-4/+3