summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/buildtools.py
Commit message (Expand)AuthorAgeFilesLines
* Added a hack so we can build applets with a MacPython that uses theJack Jansen2002-11-151-0/+11
* - Use imp to find appletrawmain.py in stead of hand-crafting the pathJack Jansen2002-11-111-2/+5
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-071-42/+15
* Don't copy the documentation when using Python.app as an applet template.Jack Jansen2002-08-291-0/+1
* Refuse to run if the last bit of the destination path contains a # character.Jack Jansen2002-08-181-1/+4
* Patch by Ronald Oussoren: if there's a .lproj in the extras list alsoJack Jansen2002-08-051-1/+10
* Final step in making applets first-class citizens: if the applet wantsJack Jansen2002-08-021-0/+10
* - Slightly better error message in case of syntax errors in the script.Jack Jansen2002-08-021-3/+5
* Open the source file in universal newline mode.Jack Jansen2002-06-201-1/+1
* - Better commandline interface to BuildApplet, complete with options,Jack Jansen2002-06-091-45/+96
* Handle .icns and .plist files for applets.Jack Jansen2002-03-291-5/+23
* Implemented buildtools for MachoPython .app bundles. The API is compatibleJack Jansen2002-03-291-2/+150
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
* Allow selecting a template in findtemplate(), so Classic programs can build C...Jack Jansen2001-02-171-6/+8
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-291-1/+1
* Set the finder "is shared" bit, by request of Joe Strout. It seems this allow...Jack Jansen1999-12-031-1/+1
* Remove all owner resources from template, and if no owner resource contained inJack Jansen1999-03-171-14/+22
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-141-1/+1
* set 'preload' attribute for __main__ PYC resource -- jvrJust van Rossum1999-01-301-0/+3
* skip 'vers' resource when copying resources from templeate -- jvrJust van Rossum1999-01-301-1/+1
* Common code for BuildApplet, BuildApplication and fullbuild (Just)Jack Jansen1998-07-311-0/+279