| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow specifiying the destination for --extra files (default: same | Jack Jansen | 2003-02-24 | 1 | -6/+8 |
|
|
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
|
|
* | 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 made a bit more OSX-friendly. | Jack Jansen | 2003-02-05 | 1 | -7/+10 |
|
|
* | removing old junk | Just van Rossum | 2003-02-05 | 1 | -60/+0 |
|
|
* | Removed unused import of macfs. | Jack Jansen | 2003-02-05 | 1 | -1/+0 |
|
|
* | I don't think this script serves a useful purpose anymore, and I can't | Jack Jansen | 2003-02-05 | 1 | -97/+0 |
|
|
* | patch #678211 from Robin Dunn | Just van Rossum | 2003-02-01 | 1 | -7/+15 |
|
|
* | Fix an omission in the previous checkin. | Jack Jansen | 2003-01-26 | 1 | -1/+1 |
|
|
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 7 | -22/+25 |
|
|
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 2 | -35/+32 |
|
|
* | Getting rid of StandardGetFile | Jack Jansen | 2003-01-22 | 3 | -17/+13 |
|
|
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 7 | -62/+31 |
|
|
* | Updated for demise of macfs. | Jack Jansen | 2002-12-24 | 2 | -2/+0 |
|
|
* | Got rid of non-carbon stuff, and added new Alias, File and Folder modules. | Jack Jansen | 2002-12-13 | 2 | -112/+31 |
|
|
* | Tweaked button sizes and hid unused items. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
|
|
* | make the --link option match the original: just symlink the executable | Just van Rossum | 2002-11-22 | 1 | -2/+2 |
|
|
* | Replaced the bundle building code with calls to the new bundlebuilder | Just van Rossum | 2002-11-22 | 1 | -133/+75 |
|
|
* | Go from filename to FSSpec via FSRefs, to work around outdated macfs module | Jack Jansen | 2002-11-15 | 1 | -1/+1 |
|
|
* | Make the Resources directory if needed. | Jack Jansen | 2002-11-15 | 1 | -0/+2 |
|
|
* | Script to create .app bundles. Largely untested. | Jack Jansen | 2002-11-06 | 1 | -0/+160 |
|
|
* | Silly me, I enabled the old help module. Fixed. | Jack Jansen | 2002-09-06 | 2 | -2/+3 |
|
|
* | Added carbon Help module. | Jack Jansen | 2002-09-06 | 2 | -1/+2 |
|
|
* | The script was very sloppy about which variables held source pathnames | Jack Jansen | 2002-09-06 | 1 | -56/+54 |
|
|
* | Remove .pyo files too. | Jack Jansen | 2002-09-06 | 1 | -2/+2 |
|
|
* | Script to generate .pkg packages, donated by Dinu Gherman. This is his | Jack Jansen | 2002-09-06 | 1 | -0/+464 |
|
|
* | Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, | Jack Jansen | 2002-08-22 | 1 | -2/+2 |
|
|
* | For MacPython-OS9 verbose is the default. | Jack Jansen | 2002-08-22 | 1 | -0/+3 |
|
|
* | Tool to pre-created cached .rsrc.df.rsrc files in the Lib directories, | Jack Jansen | 2002-08-09 | 1 | -0/+45 |
|
|
* | Patch by Russel Owen: if we have command line arguments zap pyc files | Jack Jansen | 2002-08-09 | 1 | -12/+15 |
|
|
* | Fixed incorrect logic in determining whether we should initialize | Jack Jansen | 2002-08-07 | 1 | -2/+1 |
|
|
* | - If an OSA identifier is a Python reserved word we now append an _ | Jack Jansen | 2002-08-07 | 1 | -8/+10 |
|
|
* | Don't be over-enthusiastic with the ascii() calls: we don't need it if | Jack Jansen | 2002-08-07 | 1 | -19/+19 |
|
|
* | Donovan Preston's patch #538395, with some mods by me. | Jack Jansen | 2002-08-07 | 1 | -30/+86 |
|
|
* | Better output for errors, and some progress reports. | Jack Jansen | 2002-08-05 | 1 | -1/+12 |
|
|
* | This can now run under unix-Python too. You have to pass the folder | Jack Jansen | 2002-08-05 | 1 | -2/+6 |
|
|
* | Added _IBCarbon module. | Jack Jansen | 2002-08-05 | 2 | -0/+3 |
|
|
* | Finally found out why te cf project sometimes worked and someimes didn't. Fix... | Jack Jansen | 2002-07-22 | 1 | -1/+1 |
|
|
* | Started on support for using standard setup.py to build at least | Jack Jansen | 2002-06-27 | 1 | -43/+66 |
|
|
* | Disabled non-carbon builds (for the moment still optional) and made | Jack Jansen | 2002-06-26 | 2 | -20/+27 |
|
|
* | - Better commandline interface to BuildApplet, complete with options, | Jack Jansen | 2002-06-09 | 1 | -4/+61 |
|
|
* | Allow the shared library initialization routine to be overridden with an init... | Jack Jansen | 2002-05-23 | 1 | -3/+6 |
|
|
* | First part of fix for #493826: if 'errn' key exists in return value this does... | Jack Jansen | 2002-04-23 | 1 | -1/+1 |
|
|
* | Regenerated to include Internet Config error strings. | Jack Jansen | 2002-04-22 | 1 | -9/+72 |
|
|
* | Added an optional file with MacErrors.h extensions: IC errors aren't in there. | Jack Jansen | 2002-04-22 | 2 | -0/+19 |
|
|
* | Modified to allow it to run in MachoPython in a reasonable way. It still | Jack Jansen | 2002-03-30 | 1 | -10/+17 |
|
|
* | Weaklink most toolbox modules, improving backward compatibility. Modules will... | Jack Jansen | 2002-03-24 | 1 | -12/+25 |
|
|
* | - Weaklink InterfaceLib in _Res module | Jack Jansen | 2002-03-22 | 1 | -3/+6 |
|
|
* | Modifed for new included expat. | Jack Jansen | 2002-03-14 | 1 | -6/+14 |
|
|