Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacPython-2.3 has progressed so far that building a set of Mac 2.3 | Jack Jansen | 2003-06-19 | 1 | -105/+0 |
| | | | | extensions on top of Python 2.2 no longer seems feasible. | ||||
* | Changed folder name for apps from Python to MacPython-$(VERSION) (for a | Jack Jansen | 2002-12-25 | 1 | -1/+1 |
| | | | | | normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the experimental Jaguar addon install). | ||||
* | changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py | Just van Rossum | 2002-11-22 | 1 | -5/+8 |
| | |||||
* | Build PythonLauncher for MacPython-OSX 2.2 as well. | Jack Jansen | 2002-11-20 | 1 | -3/+24 |
| | |||||
* | First stab at a Makefile that will create a MacPython that uses the | Jack Jansen | 2002-11-15 | 1 | -0/+81 |
Apple-installed Python 2.2 from /usr/bin as it's underlying engine. All the MacPython stuff is installed into /Applications/MacPython-OSX, and .pth files and other magic are used to tie everything together. So far only the raw windowing interpreter and BuildApplet work. |