summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* all bgen modules now work with MWerksGuido van Rossum1995-02-271-4/+0
* return old value of PyMac_DoYieldEnabled; -1 means do not even check for inte...Guido van Rossum1995-02-261-5/+6
* MAde a few things more orthogonal and did some cleanups:Jack Jansen1995-02-241-12/+7
* changed ifdefs and comments -- more modules are goodGuido van Rossum1995-02-211-11/+5
* change SC ifdef to MPWGuido van Rossum1995-02-211-1/+1
* ported to MPW/SCGuido van Rossum1995-02-211-7/+7
* fix bug in filterproc interfaceGuido van Rossum1995-02-213-28/+3
* replace %#s with portable solutionGuido van Rossum1995-02-201-13/+14
* Some more modules temp excluded in mwerks, and a comment fix.Jack Jansen1995-02-201-1/+8
* Minor bug fixJack Jansen1995-02-201-1/+1
* Added GetDirectory() methodJack Jansen1995-02-201-1/+16
* ported back to Think CGuido van Rossum1995-02-192-2/+2
* 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