summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Precompile py files in Mac subtree after installingJack Jansen2002-08-091-28/+34
* - Check not only that cache file exists, but also that it is newer thanJack Jansen2002-08-091-4/+7
* Tool to pre-created cached .rsrc.df.rsrc files in the Lib directories,Jack Jansen2002-08-091-0/+45
* Obsolete now that there's a python implementation of strptime in theJack Jansen2002-08-091-250/+0
* Patch by Russel Owen: if we have command line arguments zap pyc filesJack Jansen2002-08-091-12/+15
* Depracated some non-carbon modules.Jack Jansen2002-08-093-0/+1013
* This file should have gone long ago.Jack Jansen2002-08-091-18/+0
* By popular demand the frameworkinstall target now installs everything:Jack Jansen2002-08-091-17/+21
* Use hex escape for non-ascii chars, now that the parser wants that.Jack Jansen2002-08-081-13/+13
* Regenerated with OSA class inheritance and fix for non-ascii chars.Jack Jansen2002-08-0742-818/+2217
* Fixed incorrect logic in determining whether we should initializeJack Jansen2002-08-071-2/+1
* - If an OSA identifier is a Python reserved word we now append an _Jack Jansen2002-08-071-8/+10
* Don't be over-enthusiastic with the ascii() calls: we don't need it ifJack Jansen2002-08-071-19/+19
* Donovan Preston's patch #538395, with some mods by me.Jack Jansen2002-08-074-50/+183
* Quote the arguments, they may contain strings.Jack Jansen2002-08-071-1/+1
* Patch #567296 by Pim Buurman, slightly modified by me so it can be disabledJack Jansen2002-08-061-2/+24
* Wrapper around _IBCarbon.Jack Jansen2002-08-061-0/+1
* Patch by Ronald Oussoren: if there's a .lproj in the extras list alsoJack Jansen2002-08-051-1/+10
* In copy() don't try to obtain an FSSpec until we know the destinationJack Jansen2002-08-051-6/+12
* Better output for errors, and some progress reports.Jack Jansen2002-08-051-1/+12
* Fixed the last two bgen-based modules to be buildable on OSX.Jack Jansen2002-08-052-5/+6
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-0526-58/+26
* Got rid of staticforward.Jack Jansen2002-08-054-11/+11
* This can now run under unix-Python too. You have to pass the folderJack Jansen2002-08-051-2/+6
* Moved bgenlocations to the Mac/Lib directory. Not perfect, but better thanJack Jansen2002-08-051-0/+61
* Renamed Py_Main to PyMac_Main as it has a different signature than the "norma...Jack Jansen2002-08-051-4/+4
* Added _IBCarbon module.Jack Jansen2002-08-054-0/+5
* The definitions for IBCarbonRuntime.hJack Jansen2002-08-041-0/+5
* Updated to something that works on my system, and regenerated module.Jack Jansen2002-08-042-12/+7