summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for Jaguar: use ln for installing symlinks, install no longer works.Jack Jansen2002-08-301-2/+2
* On Jaguar the default mode for files in the installed product is 444 (or 555)Jack Jansen2002-08-301-0/+1
* Added support for the help menu. Application.gethelpmenu() will returnJack Jansen2002-08-291-0/+35
* Revived the Carbon.Help module, but implementing the MacHelp API in steadJack Jansen2002-08-295-269/+148
* Don't copy the documentation when using Python.app as an applet template.Jack Jansen2002-08-291-0/+1
* Distutils-based script by Bill Fancher to download the Python documentationJack Jansen2002-08-281-0/+166
* - Install a symlink to the documentation (which lives in the framework)Jack Jansen2002-08-283-3/+14
* This file never made it to the repository, somehow.Jack Jansen2002-08-281-0/+28
* These were regenerated some time ago (with ascii chars only andJack Jansen2002-08-286-59/+61
* Interface to Apple Help Viewer.Jack Jansen2002-08-282-0/+7
* Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer,Jack Jansen2002-08-221-2/+2
* For MacPython-OS9 verbose is the default.Jack Jansen2002-08-221-0/+3
* Interface to Apple Help Manager.Jack Jansen2002-08-223-0/+255
* Moved CoreFoundation type support to bgen/macsupport.Jack Jansen2002-08-226-70/+64
* Added PyDoc_STR's.Jack Jansen2002-08-221-112/+112
* Merged the MacPython thanks list into the general acknowledgements.Jack Jansen2002-08-191-10/+2
* Refuse to run if the last bit of the destination path contains a # character.Jack Jansen2002-08-181-1/+4
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-1623-2151/+2151
* Fixed the bugs in the constant definitions, and in the code to testJack Jansen2002-08-154-10/+14
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-1527-0/+54
* Try to cater for a source tree checked out with MacCVS in stead ofJack Jansen2002-08-151-6/+36
* Updated for the current state of affairs.Jack Jansen2002-08-121-20/+27