summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* macdinkingJust van Rossum2001-11-022-10/+9
* use 32bit APIs for control values, refactor slightlyJust van Rossum2001-11-021-42/+28
* use proper APIs for activate/deactivateJust van Rossum2001-11-021-17/+5
* wintertime bluesJust van Rossum2001-11-021-0/+0
* removed import display hackeryJust van Rossum2001-11-022-66/+5
* some support for syntax coloring, disabled for nowJust van Rossum2001-11-022-42/+149
* changed the default fontJust van Rossum2001-11-021-1/+1
* fixed a non-Carbon Carbon importJust van Rossum2001-11-021-1/+1
* - rearranged some importsJust van Rossum2001-11-021-29/+3
* rearranged some importsJust van Rossum2001-11-024-23/+8
* We always install the Sioux menubar, in stead of only when no menubarJack Jansen2001-11-011-0/+8
* Under MachO-Python unconditionally import macfsn.Jack Jansen2001-11-011-0/+6
* Workaround for odd problem on my machine: without this I get a tracebackJust van Rossum2001-10-311-1/+5
* Moved macfsn hackery from macmain.c to macfsmodule.c so it loadsJust van Rossum2001-10-312-30/+32
* call the correct base method (found due to better inheritance checking in 2.2)Just van Rossum2001-10-311-1/+1
* RegeneratedJack Jansen2001-10-312-18/+4
* Added structseq.cJust van Rossum2001-10-311-0/+0
* Added Donovan Preston and reformatted to 80-char lines.Jack Jansen2001-10-311-74/+82
* Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and ...Jack Jansen2001-10-301-34/+62
* Files used for MacPython 2.2b1 distribution.Jack Jansen2001-10-303-5/+7
* Moved PythonScript to unsupported at Bill Bedford's request. It'll goJack Jansen2001-10-269-0/+0
* Added various tidbits.Jack Jansen2001-10-251-3/+18
* Some escaped newlines had spaces between the backslash and the newline. Also ...Jack Jansen2001-10-231-7/+4
* New URL for Joe Strouts example page.Jack Jansen2001-10-231-3/+3
* Added _hotshot.Jack Jansen2001-10-232-0/+3
* quit() wasn't included in the suite. This is a quick manual patch to add it.Jack Jansen2001-10-231-1/+2
* Tweaks for MacPython 2.2b1Jack Jansen2001-10-2310-56/+51
* Tweaks for MacPython 2.2b1.Jack Jansen2001-10-231-0/+0
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-36/+123
* Some of the lesser used targets still used FMADD/FMSUB instructions. Fixed.Jack Jansen2001-10-102-0/+0
* Updated, and added a very terse description of PyMac_SetConsoleHandler().Jack Jansen2001-10-091-10/+8
* Fixed the embedding demo to correctly show the use ofJack Jansen2001-10-092-11/+19
* Mods by Alexandre Parenteau to allow embedding programs to disable the MacPyt...Jack Jansen2001-10-083-45/+90
* Brought up to date with the current state of affairs.Jack Jansen2001-10-082-5/+6
* Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandlerJack Jansen2001-10-081-0/+19
* Added weakrefobject.c and regenerated .exp files.Jack Jansen2001-10-084-6/+38
* Fixed old bug (caused by careless Carbonizing) that noone noticed untilJust van Rossum2001-09-241-1/+1
* 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