summaryrefslogtreecommitdiffstats
path: root/Mac/Build/PythonInterpreter.mcp
Commit message (Collapse)AuthorAgeFilesLines
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-211-0/+0
|
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-081-0/+0
|
* Got rid of unused Compat files.Jack Jansen2002-12-131-0/+0
|
* Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and ↵Jack Jansen2002-09-061-0/+0
| | | | this is probably a better fix than lowering the recursion limit.
* - Got rid of non-carbon buildsJack Jansen2002-06-261-0/+0
| | | | | - Use precompiled headers - Rationalize config file names.
* Updated to CodeWarrior Pro 7.Jack Jansen2001-12-141-0/+0
|
* Added targets for building the Carbon and Classic interpreter if you don't ↵Jack Jansen2001-08-271-0/+0
| | | | want to go through fullbuild.py.
* Files for 2.1 distribution.Jack Jansen2001-04-251-0/+0
|
* Updated for 2.1b2 distribution.Jack Jansen2001-03-271-0/+0
|
* Files for second 2.1b1 distribution.Jack Jansen2001-03-151-0/+0
|
* PythonInterpreterClassic and PythonInterpreterCarbon now have filetype ↵Jack Jansen2001-03-061-0/+0
| | | | "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter.
* Added future.cJack Jansen2001-02-271-0/+0
|
* Soundex has gone.Jack Jansen2001-02-271-0/+0
|
* 2.1a2 distribution files.Jack Jansen2001-02-171-0/+0
|
* The interpreters built are now called PythonInterpreterClassic and ↵Jack Jansen2001-02-121-0/+0
| | | | PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter.
* Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵Jack Jansen2001-02-111-0/+0
| | | | delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
* Added cellobject.cJack Jansen2001-01-281-0/+0
|
* Got rid of extraneous Modues:TE in the search path.Jack Jansen2001-01-241-0/+0
|
* Unicodedatabase.c has gone.Jack Jansen2001-01-221-0/+0
|
* Added CarbonAccessors.o to the non-carbon targets, and probably a few minor ↵Jack Jansen2001-01-211-0/+0
| | | | things having to do with Python 2.1a1.
* Added the 'carb' resource to the carbon interpreter.Jack Jansen2001-01-161-0/+0
|
* Added PythonCoreCarbon and PythonInterpreterCarbon targets.Jack Jansen2001-01-141-0/+0
|
* Getting rid of 68K targets.Jack Jansen2000-11-141-0/+0
Started to rename projects to the de-facto standard .mcp extension.