Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the Popt resources for the applets to the newest version. | Jack Jansen | 2001-09-01 | 4 | -0/+0 |
| | |||||
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 2 | -7/+9 |
| | | | | and accepting unix-style newlines on input. | ||||
* | Added xx and xxsubtype modules, for completeness and because xxsubtype is ↵ | Jack Jansen | 2001-08-29 | 2 | -0/+7 |
| | | | | used by the test suite. | ||||
* | Use the new macresource module to open the accompanying resource file (if ↵ | Jack Jansen | 2001-08-27 | 4 | -18/+9 |
| | | | | needed). | ||||
* | These have long outlived there usefulness, in my opinion. Moved to Unsupported. | Jack Jansen | 2001-08-27 | 5 | -201/+0 |
| | |||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 10 | -29/+29 |
| | |||||
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 2 | -81/+87 |
| | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
* | Various toolbox modules were generated in lib-dynload accidentally | Jack Jansen | 2001-08-20 | 1 | -3/+3 |
| | | | | in stead of in Carbon. Fixed. | ||||
* | Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox ↵ | Jack Jansen | 2001-08-19 | 1 | -37/+41 |
| | | | | modules this is overridden to put them in :Mac:Lib:Carbon. | ||||
* | If genpluginprojects is called from fullbuild we set the Python source ↵ | Jack Jansen | 2001-08-16 | 2 | -1/+5 |
| | | | | directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised that you can't use fullbuild with one Python installation to build another one. | ||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 2 | -25/+36 |
| | | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. | ||||
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Typo in the classic mlte build line. | Jack Jansen | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | Added Mlte module (which, to my surprise, is available for classic ppc as well). | Jack Jansen | 2001-07-13 | 2 | -1/+5 |
| | |||||
* | Added CF module build and project generation (carbon only). | Jack Jansen | 2001-06-26 | 2 | -0/+5 |
| | |||||
* | Simple script to regenerate all bgen-generated modules. | Jack Jansen | 2001-05-22 | 1 | -0/+38 |
| | |||||
* | Dynamically loaded toolbox modules don't need to link against each other ↵ | Jack Jansen | 2001-05-17 | 1 | -21/+26 |
| | | | | anymore, due to the new glue code that ties them together. | ||||
* | Bah, somehow the macroman<->iso-latin-1 translation got lost during the ↵ | Jack Jansen | 2001-05-15 | 1 | -13/+13 |
| | | | | merge. Checking in one fixed file to make sure MacCVS Pro isn't the problem. If it isn't a flurry of checkins will follow tomorrow. If it is... well... | ||||
* | On OSX always copy PythonCore. It turns out an orphaned alias in ↵ | Jack Jansen | 2001-03-29 | 1 | -5/+18 |
| | | | | /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. | ||||
* | Changed some of the dialogs to be a little clearer. | Jack Jansen | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | Oops, ISO translation was off. Fixed. | Jack Jansen | 2001-03-27 | 1 | -13/+13 |
| | |||||
* | Added dummy _tkinter module for Carbon, which explains that Tkinter isnt ↵ | Jack Jansen | 2001-03-20 | 1 | -1/+1 |
| | | | | supported under Carbon. | ||||
* | Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. | Jack Jansen | 2001-03-15 | 2 | -5/+12 |
| | | | | Don't do sys.prefix==os.getcwd() check unless we're an applet. | ||||
* | Finished implementation of removing incorrect preferences file. | Jack Jansen | 2001-03-09 | 1 | -1/+3 |
| | |||||
* | Detect that the preference file may be incorrect, and offer to remove it. ↵ | Jack Jansen | 2001-03-08 | 2 | -2/+17 |
| | | | | This isn't finished yet. | ||||
* | macostools.copy() now has an optional forcetype flag, which sets the ↵ | Jack Jansen | 2001-03-06 | 2 | -2/+2 |
| | | | | filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). | ||||
* | Re-try the file copy once if it fails. This works around an obscure and ↵ | Jack Jansen | 2001-03-06 | 1 | -3/+9 |
| | | | | non-reproducibe bug in GUSI. | ||||
* | Also build Imaging for Carbon. | Jack Jansen | 2001-03-01 | 1 | -17/+1 |
| | |||||
* | Oops, need to import Res. | Jack Jansen | 2001-02-28 | 1 | -1/+4 |
| | |||||
* | If we can't find our splash dialog (i.e. we're probably running from source) ↵ | Jack Jansen | 2001-02-28 | 1 | -4/+25 |
| | | | | go into interactive mode: print what we're doing and ask about carbon/classic configure. | ||||
* | Added Popt resource for "dont show console" | Jack Jansen | 2001-02-27 | 4 | -1/+1 |
| | | | | Changed SIZE resource to be carbon-compatible. | ||||
* | Various tweaks to make it work on MacOSX. | Jack Jansen | 2001-02-27 | 1 | -2/+9 |
| | |||||
* | - Removed debug | Jack Jansen | 2001-02-17 | 2 | -2/+1 |
| | | | | - Make sure splash screens are visible | ||||
* | ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵ | Jack Jansen | 2001-02-17 | 3 | -101/+81 |
| | | | | ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. | ||||
* | More modifications to bring the script output in line with the real thing. | Jack Jansen | 2001-02-17 | 1 | -4/+34 |
| | |||||
* | DialogWindows now have a self.dlg in addition to self.wid. | Jack Jansen | 2001-02-14 | 1 | -10/+10 |
| | |||||
* | Also create alias to PythonCoreCarbon. | Jack Jansen | 2001-02-14 | 1 | -72/+3 |
| | | | | Got rid of lots of 68k stuff. | ||||
* | Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases. | Jack Jansen | 2001-02-13 | 1 | -15/+53 |
| | |||||
* | Added modules _testcapi, _weakref, _symtable. | Jack Jansen | 2001-02-12 | 1 | -0/+3 |
| | |||||
* | Added buttons for building interpreter, carbon standalone. | Jack Jansen | 2001-02-12 | 2 | -11/+37 |
| | | | | Added modules _testcapi, _weakref, _symtable. | ||||
* | Replaced by :Lib:cfmfile.py. | Jack Jansen | 2001-02-08 | 1 | -236/+0 |
| | |||||
* | Make balloon code dependent on existence of Help module | Jack Jansen | 2001-01-29 | 1 | -3/+10 |
| | |||||
* | Removed device from the list of Qd incompatibilities. It should be there, ↵ | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
| | | | | but causes too many false positives. | ||||
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 2 | -1/+3 |
| | |||||
* | Added Help, Scrap and icglue missing methods. | Jack Jansen | 2001-01-29 | 1 | -2/+19 |
| | |||||
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 2 | -3/+0 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 2 | -3/+16 |
| | | | | waste uses a mixture between Waste 2.0 and Waste 1.3. | ||||
* | Build directives for PythonStandalone were missing. | Jack Jansen | 2001-01-24 | 1 | -0/+4 |
| | |||||
* | Added the GrafPort attributes that are unavailable under Carbon. | Jack Jansen | 2001-01-24 | 1 | -0/+5 |
| | |||||
* | Also build the Carbon extension modules. | Jack Jansen | 2001-01-23 | 1 | -4/+16 |
| |