Jack Jansen
|
1d2f863e51
|
Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix.
|
1996-08-02 15:16:16 +00:00 |
Jack Jansen
|
a547dcaff0
|
Old names changed to Py_GetCopyright, etc.
|
1996-07-10 15:48:25 +00:00 |
Jack Jansen
|
415571cc9f
|
Replaced non-ascii chars by backslash escapes
|
1996-03-25 15:46:03 +00:00 |
Jack Jansen
|
1a0dafb1ce
|
Somehow the <<terminated>> got mangled. Fixed.
|
1996-03-20 16:19:00 +00:00 |
Jack Jansen
|
e355c4568f
|
- Allow setting of argc/argv in <option>-start dialog
- Set "ok" to be default button
|
1996-03-12 13:29:04 +00:00 |
Jack Jansen
|
2429c722d7
|
Added missing include of Fonts.h
|
1996-03-07 15:17:11 +00:00 |
Jack Jansen
|
378815ca86
|
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
after each chdir call.
|
1996-03-06 16:21:34 +00:00 |
Jack Jansen
|
01fbc68896
|
- Reorganized init code
- Fixed serious bug in code to get options from a resource
|
1996-02-28 15:42:47 +00:00 |
Jack Jansen
|
a4b7e14df8
|
Store default startup options in preference file or
app.
|
1996-02-21 16:46:57 +00:00 |
Jack Jansen
|
1e8557a9fe
|
For MW Python, update titlebar of window when python exits.
|
1995-11-10 14:51:26 +00:00 |
Jack Jansen
|
0168f279cc
|
Added options for keeping window open on normal/error termination
Moved whole exit-handling of console window here (from pythonrun.c)
|
1995-10-27 13:32:30 +00:00 |
Jack Jansen
|
85c9aea6e2
|
Added prototypes.
|
1995-10-23 13:57:03 +00:00 |
Jack Jansen
|
57633c1a48
|
removed unused variables
|
1995-08-31 13:57:06 +00:00 |
Jack Jansen
|
696c95800e
|
This is completely different from the old mainmain (which wasn't used
anymore) and is the new main program for MacPython. Built from bits
and pieces of config.c, macglue.c and pythonmain.c.
|
1995-08-14 12:33:20 +00:00 |
Jack Jansen
|
f950f8d414
|
Various changes wrt shared-library python:
- Moved fileargument to config.c
- Added PyMac_AddLibResources() call in case of shlib python
- Build argc/argv differently in case of applet template
|
1995-02-13 11:35:34 +00:00 |
Jack Jansen
|
c76fd39587
|
Added stuff so CodeWarrior isn't so verbose about its stdio windows
|
1995-02-02 14:27:31 +00:00 |
Guido van Rossum
|
c02311ba53
|
added printf -- hack for Think C to init stdwin and stdio
|
1995-01-22 18:38:12 +00:00 |
Guido van Rossum
|
5c83252be4
|
must include rename2.h
|
1995-01-17 15:57:48 +00:00 |
Guido van Rossum
|
99546997f6
|
1995 copyright
|
1995-01-08 14:33:34 +00:00 |
Jack Jansen
|
bac428d2e0
|
Enlarged version buffer (nobody expects the spanish inquisition:-)
Support for new sys.path code in config.c
|
1994-12-14 13:47:30 +00:00 |
Guido van Rossum
|
e783444440
|
Intermediate version of changes after porting to MPW 3.2
|
1994-08-26 09:09:48 +00:00 |
Guido van Rossum
|
b0f3c82a3b
|
Added macmain.c (separate Mac specific main prog); bump version to 1.1
|
1994-08-23 13:34:25 +00:00 |