summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
...
* Re-try the file copy once if it fails. This works around an obscure and non-r...Jack Jansen2001-03-061-3/+9
* Files for 2.1b1 distribution.Jack Jansen2001-03-062-40/+34
* Testing commit with a single blank line.Jack Jansen2001-03-051-0/+1
* Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly corre...Jack Jansen2001-03-022-0/+7
* - Numeric now lives in Lib:site-python.Jack Jansen2001-03-011-1/+1
* - Numeric now lives in Lib:site-python.Jack Jansen2001-03-011-46/+5
* Removed some stuff that shouldn't be in the dev distribution.Jack Jansen2001-03-011-16/+8
* Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python.Jack Jansen2001-03-011-2/+0
* Silly typo which caused the stack browser to crash.Jack Jansen2001-03-011-1/+1
* Also build Imaging for Carbon.Jack Jansen2001-03-011-17/+1
* Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon.Jack Jansen2001-02-282-0/+14
* Put PPC distributions back in, rearranged packages and use VISE variable magi...Jack Jansen2001-02-281-1/+1
* Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure...Jack Jansen2001-02-281-0/+1
* 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
* Updated for 2.1a3Jack Jansen2001-02-276-94/+112
* Added Popt resource for "dont show console"Jack Jansen2001-02-277-1/+1
* 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
* Turn on the "multifinder aware" bit. This should always have been on, but was...Jack Jansen2001-02-231-1/+1
* 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 cr...Jack Jansen2001-02-202-12/+20
* - Removed debugJack Jansen2001-02-172-2/+1
* ConfigurePython now comes in two flavors: ConfigurePythonClassic and Configur...Jack Jansen2001-02-173-101/+81
* Allow selecting a template in findtemplate(), so Classic programs can build C...Jack Jansen2001-02-171-6/+8
* 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
* 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
* 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 ae-based...Jack Jansen2001-02-141-2/+2
* Also create alias to PythonCoreCarbon.Jack Jansen2001-02-141-72/+3
* 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 a...Jack Jansen2001-02-1220-22/+22
* 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 PythonInte...Jack Jansen2001-02-121-0/+0
* Added modules _testcapi, _weakref, _symtable.Jack Jansen2001-02-1213-0/+5730