Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added PyOS_CheckStack() function which returns -1 when we are running | Jack Jansen | 1996-07-22 | 1 | -0/+14 |
| | | | | low on stackspace. | ||||
* | Old names changed to Py_GetCopyright, etc. | Jack Jansen | 1996-07-10 | 4 | -6/+6 |
| | |||||
* | PyMac_GetFixed() didn't return 1 on success | Jack Jansen | 1996-05-31 | 1 | -0/+1 |
| | |||||
* | Added support for override preferences | Jack Jansen | 1996-04-04 | 1 | -13/+54 |
| | |||||
* | Don't change Standard File folder on chdir(). | Jack Jansen | 1996-03-25 | 1 | -0/+2 |
| | |||||
* | Replaced non-ascii chars by backslash escapes | Jack Jansen | 1996-03-25 | 1 | -1/+1 |
| | |||||
* | Somehow the <<terminated>> got mangled. Fixed. | Jack Jansen | 1996-03-20 | 1 | -1/+1 |
| | |||||
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 1 | -5/+27 |
| | | | | - Set "ok" to be default button | ||||
* | Added missing include of Fonts.h | Jack Jansen | 1996-03-07 | 1 | -0/+1 |
| | |||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 2 | -15/+34 |
| | | | | after each chdir call. | ||||
* | Added code to make fsspecs work for gusi-python | Jack Jansen | 1996-03-05 | 1 | -0/+16 |
| | |||||
* | Added __sinit() call, so C++ initializations in shared library work | Jack Jansen | 1996-02-29 | 1 | -0/+3 |
| | |||||
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 4 | -45/+57 |
| | | | | - Fixed serious bug in code to get options from a resource | ||||
* | Store default startup options in preference file or | Jack Jansen | 1996-02-21 | 2 | -4/+55 |
| | | | | app. | ||||
* | Changed MacOS creator code from PYTH to Pyth | Jack Jansen | 1996-02-21 | 1 | -1/+1 |
| | |||||
* | Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being) | Jack Jansen | 1996-02-20 | 1 | -0/+2 |
| | |||||
* | Modified for GUSI | Jack Jansen | 1996-02-14 | 2 | -5/+10 |
| | |||||
* | Added converters for Fixed | Jack Jansen | 1995-11-15 | 1 | -0/+23 |
| | |||||
* | Changed for the 1.3.2 compiler (CW7.5) | Jack Jansen | 1995-11-14 | 1 | -2/+2 |
| | |||||
* | Initialize GUSI for MacTkPython | Jack Jansen | 1995-11-14 | 1 | -0/+3 |
| | |||||
* | Continue looking for "open doc" events even after "open app". This | Jack Jansen | 1995-11-10 | 1 | -0/+3 |
| | | | | allows you to debug the interpreter in non-interactive mode. | ||||
* | Cosmetic change to event handling. | Jack Jansen | 1995-11-10 | 1 | -3/+11 |
| | |||||
* | For MW Python, update titlebar of window when python exits. | Jack Jansen | 1995-11-10 | 1 | -5/+9 |
| | |||||
* | Added options for keeping window open on normal/error termination | Jack Jansen | 1995-10-27 | 1 | -10/+45 |
| | | | | Moved whole exit-handling of console window here (from pythonrun.c) | ||||
* | Added prototypes. | Jack Jansen | 1995-10-23 | 1 | -2/+2 |
| | |||||
* | Export strdup (parsermodule needs it) | Jack Jansen | 1995-10-12 | 1 | -2/+4 |
| | |||||
* | Removed unused variables | Jack Jansen | 1995-10-09 | 1 | -4/+1 |
| | |||||
* | Fixed to work on 68K (could be yet another optimizer bug or something) | Jack Jansen | 1995-09-01 | 1 | -5/+7 |
| | |||||
* | Python will now attempt (again) to create at least a minimal | Jack Jansen | 1995-08-31 | 2 | -92/+73 |
| | | | | preferences file if it is missing. | ||||
* | Removed unused variables | Jack Jansen | 1995-08-31 | 1 | -2/+2 |
| | |||||
* | removed unused variables | Jack Jansen | 1995-08-31 | 1 | -2/+0 |
| | |||||
* | Lots of stuff moved to other files. | Jack Jansen | 1995-08-14 | 1 | -381/+55 |
| | | | | Include pythonresources.h. | ||||
* | This is completely different from the old mainmain (which wasn't used | Jack Jansen | 1995-08-14 | 1 | -88/+252 |
| | | | | | anymore) and is the new main program for MacPython. Built from bits and pieces of config.c, macglue.c and pythonmain.c. | ||||
* | macgetpath - sys.path setting code factored out of config.c and | Jack Jansen | 1995-08-14 | 2 | -0/+289 |
| | | | | | macglue.c macgetplatform - factored out of config.c | ||||
* | Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the | Jack Jansen | 1995-08-14 | 1 | -0/+4 |
| | | | | result macgetcompiler.c (after all, *I* did the merging:-) | ||||
* | Initial revision | Guido van Rossum | 1995-08-08 | 1 | -0/+27 |
| | |||||
* | Better error messages wrt missing resources and preferences | Jack Jansen | 1995-08-07 | 1 | -3/+4 |
| | |||||
* | Added code so you canset "command line options" if you | Jack Jansen | 1995-07-29 | 1 | -1/+61 |
| | | | | option-click/drag python. Needs a new dialog resource. | ||||
* | Un-installing of AE handlers fixed (AE is very picky that you specify | Jack Jansen | 1995-07-29 | 1 | -8/+15 |
| | | | | the same UPP) | ||||
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 3 | -2/+12 |
| | | | | unsupported features). | ||||
* | Added code to obtain sys.path from a resource | Jack Jansen | 1995-06-18 | 1 | -0/+97 |
| | | | | | Removed code to update the preferences file, use EditPythonPrefs.py in stead (actually, code is still there if you define USE_MAC_MODPREFS) | ||||
* | Ported to CW6 | Jack Jansen | 1995-06-14 | 1 | -4/+1 |
| | |||||
* | - The prefs file wasn't updated correctly if it already existed. | Jack Jansen | 1995-04-24 | 1 | -5/+10 |
| | | | | - Guido's r1.23 fix wrt PyMac_DoYieldEnabled had somehow gotten lost. | ||||
* | Under MW also be more conservative about events to request | Jack Jansen | 1995-02-27 | 1 | -11/+6 |
| | |||||
* | return old value of PyMac_DoYieldEnabled; -1 means do not even check for ↵ | Guido van Rossum | 1995-02-26 | 1 | -1/+9 |
| | | | | interrupts | ||||
* | MAde a few things more orthogonal and did some cleanups: | Jack Jansen | 1995-02-24 | 2 | -24/+67 |
| | | | | | | | | - 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. | ||||
* | ported to MPW, moved main() here | Guido van Rossum | 1995-02-20 | 1 | -15/+31 |
| | |||||
* | moved main() to macglue.c | Guido van Rossum | 1995-02-20 | 1 | -12/+0 |
| | |||||
* | ported to CFM-68K | Guido van Rossum | 1995-02-20 | 1 | -12/+19 |
| | |||||
* | - Added PyMac_GetDirectory call which asks the user to select a | Jack Jansen | 1995-02-20 | 1 | -20/+79 |
| | | | | | | | | 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. |