summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* another round... ported to __SC__Guido van Rossum1995-02-1910-198/+135
* added copyright headerGuido van Rossum1995-02-191-0/+24
* explicitly init flags in methodlistGuido van Rossum1995-02-191-1/+1
* cfm 68k supportGuido van Rossum1995-02-181-0/+4
* added imp; forget ctb and math for __SC__ (for now)Guido van Rossum1995-02-181-5/+11
* add __SC__ ifdefGuido van Rossum1995-02-171-1/+1
* different #ifdefsGuido van Rossum1995-02-142-8/+6
* ported to Think CGuido van Rossum1995-02-142-0/+16
* 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
* Use PyMac_GetPythonDir() to obtain python homedirJack Jansen1995-02-131-5/+4
* 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
* 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 (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
* 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
* Got rid of the Resource and Sound interfaces, in favor of the onesGuido van Rossum1995-01-251-410/+3
* 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
* 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
* 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
* - Added Version methodJack Jansen1994-12-141-129/+127
* Interface to Mac Communications Toolbox (only Connection Manager forJack Jansen1994-12-141-0/+585
* Add files by JackGuido van Rossum1994-10-022-0/+577