summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* pseudo progress bar (not finished)Guido van Rossum1995-03-101-0/+31
|
* added morse library (not finished yet)Guido van Rossum1995-03-101-0/+188
|
* added evtedit.py for SystemClick()Guido van Rossum1995-03-101-0/+6
|
* the usualGuido van Rossum1995-03-1017-13/+57
|
* Initial revisionJack Jansen1995-03-071-0/+41
|
* reverse sense of PyMac_Idle testGuido van Rossum1995-03-061-1/+1
|
* socket.pyGuido van Rossum1995-03-061-8/+8
|
* remove some unused local variablesGuido van Rossum1995-03-041-5/+0
|
* correct some return values and remove some unused variablesGuido van Rossum1995-03-041-5/+2
|
* include macglue.h so we can use HAVE_UNIVERSAL_HEADERS;Guido van Rossum1995-03-041-4/+7
| | | | | and correct sens of PyMac_Idle() test. But should'nt this raise KeyboardInterrupt instead of silently returning?
* don't use math at allGuido van Rossum1995-03-041-2/+1
|
* fix several cosmetic things, add buffering to makefileGuido van Rossum1995-03-041-62/+107
|
* more stuffGuido van Rossum1995-02-283-2/+9
|
* more stuffGuido van Rossum1995-02-283-13/+24
|
* In interactive mode ask for output fileJack Jansen1995-02-271-8/+16
|
* Under MW also be more conservative about events to requestJack Jansen1995-02-271-11/+6
|
* 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 ↵Guido van Rossum1995-02-262-6/+15
| | | | interrupts
* get creator from Owner resource; set attrsGuido van Rossum1995-02-261-7/+24
|
* UpdateGuido van Rossum1995-02-261-2/+3
|
* MAde a few things more orthogonal and did some cleanups:Jack Jansen1995-02-243-36/+74
| | | | | | | | - Applications now have their (minimal) main prrogram in macapplication.c and the rest of the init code in macglue.c. - A new define, USE_MAC_APPLET_SUPPORT, independent of USE_MAC_SHARED_LIB - chdir to script directory now done in PyMac_InitApplication.
* Added BINA to unknown filetypes (what mw uses)Jack Jansen1995-02-241-1/+1
|
* Rationalized mwerks config files: they only differ depending onJack Jansen1995-02-242-0/+6
| | | | | whether there is shared library support. Libraries, applets and applications are distinguished by the sources they include.
* changed ifdefs and comments -- more modules are goodGuido van Rossum1995-02-212-12/+6
|
* change SC ifdef to MPWGuido van Rossum1995-02-211-1/+1
|
* a few new thingsGuido van Rossum1995-02-211-3/+9
|
* ported to MPW/SCGuido van Rossum1995-02-211-7/+7
|
* added ctbGuido van Rossum1995-02-211-1/+1
|
* fix bug in filterproc interfaceGuido van Rossum1995-02-214-38/+28
|
* fix bug with volume rootGuido van Rossum1995-02-211-20/+22
|
* ported to MPW, moved main() hereGuido van Rossum1995-02-201-15/+31
|
* moved main() to macglue.cGuido van Rossum1995-02-201-12/+0
|
* ported to CFM-68KGuido van Rossum1995-02-201-12/+19
|
* real dialogs for warnings etc., copy applet.rsrc template tooGuido van Rossum1995-02-201-37/+81
|
* replace %#s with portable solutionGuido van Rossum1995-02-201-13/+14
|
* applet to run any scriptGuido van Rossum1995-02-201-0/+35
|
* added shared library glueGuido van Rossum1995-02-201-2/+10
|
* also set cur dir for standard get/put fileGuido van Rossum1995-02-201-0/+9
|
* Some more modules temp excluded in mwerks, and a comment fix.Jack Jansen1995-02-201-1/+8
|
* - Added PyMac_GetDirectory call which asks the user to select aJack Jansen1995-02-202-20/+81
| | | | | | | | directory. - No __main__ resource found message is now a dialog - Fixes wrt stdio window handling in applets. NB: these fixes require a new resource file.
* Always set type to APPLJack Jansen1995-02-201-4/+3
|
* Minor bug fixJack Jansen1995-02-201-1/+1
|
* Added GetDirectory() methodJack Jansen1995-02-201-1/+16
|
* ported back to Think CGuido van Rossum1995-02-193-3/+10
|
* another round... ported to __SC__Guido van Rossum1995-02-1913-207/+155
|
* use PyMac_GetArgv (in macgetargv.c) for applet initsGuido van Rossum1995-02-191-17/+8
|
* get argc/argv from AppleEventsGuido van Rossum1995-02-191-0/+325
|
* added copyright headerGuido van Rossum1995-02-191-0/+24
|
* explicitly init flags in methodlistGuido van Rossum1995-02-191-1/+1
|
* hacks for atoi/strtod in __SC__Guido van Rossum1995-02-191-0/+5
|