index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Mac
/
Lib
/
buildtools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both
Jack Jansen
2002-12-30
1
-521/+0
*
Added a hack so we can build applets with a MacPython that uses the
Jack Jansen
2002-11-15
1
-0/+11
*
- Use imp to find appletrawmain.py in stead of hand-crafting the path
Jack Jansen
2002-11-11
1
-2/+5
*
Got rid of the python.rsrc resource file. The error message strings and
Jack Jansen
2002-11-07
1
-42/+15
*
Don't copy the documentation when using Python.app as an applet template.
Jack Jansen
2002-08-29
1
-0/+1
*
Refuse to run if the last bit of the destination path contains a # character.
Jack Jansen
2002-08-18
1
-1/+4
*
Patch by Ronald Oussoren: if there's a .lproj in the extras list also
Jack Jansen
2002-08-05
1
-1/+10
*
Final step in making applets first-class citizens: if the applet wants
Jack Jansen
2002-08-02
1
-0/+10
*
- Slightly better error message in case of syntax errors in the script.
Jack Jansen
2002-08-02
1
-3/+5
*
Open the source file in universal newline mode.
Jack Jansen
2002-06-20
1
-1/+1
*
- Better commandline interface to BuildApplet, complete with options,
Jack Jansen
2002-06-09
1
-45/+96
*
Handle .icns and .plist files for applets.
Jack Jansen
2002-03-29
1
-5/+23
*
Implemented buildtools for MachoPython .app bundles. The API is compatible
Jack Jansen
2002-03-29
1
-2/+150
*
Import the MacOS toolbox modules from the Carbon package.
Jack Jansen
2001-08-25
1
-1/+1
*
Allow selecting a template in findtemplate(), so Classic programs can build C...
Jack Jansen
2001-02-17
1
-6/+8
*
Use FSpCreateResFile() in stead of CreateResFile().
Jack Jansen
2001-01-29
1
-1/+1
*
Set the finder "is shared" bit, by request of Joe Strout. It seems this allow...
Jack Jansen
1999-12-03
1
-1/+1
*
Remove all owner resources from template, and if no owner resource contained in
Jack Jansen
1999-03-17
1
-14/+22
*
(finally) unified the interpreter and the applet as Just suggested ages ago. The
Jack Jansen
1999-02-14
1
-1/+1
*
set 'preload' attribute for __main__ PYC resource -- jvr
Just van Rossum
1999-01-30
1
-0/+3
*
skip 'vers' resource when copying resources from templeate -- jvr
Just van Rossum
1999-01-30
1
-1/+1
*
Common code for BuildApplet, BuildApplication and fullbuild (Just)
Jack Jansen
1998-07-31
1
-0/+279