summaryrefslogtreecommitdiffstats
path: root/Mac/Python
Commit message (Collapse)AuthorAgeFilesLines
* must include rename2.hGuido van Rossum1995-01-171-0/+2
|
* rename2 changesGuido van Rossum1995-01-122-1/+2
|
* 1995 copyrightGuido van Rossum1995-01-081-2/+2
|
* New routines:Jack Jansen1994-12-141-0/+86
| | | | | | | | macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications.
* Enlarged version buffer (nobody expects the spanish inquisition:-)Jack Jansen1994-12-141-1/+5
| | | | Support for new sys.path code in config.c
* Make it work under MPW too.Guido van Rossum1994-10-011-3/+2
|
* gestaltmodule.c: interface to Gestalt Manager.Guido van Rossum1994-09-161-0/+25
| | | | | macosmodule.c: interface to random collection of Managers. macsetfiletype.c: set file type, for import.c.
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-291-3/+3
| | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix.
* Intermediate version of changes after porting to MPW 3.2Guido van Rossum1994-08-261-3/+0
|
* Added macmain.c (separate Mac specific main prog); bump version to 1.1Guido van Rossum1994-08-231-0/+83
|
* Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.Guido van Rossum1994-08-192-3/+3
|
* Replace <MacHeaders> by specific required header filesGuido van Rossum1994-06-271-1/+5
|
* Initial revisionGuido van Rossum1994-01-052-0/+40