summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
Commit message (Expand)AuthorAgeFilesLines
* Allow specifiying the destination for --extra files (default: sameJack Jansen2003-02-241-6/+8
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-211-1/+1
* Got rid of macfs.Jack Jansen2003-02-061-5/+4
* Got rid of FSSpecs.Jack Jansen2003-02-061-29/+28
* Got rid of macfs and made a bit more OSX-friendly.Jack Jansen2003-02-051-7/+10
* removing old junkJust van Rossum2003-02-051-60/+0
* Removed unused import of macfs.Jack Jansen2003-02-051-1/+0
* I don't think this script serves a useful purpose anymore, and I can'tJack Jansen2003-02-051-97/+0
* patch #678211 from Robin DunnJust van Rossum2003-02-011-7/+15
* Fix an omission in the previous checkin.Jack Jansen2003-01-261-1/+1
* Use new file dialogs.Jack Jansen2003-01-267-22/+25
* Use new file dialogs.Jack Jansen2003-01-262-35/+32
* Getting rid of StandardGetFileJack Jansen2003-01-223-17/+13
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-087-62/+31
* Updated for demise of macfs.Jack Jansen2002-12-242-2/+0
* Got rid of non-carbon stuff, and added new Alias, File and Folder modules.Jack Jansen2002-12-132-112/+31
* Tweaked button sizes and hid unused items.Jack Jansen2002-12-131-0/+0
* make the --link option match the original: just symlink the executableJust van Rossum2002-11-221-2/+2
* Replaced the bundle building code with calls to the new bundlebuilderJust van Rossum2002-11-221-133/+75
* Go from filename to FSSpec via FSRefs, to work around outdated macfs moduleJack Jansen2002-11-151-1/+1
* Make the Resources directory if needed.Jack Jansen2002-11-151-0/+2
* Script to create .app bundles. Largely untested.Jack Jansen2002-11-061-0/+160
* Silly me, I enabled the old help module. Fixed.Jack Jansen2002-09-062-2/+3
* Added carbon Help module.Jack Jansen2002-09-062-1/+2
* The script was very sloppy about which variables held source pathnamesJack Jansen2002-09-061-56/+54
* Remove .pyo files too.Jack Jansen2002-09-061-2/+2
* Script to generate .pkg packages, donated by Dinu Gherman. This is hisJack Jansen2002-09-061-0/+464
* Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer,Jack Jansen2002-08-221-2/+2
* For MacPython-OS9 verbose is the default.Jack Jansen2002-08-221-0/+3
* Tool to pre-created cached .rsrc.df.rsrc files in the Lib directories,Jack Jansen2002-08-091-0/+45
* Patch by Russel Owen: if we have command line arguments zap pyc filesJack Jansen2002-08-091-12/+15
* Fixed incorrect logic in determining whether we should initializeJack Jansen2002-08-071-2/+1
* - If an OSA identifier is a Python reserved word we now append an _Jack Jansen2002-08-071-8/+10
* Don't be over-enthusiastic with the ascii() calls: we don't need it ifJack Jansen2002-08-071-19/+19
* Donovan Preston's patch #538395, with some mods by me.Jack Jansen2002-08-071-30/+86
* Better output for errors, and some progress reports.Jack Jansen2002-08-051-1/+12
* This can now run under unix-Python too. You have to pass the folderJack Jansen2002-08-051-2/+6
* Added _IBCarbon module.Jack Jansen2002-08-052-0/+3
* Finally found out why te cf project sometimes worked and someimes didn't. Fix...Jack Jansen2002-07-221-1/+1
* Started on support for using standard setup.py to build at leastJack Jansen2002-06-271-43/+66
* Disabled non-carbon builds (for the moment still optional) and madeJack Jansen2002-06-262-20/+27
* - Better commandline interface to BuildApplet, complete with options,Jack Jansen2002-06-091-4/+61
* Allow the shared library initialization routine to be overridden with an init...Jack Jansen2002-05-231-3/+6
* First part of fix for #493826: if 'errn' key exists in return value this does...Jack Jansen2002-04-231-1/+1
* Regenerated to include Internet Config error strings.Jack Jansen2002-04-221-9/+72
* Added an optional file with MacErrors.h extensions: IC errors aren't in there.Jack Jansen2002-04-222-0/+19
* Modified to allow it to run in MachoPython in a reasonable way. It stillJack Jansen2002-03-301-10/+17
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-241-12/+25
* - Weaklink InterfaceLib in _Res moduleJack Jansen2002-03-221-3/+6
* Modifed for new included expat.Jack Jansen2002-03-141-6/+14