| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get rid of Mac.pth: plat-mac is now added through the normal mechanism. | Jack Jansen | 2003-03-17 | 2 | -4/+0 |
|
|
* | The MacPython introductory help is now called MacPython Help, and the | Jack Jansen | 2003-03-16 | 4 | -25/+41 |
|
|
* | - Don't ask for bring-to-front when quitting through an appleevent. | Jack Jansen | 2003-03-16 | 1 | -6/+4 |
|
|
* | Lots of textual changes suggested by Matthew Moelter. | Jack Jansen | 2003-03-16 | 1 | -13/+13 |
|
|
* | Add a simple Apple Help book to the framework. | Jack Jansen | 2003-03-11 | 1 | -5/+14 |
|
|
* | Adding MacPython online help. Only the basics are installed, with a | Jack Jansen | 2003-03-11 | 21 | -0/+493 |
|
|
* | This file was terribly outdated. The example is still silly (and won't | Jack Jansen | 2003-03-11 | 1 | -65/+28 |
|
|
* | Allow unicode pathnames where FSRefs are expected. Fixes 696253. | Jack Jansen | 2003-03-11 | 2 | -4/+10 |
|
|
* | Removed unused variable | Jack Jansen | 2003-03-07 | 1 | -1/+0 |
|
|
* | Got PythonStandalone to work again, mainly for debugging purposes (it's much ... | Jack Jansen | 2003-03-07 | 2 | -6/+6 |
|
|
* | First try to use the OSATerminology module to get the terminology | Jack Jansen | 2003-03-06 | 1 | -9/+36 |
|
|
* | Various tweaks by Jack because of the different module name, adaptation | Jack Jansen | 2003-03-06 | 1 | -43/+74 |
|
|
* | Module to get OSA terminology description through the "official channels", | Jack Jansen | 2003-03-06 | 1 | -0/+70 |
|
|
* | Fix for bug #697546: don't auto-register the Python documentation | Jack Jansen | 2003-03-05 | 1 | -1/+3 |
|
|
* | These are no longer used. | Jack Jansen | 2003-03-05 | 2 | -54/+0 |
|
|
* | Gave the text fields a little more space, so they don't get cut off. | Jack Jansen | 2003-03-03 | 1 | -4/+4 |
|
|
* | Mod to previous checkin: we must require ascii, not system defautl encoding, | Jack Jansen | 2003-03-03 | 2 | -2/+2 |
|
|
* | Accept only the system default encoding when converting Python | Jack Jansen | 2003-03-03 | 3 | -8/+11 |
|
|
* | 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 |
|
|
* | StdFilterProc() uses InOut parameters. | Jack Jansen | 2003-02-27 | 2 | -5/+14 |
|
|
* | Added an "Open Recent" command. Fixes 607810. | Jack Jansen | 2003-02-25 | 2 | -0/+46 |
|
|
* | In Mac OS X framework builds don't assume that the executable will be | Jack Jansen | 2003-02-25 | 1 | -6/+6 |
|
|
* | Fix building of Idle applet. | Jack Jansen | 2003-02-24 | 1 | -5/+1 |
|
|
* | Allow specifiying the destination for --extra files (default: same | Jack Jansen | 2003-02-24 | 1 | -6/+8 |
|
|
* | Added a linkmodel attribute, showing how Python was built. This is so | Jack Jansen | 2003-02-23 | 1 | -0/+13 |
|
|
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 12 | -30/+41 |
|
|
* | WASTEconst.py goes one level above the toolbox directory. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
|
|
* | Added a method WMAvailable(). This will return True if and only if there | Jack Jansen | 2003-02-21 | 1 | -0/+43 |
|
|
* | Use pythonw as the default interpreter also for .py scripts (overridable | Jack Jansen | 2003-02-19 | 1 | -4/+9 |
|
|
* | Undid half of the previous checkin: continue using BuildApplet for most | Jack Jansen | 2003-02-18 | 1 | -14/+8 |
|
|
* | Optionally honour #! paths in scripts. Fixes #676358. | Jack Jansen | 2003-02-17 | 14 | -14/+54 |
|
|
* | When building an applet clear out the tempfile and dir afterwards. | Jack Jansen | 2003-02-16 | 1 | -0/+5 |
|
|
* | Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at least | Jack Jansen | 2003-02-14 | 1 | -49/+61 |
|
|
* | Allow opening of alternate databases. | Jack Jansen | 2003-02-14 | 1 | -7/+38 |
|
|
* | Got building documentation from source to work. | Jack Jansen | 2003-02-14 | 1 | -4/+3 |
|
|
* | Icons for the package manager. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
|
|
* | Photoshop source file for package manager icon. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
|
|
* | Use bundlebuilder directly to build applets. | Jack Jansen | 2003-02-12 | 1 | -7/+34 |
|
|
* | 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. | Jack Jansen | 2003-02-06 | 1 | -5/+4 |
|
|
* | Got rid of FSSpecs. | Jack Jansen | 2003-02-06 | 1 | -29/+28 |
|
|
* | Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now | Jack Jansen | 2003-02-06 | 9 | -68/+55 |
|
|