summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Mods by Donovan Preston (with changes by me to make them "go with the flow")Jack Jansen2001-09-111-14/+90
* - Removed the . in the extensions.Jack Jansen2001-09-111-2/+12
* removed debug print.Jack Jansen2001-09-111-1/+0
* Added a note about making sure the Lac/Lib directory is in sys.path.Jack Jansen2001-09-111-2/+8
* Failing to import macfsn is not a fatal error.Jack Jansen2001-09-111-1/+2
* Implemented PyMac_GetFullPathname for MacPython.Jack Jansen2001-09-111-3/+13
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-105-34/+33
* Superseded by Python 2.2.vct.Jack Jansen2001-09-101-0/+0
* Install the dialog resources into the application bundle. The EasyDialogsJack Jansen2001-09-091-1/+7
* Don't call MacOS.SchedParams() in MachO, it doesn't exist.Jack Jansen2001-09-091-4/+8
* Minimal module to decode AppleSingle files (the way resource files areJack Jansen2001-09-091-0/+101
* Final tweaks for 2.2a3 distribution.Jack Jansen2001-09-0813-60/+104
* Oops, this file is very outdated. Removed.Jack Jansen2001-09-081-116/+0
* Patch by Mark Day to allow from __future__ imports. Looks harmlessJack Jansen2001-09-071-3/+5
* Minimal instructions for using the Makefile here. Also a clearJack Jansen2001-09-061-0/+28
* Added targets to install the application, and to install mac-additionsJack Jansen2001-09-061-1/+113
* Rudimentary makefile for building the executable to go into aJack Jansen2001-09-051-0/+18
* Changes to make these work under OSX as the main program for aJack Jansen2001-09-052-53/+113
* Python is a Shell, not a Viewer.Jack Jansen2001-09-051-1/+1
* A few more gcc warnings bite the dust.Jack Jansen2001-09-055-11/+28
* Shut up many more gcc warnings.Jack Jansen2001-09-0531-110/+186
* Added prototypes to shut gcc -Wstrict-prototypes up.Jack Jansen2001-09-041-4/+2
* Shut up a few more gcc warnings.Jack Jansen2001-09-042-2/+2
* Added prototypes to silence gcc strict-prototype warnings.Jack Jansen2001-09-042-141/+48
* Regenerated without default int return types.Jack Jansen2001-09-0417-33/+35
* Added pythonpath.r to the developer distribution. It'sJack Jansen2001-09-041-4/+12
* Template for an OSX PythonInterpreter application.Jack Jansen2001-09-046-0/+66
* Photoshop sources for icon files. Not pretty, but hey! I'm not anJack Jansen2001-09-043-0/+0
* Added the last few missing files, and put everything in the right packages.Jack Jansen2001-09-021-0/+0
* Silly typos.Jack Jansen2001-09-021-2/+2
* Don't call PyMac_HandleEvent in unix-PythonJack Jansen2001-09-021-0/+2
* Regenerated, mainly for new GC routines.Jack Jansen2001-09-012-8/+38
* xx.prj has been replaced by xx.mcp.Jack Jansen2001-09-011-74/+183
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-012-7/+9
* Don't call PyMac_HandleEvent if we're in unix-Python.Jack Jansen2001-09-012-0/+4
* Include Carbon/Carbon.h if we're on OSX.Jack Jansen2001-09-012-2/+2
* Updated the Popt resources for the applets to the newest version.Jack Jansen2001-09-017-0/+0
* Added preferences/startup options for division warningJack Jansen2001-09-012-23/+37
* Added preferences/startup options for division warningJack Jansen2001-09-016-13/+28
* Added all the new files in the right packages and file groups (I think, untes...Jack Jansen2001-08-301-0/+0
* Superseded by the (generated) xx.mcp.Jack Jansen2001-08-301-0/+0
* Case mismatch in "import Types". Apparently nobody has looked at this for a l...Jack Jansen2001-08-301-2/+2
* We should look in the directory containing the module, not in the module itse...Jack Jansen2001-08-301-1/+1
* Started on the 2.2a2 installerJack Jansen2001-08-301-0/+0
* Added xx and xxsubtype modules, for completeness and because xxsubtype is use...Jack Jansen2001-08-292-0/+7
* Started on release notes and readme for 2.2a2.Jack Jansen2001-08-292-52/+113
* Experimental feature: allow \n as well as \r as newline for text files, by br...Jack Jansen2001-08-271-0/+17
* exceptions was missing from the module list. Added.Jack Jansen2001-08-271-0/+1
* Use the new macresource module to open the accompanying resource file (if nee...Jack Jansen2001-08-2713-102/+37
* need() now returns the refno of the resource file opened, or None if theJack Jansen2001-08-271-4/+7