summaryrefslogtreecommitdiffstats
path: root/Mac/Python
Commit message (Collapse)AuthorAgeFilesLines
* Added void before mainJack Jansen1996-08-201-0/+1
|
* Fixed command-. handlingJack Jansen1996-08-191-2/+15
| | | | Added hacks for GetEventQueue (so you don't have to edit Events.h)
* Fixed to work for ppc and cfm68kJack Jansen1996-08-191-0/+4
|
* Removed debug printfJack Jansen1996-08-191-3/+1
|
* Removed obsolete cfm68k ifdef (Guido)Jack Jansen1996-08-191-3/+0
|
* Include config.hJack Jansen1996-08-191-0/+2
|
* Guido:Jack Jansen1996-08-191-14/+5
| | | | | - new SpinCursor (replacing Jack's almost-identical one) - use GetEventQueue in stead of GetEvQHdr
* Guido: added some void's to declarationsJack Jansen1996-08-191-1/+5
|
* Guido: changed __sinit to __initialize for CFM68K.Jack Jansen1996-08-191-2/+2
|
* Dummy SpinCursor() if __CFM68K__ is definedJack Jansen1996-08-191-0/+10
|
* Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix.Jack Jansen1996-08-021-6/+20
|
* - Minimum stacksize is now 8K for PPC, 4K for 68KJack Jansen1996-08-011-7/+20
| | | | - Added PyMac_BuildNumVersion
* Added PyOS_CheckStack() function which returns -1 when we are runningJack Jansen1996-07-221-0/+14
| | | | low on stackspace.
* Old names changed to Py_GetCopyright, etc.Jack Jansen1996-07-104-6/+6
|
* PyMac_GetFixed() didn't return 1 on successJack Jansen1996-05-311-0/+1
|
* Added support for override preferencesJack Jansen1996-04-041-13/+54
|
* Don't change Standard File folder on chdir().Jack Jansen1996-03-251-0/+2
|
* Replaced non-ascii chars by backslash escapesJack Jansen1996-03-251-1/+1
|
* Somehow the <<terminated>> got mangled. Fixed.Jack Jansen1996-03-201-1/+1
|
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-121-5/+27
| | | | - Set "ok" to be default button
* Added missing include of Fonts.hJack Jansen1996-03-071-0/+1
|
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-062-15/+34
| | | | after each chdir call.
* Added code to make fsspecs work for gusi-pythonJack Jansen1996-03-051-0/+16
|
* Added __sinit() call, so C++ initializations in shared library workJack Jansen1996-02-291-0/+3
|
* - Reorganized init codeJack Jansen1996-02-284-45/+57
| | | | - Fixed serious bug in code to get options from a resource
* Store default startup options in preference file orJack Jansen1996-02-212-4/+55
| | | | app.
* Changed MacOS creator code from PYTH to PythJack Jansen1996-02-211-1/+1
|
* Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being)Jack Jansen1996-02-201-0/+2
|
* Modified for GUSIJack Jansen1996-02-142-5/+10
|
* Added converters for FixedJack Jansen1995-11-151-0/+23
|
* Changed for the 1.3.2 compiler (CW7.5)Jack Jansen1995-11-141-2/+2
|
* Initialize GUSI for MacTkPythonJack Jansen1995-11-141-0/+3
|
* Continue looking for "open doc" events even after "open app". ThisJack Jansen1995-11-101-0/+3
| | | | allows you to debug the interpreter in non-interactive mode.
* Cosmetic change to event handling.Jack Jansen1995-11-101-3/+11
|
* For MW Python, update titlebar of window when python exits.Jack Jansen1995-11-101-5/+9
|
* Added options for keeping window open on normal/error terminationJack Jansen1995-10-271-10/+45
| | | | Moved whole exit-handling of console window here (from pythonrun.c)
* Added prototypes.Jack Jansen1995-10-231-2/+2
|
* Export strdup (parsermodule needs it)Jack Jansen1995-10-121-2/+4
|
* Removed unused variablesJack Jansen1995-10-091-4/+1
|
* Fixed to work on 68K (could be yet another optimizer bug or something)Jack Jansen1995-09-011-5/+7
|
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-312-92/+73
| | | | preferences file if it is missing.
* Removed unused variablesJack Jansen1995-08-311-2/+2
|
* removed unused variablesJack Jansen1995-08-311-2/+0
|
* Lots of stuff moved to other files.Jack Jansen1995-08-141-381/+55
| | | | Include pythonresources.h.
* This is completely different from the old mainmain (which wasn't usedJack Jansen1995-08-141-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 andJack Jansen1995-08-142-0/+289
| | | | | macglue.c macgetplatform - factored out of config.c
* Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named theJack Jansen1995-08-141-0/+4
| | | | result macgetcompiler.c (after all, *I* did the merging:-)
* Initial revisionGuido van Rossum1995-08-081-0/+27
|
* Better error messages wrt missing resources and preferencesJack Jansen1995-08-071-3/+4
|
* Added code so you canset "command line options" if youJack Jansen1995-07-291-1/+61
| | | | option-click/drag python. Needs a new dialog resource.