summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/setup.jaguar.py
Commit message (Collapse)AuthorAgeFilesLines
* MacPython-2.3 has progressed so far that building a set of Mac 2.3Jack Jansen2003-06-191-85/+0
| | | | extensions on top of Python 2.2 no longer seems feasible.
* Build _AE too.Jack Jansen2002-11-291-0/+4
|
* Build waste, _Help and _Scrap too.Jack Jansen2002-11-181-6/+78
|
* First stab at a Makefile that will create a MacPython that uses theJack Jansen2002-11-151-0/+9
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.