| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
to the name change of Python.app/Contents/MacOS/python to
Python.app/Contents/MacOS/Python. Fixes #776116.
|
|
|
|
| |
newline
|
|
|
|
| |
strings, non-standard naming of things in bundles, etc.
|
| |
|
|
|
|
| |
name was giving problems with some tar implementations.
|
|
|
|
| |
DESTDIR being non-null.
|
|
|
|
| |
the DESTDIR patch. Fixed.
|
|
|
|
|
|
|
| |
and not part of a normal frameworkinstall) that installs Demo and Tools
and a readme file into /Applications/MacPython-2.3/Extras. This will
give people access to the demos and tools if they instal Python through
the binary installer.
|
|
|
|
|
| |
- Build idle from new location
- use ln -fsn when linking files.
|
|
|
|
|
| |
to be installed to a different location. This should make the OSX binary
installer building a lot simpler.
|
|
|
|
|
|
|
|
| |
honor them). Use this when building the MacOSX binary installer to
get group-writeable files.
Ths fix works for directories and executables, not for files just yet,
because of bug #735274.
|
| |
|
| |
|
|
|
|
|
|
| |
called python.exe but actually pass it from the main Makefile to
Mac/OSX/Makefile. This makes framework builds work again on case
sensitive filesystems. Fixes bug #677753.
|
| |
|
|
|
|
| |
applets. PackageManager is still built with bundlebuilder itself.
|
| |
|
|
|
|
|
| |
and also create a symlink "python" pointing to "python$(VERSION)".
Fixes #675745.
|
|
|
|
|
|
|
|
|
|
|
| |
knows about plat-mac subdirectories, and configure adds a variable
EXTRAPLATDIR. These together take care of copying Lib/plat-mac to
the destination on darwin.
Adding plat-mac is still done with a .pth file which is only created when
you do a framework build. I'm not 100% happy with this, but fixing it
really needs a functional pythonw in non-framework builds, and I don't
think I can do that before 2.3a1 (but I'll try:-).
|
|
|
|
|
| |
normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the
experimental Jaguar addon install).
|
| |
|
|
|
|
|
|
| |
IDLE (it was a fatal error before)
- Shuffled a few things around to facilitate the experimental building
of MacPython for Jaguar's pre-installed python.
|
|
|
|
|
|
|
|
|
|
| |
dialogs are now stored in Mac/Lib, and loaded on demand through macresource.
Not only does this simplify a MacPython based on Apple's Python, but
it also makes Mac error codes come out symbolically when running command
line python (if you have Mac/Lib in your path).
The resource files are copied from Mac/Resources. The old ones will disappear
after the OS9 build procedure has been adjusted.
|
|
|
|
| |
I modified the patch to make it a non-fatal error if IDLE isn't built.
|
|
|
|
| |
Use the build python for as many things as possible.
|
|
|
|
| |
Tweaks to make builds work for non-standard dstroot.
|
|
|
|
| |
Fix for sh: use : in stead of an empty then clause in an if.
|
|
|
|
|
|
| |
in Python.app, and refer to it in Info.plist. This makes Apple Help
Viewer recognize the Python documentation.
- Changed the externally visible name of Python.app to "Python" (was PythonW).
|
|
|
|
|
| |
unix cvs. In this case the resource files are actual resource files
in stead of AppleSingle encoded files.
|
|
|
|
|
| |
- Pre-cache .rsrc files in Mac subtree after installing
- Fixed nameclash in Make variables
|
|
|
|
|
|
|
|
|
| |
the framework, the MacOSX apps and the unix tools.
Most of the hard work is done by Mac/OSX/Makefile.
Also, it should now be possible to install in a different directory,
such as /tmp/dist/Library/Frameworks, for building binary installers.
The fink crowd wanted this.
|
| |
|
|
|
|
| |
surprises later (the IDE won't work without waste).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
actual script to run in case we are running from an applet. If we are indeed
running an applet we skip the normal option processing leaving it all to the
applet code.
This allows us to get use the normal python binary in the Python.app bundle,
giving us all the normal command line options through PythonLauncher while
still allowing Python.app to be used as the template for building applets.
Consequently, pythonforbundle is gone, and Mac/Python/macmain.c isn't used
on OSX anymore.
|
|
|
|
|
|
|
| |
be invoked by PythonLauncher when needed.
Also changed the names of various variables in the Makefile to match
what the main Makefile has.
|
|
|
|
| |
- Build PythonLauncher.app and PythonIDE.app as well as Python.app.
|
|
|
|
|
|
| |
which uses a .pth file to add the Mac/Lib from your source tree to sys.path.
Also put the Python version number in a variable.Killed by signal 2.
|
|
|
|
|
|
|
|
|
| |
OSX framework build process. Things fixed/modified:
- the filesystem case-sensitivity test now works for builds outside
the source directory
- various other fixes for building outside the source directory
- python.app now has a target in the main Makefile
- WASTE and AquaTk are found more automatically
|
|
|
|
| |
and maintain. Fixes #557482.
|
| |
|
|
|
|
|
|
| |
/usr/local/bin (referring to the framework-based interpreter and Python.app).
Added target symlinkmacsubtree to aid in debugging.
|
|
|
|
| |
#509074.
|
| |
|
|
|
|
| |
a "make installmacsubtree".
|
|
|
|
| |
are available in MacOS API exceptions.
|
| |
|