summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon.Jack Jansen2001-02-282-0/+14
|
* Put PPC distributions back in, rearranged packages and use VISE variable ↵Jack Jansen2001-02-281-1/+1
| | | | magic to determine which ConfigurePythonXXX to run.
* Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not ↵Jack Jansen2001-02-281-0/+1
| | | | sure why this wasn't a problem before...
* Oops, need to import Res.Jack Jansen2001-02-281-1/+4
|
* If we can't find our splash dialog (i.e. we're probably running from source) ↵Jack Jansen2001-02-281-4/+25
| | | | go into interactive mode: print what we're doing and ask about carbon/classic configure.
* Updated for 2.1a3Jack Jansen2001-02-276-94/+112
|
* Added Popt resource for "dont show console"Jack Jansen2001-02-277-1/+1
| | | | Changed SIZE resource to be carbon-compatible.
* Various tweaks to make it work on MacOSX.Jack Jansen2001-02-271-2/+9
|
* Added future.cJack Jansen2001-02-274-0/+0
|
* SetListCellIndent() argument was guessed incorrectly. Fixed.Jack Jansen2001-02-272-15/+10
|
* Soundex has gone.Jack Jansen2001-02-271-2/+0
|
* Soundex has gone.Jack Jansen2001-02-276-2/+0
|
* Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted ↵Jack Jansen2001-02-231-2/+8
| | | | in a hang on Carbon.
* Turn on the "multifinder aware" bit. This should always have been on, but ↵Jack Jansen2001-02-231-1/+1
| | | | was was never a problem that it was off until CarbonLib 1.1 (which requires it, for some reason).
* Release a PYC resource after reading it. No need to keep it incore.Jack Jansen2001-02-211-0/+2
|
* Waste 2.0 has many more options for the undo label.Jack Jansen2001-02-211-2/+6
|
* Use re in stead of regex, so we get rid of the annoying warning during startup.Jack Jansen2001-02-215-47/+54
|
* On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a ↵Jack Jansen2001-02-202-12/+20
| | | | crashing UPP. This made ModalDialog (and, hence EditPythonPrefs and EasyDialogs and many others) crash. Fixed.
* - Removed debugJack Jansen2001-02-172-2/+1
| | | | - Make sure splash screens are visible
* ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵Jack Jansen2001-02-173-101/+81
| | | | ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth.
* Allow selecting a template in findtemplate(), so Classic programs can build ↵Jack Jansen2001-02-171-6/+8
| | | | Carbon applets and vice-versa.
* 2.1a2 distribution files.Jack Jansen2001-02-173-0/+0
|
* Added a note that this file is incorrect for 2.1a2.Jack Jansen2001-02-171-0/+3
|
* 2.1a2 distribution files.Jack Jansen2001-02-178-254/+326
|
* More changes to attempt to get the menubar back on exit. Without success:-(Jack Jansen2001-02-172-2/+14
|
* Made version string shorter for Carbon so it fits on one line.Jack Jansen2001-02-171-13/+5
|
* More modifications to bring the script output in line with the real thing.Jack Jansen2001-02-171-4/+34
|
* Steven Majewski's instructions for building the toolbox modules forJack Jansen2001-02-161-0/+116
| | | | | | incorporating them in a vanilla Python under MacOSX (i.e. in a non-MacPython-Python). Not complete and up-to-date right now, but that'll be fixed shortly.
* A few more tweaks (there were a couple of files missing on my work machine).Jack Jansen2001-02-153-172/+182
|
* Waste 1.3 extra's modified for waste 2.0 (and missing from MW's distribution ↵Jack Jansen2001-02-157-0/+617
| | | | of 2.0).
* DialogWindows now have a self.dlg in addition to self.wid.Jack Jansen2001-02-143-15/+17
|
* The new touched() was far too expensive. Re-enabled the old one, the ↵Jack Jansen2001-02-141-2/+2
| | | | ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes.
* Also create alias to PythonCoreCarbon.Jack Jansen2001-02-141-72/+3
| | | | Got rid of lots of 68k stuff.
* Started on the 2.1a2 installer.Jack Jansen2001-02-145-101/+195
|
* Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases.Jack Jansen2001-02-131-15/+53
|
* Got rid of full pathnames in "generated from" comments, so that these files ↵Jack Jansen2001-02-1220-22/+22
| | | | are the same no mater which machine they've been generated on.
* Brought in line with current config.h.in.Jack Jansen2001-02-121-54/+151
|
* Not sure what changed, probably an artefact of the new modules and/or new gusi.Jack Jansen2001-02-125-22/+201
|
* 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.
* Added modules _testcapi, _weakref, _symtable.Jack Jansen2001-02-1213-0/+5730
|
* Added buttons for building interpreter, carbon standalone.Jack Jansen2001-02-122-11/+37
| | | | Added modules _testcapi, _weakref, _symtable.
* Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵Jack Jansen2001-02-115-97/+117
| | | | 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.
* Oops, repr didn't allocate the memory it used...Jack Jansen2001-02-112-1/+19
|
* Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵Jack Jansen2001-02-117-27/+274
| | | | 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 prototype for DlgObj_WhichDialog()Jack Jansen2001-02-091-0/+1
|
* Replaced touched(), which no longer seems to work under os9, with something ↵Jack Jansen2001-02-091-1/+10
| | | | using an appleevent to the finder. More expensive, but at least it works:-)
* Added a few constants.Jack Jansen2001-02-091-0/+6
|
* Dialogs and there windows were still confused in some spots. Fixed.Jack Jansen2001-02-091-7/+8
|
* Get rid of from ... import *Jack Jansen2001-02-092-6/+6
|
* Replaced by :Lib:cfmfile.py.Jack Jansen2001-02-081-236/+0
|