Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f96dd83bb49a4232ac01725b5b0c40d392b7b1eb
/
Lib
/
plat-mac
/
buildtools.py
d69b744
If not icon file is specified use the default Python Applet icons. Fixes 719303.
by Jack Jansen
· 22 years ago
0ae3220
Detabbed.
by Jack Jansen
· 22 years ago
cba861e
If a resource file cannot be decoded because the directory is readonly
by Jack Jansen
· 22 years ago
00cbf07
Added a -c (--copyfile) option with argument src:dst which copies file src
by Jack Jansen
· 22 years ago
9f59d52
Enable argv emulation if required.
by Jack Jansen
· 22 years ago
f59c6fa
When in MacPython-OSX use bundlebuilder to create .app bundles.
by Jack Jansen
· 22 years ago
769e1ff
Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode.
by Jack Jansen
· 22 years ago
cc94764
Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9.
by Jack Jansen
· 22 years ago
4e051d4
add newline to source before compilation
by Just van Rossum
· 22 years ago
60087fb
Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both
by Jack Jansen
· 22 years ago
[Renamed from Mac/Lib/buildtools.py]
25e61d9
Added a hack so we can build applets with a MacPython that uses the
by Jack Jansen
· 22 years ago
eb34229
- Use imp to find appletrawmain.py in stead of hand-crafting the path
by Jack Jansen
· 22 years ago
dde800e
Got rid of the python.rsrc resource file. The error message strings and
by Jack Jansen
· 22 years ago
afb7632
Don't copy the documentation when using Python.app as an applet template.
by Jack Jansen
· 22 years ago
58ba80a
Refuse to run if the last bit of the destination path contains a # character.
by Jack Jansen
· 22 years ago
94caa78
Patch by Ronald Oussoren: if there's a .lproj in the extras list also
by Jack Jansen
· 22 years ago
ba1c13d
Final step in making applets first-class citizens: if the applet wants
by Jack Jansen
· 22 years ago
2eb4b18
- Slightly better error message in case of syntax errors in the script.
by Jack Jansen
· 22 years ago
5d09904
Open the source file in universal newline mode.
by Jack Jansen
· 22 years ago
388fbf3
- Better commandline interface to BuildApplet, complete with options,
by Jack Jansen
· 22 years ago
9aa8fd0
Handle .icns and .plist files for applets.
by Jack Jansen
· 23 years ago
b2e33fe
Implemented buildtools for MachoPython .app bundles. The API is compatible
by Jack Jansen
· 23 years ago
5a6fdcd
Import the MacOS toolbox modules from the Carbon package.
by Jack Jansen
· 23 years ago
a4f8e58
Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa.
by Jack Jansen
· 24 years ago
01a2d9e
Use FSpCreateResFile() in stead of CreateResFile().
by Jack Jansen
· 24 years ago
b70699b
Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't
by Jack Jansen
· 25 years ago
81da9f1
Remove all owner resources from template, and if no owner resource contained in
by Jack Jansen
· 26 years ago
3b80526
(finally) unified the interpreter and the applet as Just suggested ages ago. The
by Jack Jansen
· 26 years ago
874f87b
set 'preload' attribute for __main__ PYC resource -- jvr
by Just van Rossum
· 26 years ago
1cea804
skip 'vers' resource when copying resources from templeate -- jvr
by Just van Rossum
· 26 years ago
813c997
Common code for BuildApplet, BuildApplication and fullbuild (Just)
by Jack Jansen
· 26 years ago