summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Some of Guido's bgen modules aren't think-only anymoreJack Jansen1995-02-131-0/+3
|
* malloc debug only on ppcGuido van Rossum1995-02-131-1/+1
|
* added QuickDrawGuido van Rossum1995-02-131-2/+2
|
* Added RawFSSpec and RawAlias methods which turn their string argumentsJack Jansen1995-02-131-0/+53
| | | | into fsspec and alias objects.
* Use PyMac_GetPythonDir() to obtain python homedirJack Jansen1995-02-131-5/+4
| | | | fileargument moved here from macmain.c
* manually defined Resource() functionGuido van Rossum1995-02-051-0/+25
|
* more think/mw changesGuido van Rossum1995-02-052-12/+71
|
* added Resource(), to create new resources from PythonGuido van Rossum1995-02-052-0/+29
|
* get rid of obsolete low-level routinesGuido van Rossum1995-02-051-54/+8
|
* Added HandleEvent method to macos, so python programs can hand backJack Jansen1995-02-021-0/+14
| | | | events they don't want to handle to stdio
* Added [GS]etCreatorType methods to FSSpec objectsJack Jansen1995-02-021-0/+49
|
* Committed a more or less working version.Guido van Rossum1995-01-3035-0/+10223
|
* fixed StandardGetFile argument handlingGuido van Rossum1995-01-301-11/+4
|
* - Moved interrupt code to macglue.cJack Jansen1995-01-271-0/+15
| | | | | | | - Added possibility to turn off mainloop event handling - Check interrupts even when not handling events - Be more carefulabout which events we want - Use different method to determine fg/bg
* added (method) casts and 1995 copyrightGuido van Rossum1995-01-261-9/+12
|
* Added eventhandling in mainloop/busywait routine plus leaving someJack Jansen1995-01-261-0/+23
| | | | | cycles for background apps. MacOS has a new method to set the amount of time for bg apps.
* CodeWarrior 5 has more unixisms (open/close/read/write)Jack Jansen1995-01-261-10/+13
|
* Complete rewrite.Jack Jansen1995-01-261-49/+349
|
* split PATH over multiple lines for clarity;Guido van Rossum1995-01-251-1/+20
| | | | added some generated modules
* Got rid of the Resource and Sound interfaces, in favor of the onesGuido van Rossum1995-01-251-410/+3
| | | | generated from the header files (with some hand-holding :-).
* ported CW5 changes back to ThinkGuido van Rossum1995-01-221-0/+1
|
* Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType --Guido van Rossum1995-01-221-37/+19
| | | | | | | | | | | the former had their arguments reversed compared to all Apple's routines (e.g. FSpOpenResFile()). Also fixed the SoundMgr UserRoutine (Jack fixed it but put the fix between #ifdef __MWERKS__ ... #endif :-( ). NB eventually this module should disappear in favor of separate modules per manager (e.g. Resources, Sound, Files, ...).
* added Res moduleGuido van Rossum1995-01-221-0/+2
|
* Make malloc stats routine available under MetroWerksJack Jansen1995-01-221-0/+4
|
* Ported to CW5/new universal headersJack Jansen1995-01-221-2/+2
|
* Removed imgformat referenceJack Jansen1995-01-221-1/+0
|
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-213-10/+10
|
* ported to THINK C (not tested yet)Guido van Rossum1995-01-191-0/+4
|
* ported Jacks changes back to think CGuido van Rossum1995-01-181-2/+10
|
* added high level event interface (requires stdwin patch)Guido van Rossum1995-01-181-3/+99
|
* Initial version of FSSpec and Alias code. Non-functional as of now.Jack Jansen1995-01-181-0/+184
|
* More Pstring() stuff and some cosmeticsJack Jansen1995-01-181-1/+16
|
* Moved some generally useful routines to macglue.cJack Jansen1995-01-181-28/+0
|
* rename2 changesGuido van Rossum1995-01-121-12/+10
|
* Used new getargs interface; added {Get,Set}FileInfo.Guido van Rossum1995-01-091-44/+77
|
* 1995 copyrightGuido van Rossum1995-01-084-8/+8
|
* - Use PyErr_Mac for nicer exceptionsJack Jansen1994-12-141-25/+57
| | | | | | - Added methods AsString() and AsBytes() to resource objects, so you can get at the contents of resource items. - Ported to CodeWarrior (mainly ProcPtr/UniversalProcPtr stuff)
* Ported to MetroWerks, which misses file-descriptor like functionality.Jack Jansen1994-12-141-0/+22
|
* - PYTHONPATH is now \n-separated, so you can have directories withJack Jansen1994-12-141-2/+75
| | | | | | | | | | | | spaces in the name. - If you run python with a script the working directory is now the directory where the script lives (was: directory where python application lives). sys.path will include current dir, application dir and Lib, etc. relative to application dir. This is more like unix python does things and more useful besides (since you can easily import files living in the same directory as the importer). - Added the macconsole, ctb, macspeech, macdnr and mactcp modules. - For MW compiler, put 68K/PPC indication in version string.
* - Added Version methodJack Jansen1994-12-141-129/+127
| | | | | - Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior
* Interface to Mac Communications Toolbox (only Connection Manager forJack Jansen1994-12-141-0/+585
| | | | now)
* Add files by JackGuido van Rossum1994-10-022-0/+577
|
* config.c: add MacOS moduleGuido van Rossum1994-09-292-38/+52
| | | | macosmodule.c: lots of updates (though playing sound can still hang :-( )
* Support user routines (callbacks) on sound channels.Guido van Rossum1994-09-161-6/+74
|
* gestaltmodule.c: interface to Gestalt Manager.Guido van Rossum1994-09-162-0/+450
| | | | | 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-292-9/+20
| | | | | | | 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-4/+4
|
* Some more changesGuido van Rossum1994-08-232-10/+17
|
* Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.Guido van Rossum1994-08-192-34/+65
|
* Change include path for unixemu headers; rename access to access_Guido van Rossum1994-06-271-4/+4
|