| Commit message (Expand) | Author | Age | Files | Lines |
* | Newer names for various error include files. | Jack Jansen | 2002-01-22 | 1 | -2/+2 |
|
|
* | Build _tkinter for Carbon too. | Jack Jansen | 2002-01-22 | 1 | -2/+2 |
|
|
* | Identify() enum values. This was changed in 1.14, but I don't think it is a g... | Jack Jansen | 2002-01-22 | 1 | -1/+5 |
|
|
* | CodeWarrior includes Waste and Internet Config nowadays, obviating the need f... | Jack Jansen | 2002-01-11 | 1 | -18/+35 |
|
|
* | The import of the scanner can also fail, cater for that. | Jack Jansen | 2001-12-14 | 1 | -1/+4 |
|
|
* | added CoreGraphics to build list | Just van Rossum | 2001-12-13 | 1 | -0/+1 |
|
|
* | added non-support for CoreGraphics... | Just van Rossum | 2001-12-13 | 1 | -0/+5 |
|
|
* | added CarbonEvents | Just van Rossum | 2001-12-12 | 2 | -0/+2 |
|
|
* | Not being able to copy PythonCore to the system-folder is not a fatal error, ... | Jack Jansen | 2001-12-07 | 2 | -4/+8 |
|
|
* | Link more modules with weak import, and add CarbonAccessors.o to all relevant... | Jack Jansen | 2001-12-05 | 1 | -6/+7 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 2 | -7/+12 |
|
|
* | Added hfsplusapi module. | Jack Jansen | 2001-11-06 | 2 | -0/+2 |
|
|
* | Added _hotshot. | Jack Jansen | 2001-10-23 | 2 | -0/+3 |
|
|
* | 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 |
|
|
* | Added xx and xxsubtype modules, for completeness and because xxsubtype is use... | Jack Jansen | 2001-08-29 | 2 | -0/+7 |
|
|
* | Use the new macresource module to open the accompanying resource file (if nee... | Jack Jansen | 2001-08-27 | 4 | -18/+9 |
|
|
* | 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 u... | Jack Jansen | 2001-08-23 | 2 | -81/+87 |
|
|
* | Various toolbox modules were generated in lib-dynload accidentally | Jack Jansen | 2001-08-20 | 1 | -3/+3 |
|
|
* | Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox m... | Jack Jansen | 2001-08-19 | 1 | -37/+41 |
|
|
* | If genpluginprojects is called from fullbuild we set the Python source direct... | Jack Jansen | 2001-08-16 | 2 | -1/+5 |
|
|
* | Bit another bullet: all toolbox modules are now in dynamically loaded modules... | Jack Jansen | 2001-08-07 | 2 | -25/+36 |
|
|
* | 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 anym... | Jack Jansen | 2001-05-17 | 1 | -21/+26 |
|
|
* | Bah, somehow the macroman<->iso-latin-1 translation got lost during the merge... | Jack Jansen | 2001-05-15 | 1 | -13/+13 |
|
|
* | On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFM... | Jack Jansen | 2001-03-29 | 1 | -5/+18 |
|
|
* | 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 supp... | Jack Jansen | 2001-03-20 | 1 | -1/+1 |
|
|
* | Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. | Jack Jansen | 2001-03-15 | 2 | -5/+12 |
|
|
* | 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. Thi... | Jack Jansen | 2001-03-08 | 2 | -2/+17 |
|
|
* | macostools.copy() now has an optional forcetype flag, which sets the filetype... | Jack Jansen | 2001-03-06 | 2 | -2/+2 |
|
|
* | Re-try the file copy once if it fails. This works around an obscure and non-r... | Jack Jansen | 2001-03-06 | 1 | -3/+9 |
|
|
* | 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 |
|
|
* | Added Popt resource for "dont show console" | Jack Jansen | 2001-02-27 | 4 | -1/+1 |
|
|
* | 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 |
|
|
* | ConfigurePython now comes in two flavors: ConfigurePythonClassic and Configur... | Jack Jansen | 2001-02-17 | 3 | -101/+81 |
|
|
* | 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 |
|
|