summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* First stab at a Makefile that will create a MacPython that uses theJack Jansen2002-11-152-0/+90
* Go from filename to FSSpec via FSRefs, to work around outdated macfs moduleJack Jansen2002-11-151-1/+1
* Make the Resources directory if needed.Jack Jansen2002-11-151-0/+2
* Python 2.2 as installed by Apple has a version of _Res that is too old. WeJack Jansen2002-11-151-1/+4
* Added a hack so we can build applets with a MacPython that uses theJack Jansen2002-11-151-0/+11
* A script to run applets. Originally by Just, slightly modified by me.Jack Jansen2002-11-151-0/+17
* - Use imp to find appletrawmain.py in stead of hand-crafting the pathJack Jansen2002-11-111-2/+5
* - Building IDE is optional on waste being available, similar to buildingJack Jansen2002-11-111-21/+28
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-076-76/+40
* Script to create .app bundles. Largely untested.Jack Jansen2002-11-061-0/+160
* Forward port of 1.12.14.3 (which has an incorrect log message):Jack Jansen2002-10-291-1/+4
* Under Jaguar it seems that 'errn' return value keyword parameters don'tJack Jansen2002-10-251-0/+8
* 'Replace all' in the find dialog didn't properly update the text view (it use...Just van Rossum2002-10-241-5/+1
* cd to users home dir if no current dir has been set. Fixes bug #625734Just van Rossum2002-10-201-0/+5
* make sure the object browser can't crash because when the list data gets bigg...Just van Rossum2002-09-161-6/+20
* add ./ to configure command so it actually works verbatimJust van Rossum2002-09-161-1/+1
* Shut up FutureWarnings about hex constants.Jack Jansen2002-09-121-0/+4
* Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available.Jack Jansen2002-09-121-1/+21
* Patch by Tony Lownds: add the Resources directory to sys.path.Jack Jansen2002-09-121-0/+6
* Mode rU for universal newlines, not rT. Spotted by Guido.Jack Jansen2002-09-121-2/+2
* Pass None to AHGotoPage().Jack Jansen2002-09-111-1/+1
* The debugger source view only understood mac-style linefeeds. Fixed.Jack Jansen2002-09-111-2/+3
* Converted to Vise 8.Jack Jansen2002-09-111-0/+0
* All set for 2.3 installer, except for upgrade of Vise version.Jack Jansen2002-09-101-0/+0
* Fixed typo spotted by Whomas Touters.Jack Jansen2002-09-101-1/+1
* Added include guards and C++ extern "C" {} constructs. Partial fix for #607253.Jack Jansen2002-09-104-1/+37
* Reverted previous change, I was confused.Jack Jansen2002-09-101-1/+1
* Next few steps towards a 2.3 installer.Jack Jansen2002-09-071-0/+0
* First steps towards a 2.3 installer.Jack Jansen2002-09-065-29/+31
* Enable _AH module.Jack Jansen2002-09-062-0/+2
* Import Carbon.AH, not Carbon.HelpJack Jansen2002-09-061-1/+1
* Reorganized order of help menu, and don't show Carbon documentationJack Jansen2002-09-061-3/+4
* Silly me, I enabled the old help module. Fixed.Jack Jansen2002-09-062-2/+3
* Added carbon Help module.Jack Jansen2002-09-063-1/+2
* Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and thi...Jack Jansen2002-09-062-0/+0
* Updated the notes on building a binary installer.Jack Jansen2002-09-061-2/+15
* The script was very sloppy about which variables held source pathnamesJack Jansen2002-09-061-56/+54
* Fixed a typo in the binary install notesJack Jansen2002-09-061-66/+72
* Get rid of non-ascii characters.Jack Jansen2002-09-061-4/+4
* Use PyString_CHECK_INTERNED.Jack Jansen2002-09-061-3/+3
* Started on documentation for building a MacOSX binary installer.Jack Jansen2002-09-061-1/+28
* Remove .pyo files too.Jack Jansen2002-09-061-2/+2
* Script to generate .pkg packages, donated by Dinu Gherman. This is hisJack Jansen2002-09-061-0/+464
* Generate pythonw.sh on the fly.Jack Jansen2002-09-021-5/+7
* Pass -x badsyntax to compileall.Jack Jansen2002-09-021-4/+4
* Implemented the Help menu. The Python manual can be viewed (if installed)Jack Jansen2002-08-311-0/+102
* If there's an environment variable PYTHONIDEPATH it points to the IDEJack Jansen2002-08-311-1/+4
* MenuID's are signed.Jack Jansen2002-08-311-0/+2
* Typecode for AHTOCType was wrong. Fixed.Jack Jansen2002-08-302-2/+2
* Initialize self._helpmenu earlier, so we can use gethelpmenu() whileJack Jansen2002-08-301-1/+1