| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adapted GUI for per-user install. Doesn't do anything yet, though | Jack Jansen | 2003-04-15 | 1 | -14/+22 |
|
|
* | Added a File->Generate OSA Suite command. | Jack Jansen | 2003-03-31 | 1 | -0/+5 |
|
|
* | The MacPython introductory help is now called MacPython Help, and the | Jack Jansen | 2003-03-16 | 1 | -15/+22 |
|
|
* | - Don't ask for bring-to-front when quitting through an appleevent. | Jack Jansen | 2003-03-16 | 1 | -6/+4 |
|
|
* | Gave the text fields a little more space, so they don't get cut off. | Jack Jansen | 2003-03-03 | 1 | -4/+4 |
|
|
* | Don't call AEInteractWithUser unconditionally on a quit appleevent. The | Jack Jansen | 2003-03-03 | 1 | -2/+0 |
|
|
* | Check modes on install and temporary directories. Fixes #693230. | Jack Jansen | 2003-02-28 | 1 | -1/+1 |
|
|
* | Removed silly print. | Jack Jansen | 2003-02-28 | 1 | -1/+0 |
|
|
* | Added an "Open Recent" command. Fixes 607810. | Jack Jansen | 2003-02-25 | 2 | -0/+46 |
|
|
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
|
|
* | When building an applet clear out the tempfile and dir afterwards. | Jack Jansen | 2003-02-16 | 1 | -0/+5 |
|
|
* | Allow opening of alternate databases. | Jack Jansen | 2003-02-14 | 1 | -7/+38 |
|
|
* | Icons for the package manager. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
|
|
* | Allow this to run both standalone and as a window in the IDE. | Jack Jansen | 2003-02-12 | 1 | -1/+35 |
|
|
* | More int() around float arguments. | Jack Jansen | 2003-02-12 | 1 | -1/+1 |
|
|
* | Create applets slightly differently: by saving the sourcecode to a | Jack Jansen | 2003-02-12 | 1 | -1/+11 |
|
|
* | Renamed InstallManager to PackageManager, finished a first stab at the | Jack Jansen | 2003-02-12 | 2 | -11/+43 |
|
|
* | In a MultiList select all cells in the row, not only the first one. | Jack Jansen | 2003-02-12 | 1 | -4/+5 |
|
|
* | An install manager window for the IDE and standalone use. Unfinished. | Jack Jansen | 2003-02-11 | 1 | -0/+251 |
|
|
* | - More int() calls around floating point numbers passed where integers are | Jack Jansen | 2003-02-11 | 1 | -3/+3 |
|
|
* | Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now | Jack Jansen | 2003-02-06 | 9 | -68/+55 |
|
|
* | Added "Open File by Name" command which presens a filename dialog. If | Jack Jansen | 2003-02-05 | 1 | -0/+17 |
|
|
* | Cast various floats to ints so we don't get warnings. | Jack Jansen | 2003-02-05 | 2 | -1/+3 |
|
|
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 5 | -29/+30 |
|
|
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -3/+3 |
|
|
* | Fix bug #670845: cut & clear in the output window now work, in that | Just van Rossum | 2003-01-20 | 1 | -0/+6 |
|
|
* | interpret utf-8 file names on OSX | Just van Rossum | 2003-01-09 | 1 | -0/+2 |
|
|
* | removed silly & mask, avoiding FutureWarning | Just van Rossum | 2003-01-09 | 1 | -2/+2 |
|
|
* | macfsn is gone. | Jack Jansen | 2002-12-26 | 1 | -1/+1 |
|
|
* | Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Tempor... | Jack Jansen | 2002-12-13 | 1 | -2/+5 |
|
|
* | Tweaked some button sizes to make them look better on OSX. | Jack Jansen | 2002-12-13 | 1 | -3/+3 |
|
|
* | another wrong assumption fixed | Just van Rossum | 2002-12-13 | 1 | -3/+2 |
|
|
* | and now the real fix... | Just van Rossum | 2002-12-13 | 1 | -5/+2 |
|
|
* | fixed bool browsing bug, sf bug #652591 | Just van Rossum | 2002-12-13 | 1 | -0/+1 |
|
|
* | - reworked the object unpacking code, now supports new-style objects more | Just van Rossum | 2002-12-01 | 1 | -34/+46 |
|
|
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 9 | -29/+28 |
|
|
* | hardcode some resources, removing annoying Widgets.rsrc dependency | Just van Rossum | 2002-11-24 | 2 | -15/+100 |
|
|
* | workaround so the (otherwise still broken) IDE can at least quit in the Pytho... | Just van Rossum | 2002-11-22 | 1 | -15/+14 |
|
|
* | Another workaround, to find the IDE directory when we're in MacPython-OSX | Jack Jansen | 2002-11-18 | 1 | -0/+10 |
|
|
* | 'Replace all' in the find dialog didn't properly update the text view (it use... | Just van Rossum | 2002-10-24 | 1 | -5/+1 |
|
|
* | cd to users home dir if no current dir has been set. Fixes bug #625734 | Just van Rossum | 2002-10-20 | 1 | -0/+5 |
|
|
* | make sure the object browser can't crash because when the list data gets bigg... | Just van Rossum | 2002-09-16 | 1 | -6/+20 |
|
|
* | Mode rU for universal newlines, not rT. Spotted by Guido. | Jack Jansen | 2002-09-12 | 1 | -2/+2 |
|
|
* | Pass None to AHGotoPage(). | Jack Jansen | 2002-09-11 | 1 | -1/+1 |
|
|
* | The debugger source view only understood mac-style linefeeds. Fixed. | Jack Jansen | 2002-09-11 | 1 | -2/+3 |
|
|
* | Reorganized order of help menu, and don't show Carbon documentation | Jack Jansen | 2002-09-06 | 1 | -3/+4 |
|
|
* | Implemented the Help menu. The Python manual can be viewed (if installed) | Jack Jansen | 2002-08-31 | 1 | -0/+102 |
|
|
* | If there's an environment variable PYTHONIDEPATH it points to the IDE | Jack Jansen | 2002-08-31 | 1 | -1/+4 |
|
|
* | MenuID's are signed. | Jack Jansen | 2002-08-31 | 1 | -0/+2 |
|
|
* | fixed wrong classic MacOS pathname assumption | Just van Rossum | 2002-07-12 | 1 | -1/+1 |
|
|