- 16 May, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 14 May, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
* Don't use xcodebuild for building PythonLauncher, but use a normal unix makefile. This makes it a lot easier to use the same build flags as for the rest of python (e.g. make a universal version of python launcher) * Convert the mac makefile-s to makefile.in-s and use configure to set makefile variables instead of forwarding them as command-line arguments * Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw' * Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow easier modification of the bundle contents later on.
-
- 07 Ock, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 27 Ara, 2004 1 kayıt (commit)
-
-
Jack Jansen yazdı
option to various tools, and do the right thing when we're doing a destroot install. Will backport to 2.4 and 2.3.
-
- 10 Tem, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
until now: the inheritance of default values was the wrong way around. This caused app bundles to get a type of "BNDL" instead of "APPL". Apparently this is not a problem until you try to drag your app to the dock. ----------------------------------------------------------------------
-
- 04 Tem, 2003 2 kayıt (commit)
-
-
Just van Rossum yazdı
- added bundle_id/--bundle-id option, to specify the CFBundleIndentifier #765615: - in the appropriate situation, prepend $PATH with our path instead of setting it.
-
Jack Jansen yazdı
line also use this as the executable in the bundle.
-
- 29 Haz, 2003 2 kayıt (commit)
-
-
Just van Rossum yazdı
- don't use "abc" in aString - don't reorganize extension modules when not using zipimport
-
Just van Rossum yazdı
installed Python, yet include any modules not in the std lib - reworked extension module inclusion code: put all .so files in a subdirectory of Contents/Resources/, but more importantly, correctly support extensions that are submodules.
-
- 20 Haz, 2003 5 kayıt (commit)
-
-
Just van Rossum yazdı
- move the normpath stuff around a bit - added dubious special case to addPythonFramework()
-
Just van Rossum yazdı
-
Just van Rossum yazdı
executable in the bundle. Therefore got rid of the "binaries" attribute.
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
- 25 May, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
in the bootstrap script of the applet.
-
- 09 Nis, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 21 Mar, 2003 3 kayıt (commit)
-
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
frameworks to the bundle.
-
- 20 Mar, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
except to avoid getpath.c giving unsollicited advice on stderr.
-
- 05 Mar, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
AppBuilder, and set the default type to BNDL (overridden in AppBuilder). This surfaced when trying to build help bundles.
-
- 26 Şub, 2003 2 kayıt (commit)
-
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
- 25 Şub, 2003 5 kayıt (commit)
-
-
Jack Jansen yazdı
is now in buildtools.
-
Just van Rossum yazdı
-
Just van Rossum yazdı
- tweaked the help text a little. (Jack: up to you to change your client code.)
-
Just van Rossum yazdı
-
Just van Rossum yazdı
- Replaced bootstrap shell script with Python script. This means standalone apps built with bundlebuilder will not work on MacOS < 10.1, since we depend (again) on an installed Python. - Add a hack to set sys.executable; the bootstrap script does os.execve() with an argv[0] that's different from the actual Python executable (it has to match the CFBundleExecutable entry in the Info.plist to make the app work both from the Finder and the command line, and it has to be the bootstrap script), yet a proper sys.executable is needed to spawn auxiliary processes.
-
- 24 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
into dst in the bundle. The Python API already had this functionality
-
- 18 Şub, 2003 2 kayıt (commit)
-
-
Jack Jansen yazdı
creates the sys.argv emulation wrapper for droplets. Also updates the plist, if needed, and the includedModules (but this last is untested).
-
Jack Jansen yazdı
arguments, and also does the right thing for the no argument case.
-
- 17 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
"copy anything to a data fork based resource file" trick of macresource. Fixes #688007.
-
- 12 Şub, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 02 Şub, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 01 Şub, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 17 Ock, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 13 Ock, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 02 Ock, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
This work uncovered the zipimport bug in 2.3a1 -- wish I'd had time to do this before the release :-(.
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
-