| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵ | Jack Jansen | 2000-09-22 | 1 | -11/+44 |
| | | | | | Default is "unseen output". Upped the Popt version number. | ||||
| * | PyOS_CheckStack now understands multiple threads. Other threads are not ↵ | Jack Jansen | 2000-09-08 | 1 | -2/+14 |
| | | | | | stack-checked, but at least they don't appear to always be out of stack. | ||||
| * | Use same short banner message as unix/win Python. | Jack Jansen | 2000-09-08 | 1 | -3/+7 |
| | | |||||
| * | Removed debug output. | Jack Jansen | 2000-08-25 | 1 | -3/+0 |
| | | |||||
| * | Cheaper implementation of PyOS_CheckStack: only call StackSpace once and ↵ | Jack Jansen | 2000-08-25 | 1 | -3/+6 |
| | | | | | keep a sentinel in a static variable. | ||||
| * | Removed temporary code to disable OT networking (this was a workaround for ↵ | Jack Jansen | 2000-08-17 | 1 | -1/+1 |
| | | | | | getpeername() not working in a previous release of GUSI, but it has been fixed). | ||||
| * | Removed temporary code that always set creator to SimpleText. | Jack Jansen | 2000-08-17 | 1 | -2/+7 |
| | | |||||
| * | Added more prototypes. | Jack Jansen | 2000-07-24 | 2 | -5/+9 |
| | | |||||
| * | Added PyMac_getscript() which returns the pythonic name of the current ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+34 |
| | | | | | script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund. | ||||
| * | MacPython on MacOSX DP4 gets started in the wrong directory. The workaround ↵ | Jack Jansen | 2000-07-18 | 1 | -1/+16 |
| | | | | | (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name. | ||||
| * | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 4 | -10/+10 |
| | | |||||
| * | include macdefs.h for declaration of getwd, if non-gusi python. | Jack Jansen | 2000-07-14 | 1 | -0/+1 |
| | | |||||
| * | PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. | Jack Jansen | 2000-07-14 | 1 | -5/+2 |
| | | |||||
| * | Got rid of __SC__ ifdefs. | Jack Jansen | 2000-07-11 | 1 | -4/+0 |
| | | |||||
| * | Removed guesstabsize.c, which is obsolete. | Jack Jansen | 2000-07-11 | 1 | -63/+0 |
| | | |||||
| * | ANSIfication step 2: make sure all needed prototypes are available, and all ↵ | Jack Jansen | 2000-07-11 | 10 | -28/+49 |
| | | | | | | | needed header files included. | ||||
| * | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. | Jack Jansen | 2000-07-11 | 2 | -5/+5 |
| | | |||||
| * | PyMac_FindModuleExtension now uses a size_t as its size parameter for ↵ | Jack Jansen | 2000-07-03 | 1 | -1/+1 |
| | | | | | compatibility. | ||||
| * | Made argc/argv processing work again under carbon. | Jack Jansen | 2000-06-20 | 1 | -2/+2 |
| | | |||||
| * | Oops, default type and creator were reversed. | Jack Jansen | 2000-06-14 | 1 | -1/+1 |
| | | |||||
| * | Removed assorted old ifdefs. | Jack Jansen | 2000-06-04 | 1 | -17/+0 |
| | | |||||
| * | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 2 | -14/+0 |
| | | |||||
| * | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 1 | -7/+9 |
| | | | | | Added a CARBON indicator to the version string. | ||||
| * | Replaced GetFInfo and SetFInfo calls with FspGetFInfo and FspSetFInfo calls, ↵ | Jack Jansen | 2000-06-02 | 1 | -3/+9 |
| | | | | | which are carbon-compatible. | ||||
| * | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+6 |
| | | | | | | - Don't call all the toolbox init routines. - No balloon help, so removed help code from the initial dialog. | ||||
| * | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+25 |
| | | | | | | | | - Use TickCount() in stead of LMGetTicks() - Don't use xxxGetFile event filter - Don't call SystemTask or HandleSysWindowEvent (is this also automatically handled under os9??) - Don't scan event queue for cmd-. (to be fixed at some point). | ||||
| * | Fixed callback function arguments to be carbon-compatible. | Jack Jansen | 2000-06-02 | 1 | -4/+6 |
| | | | | | (Temporarily?) removed call to ProcessHighLevelEvent until we find out how to do this (Carbon only). | ||||
| * | GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For ↵ | Jack Jansen | 2000-05-10 | 1 | -1/+2 |
| | | | | | now the workaround is to only enable MacTCP sockets. | ||||
| * | Removed string-exception preference, added tabcheck and NavService ↵ | Jack Jansen | 2000-05-05 | 1 | -3/+33 |
| | | | | | preference, upped version number. | ||||
| * | Got rid of w/MSL in the version string. | Jack Jansen | 2000-05-05 | 1 | -9/+3 |
| | | |||||
| * | Moved to the Compat folder (in case anyone still wants to try MPW building), ↵ | Jack Jansen | 2000-05-03 | 1 | -45/+0 |
| | | | | | it hasn't been used for years. | ||||
| * | Removed, the core-python getmtime works fine with GUSI2. | Jack Jansen | 2000-05-03 | 1 | -57/+0 |
| | | |||||
| * | Made the GUSI options work again with GUSI 2. | Jack Jansen | 2000-04-21 | 2 | -5/+38 |
| | | |||||
| * | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 7 | -21/+143 |
| | | |||||
| * | If there's an error in an fsspec argument raise MacOS.Error, not ValueError. | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
| | | |||||
| * | Added initializer routine optionally to be used as PEF fragment ↵ | Jack Jansen | 2000-01-07 | 1 | -0/+34 |
| | | | | | initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files. | ||||
| * | Added PyMac_BuildOptStr255, which returns None on a null pointer. | Jack Jansen | 1999-12-17 | 1 | -0/+14 |
| | | |||||
| * | Dummy functions which return unimpErr for lots of toolbox calls that are ↵ | Jack Jansen | 1999-12-12 | 1 | -0/+290 |
| | | | | | | | unavailable for 68K. This way we don't have to disable thm in bgen, so we can still use them on PPC. | ||||
| * | Oops, PLstring funcs should be "pascal". Funny this never caused problems ↵ | Jack Jansen | 1999-12-12 | 1 | -3/+9 |
| | | | | | before... | ||||
| * | First bits and pieces of appearance support: an init routine, a global flag ↵ | Jack Jansen | 1999-12-07 | 2 | -0/+25 |
| | | | | | | | PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE is off the code is disabled (but the variables are still there, set to 0). | ||||
| * | Bigger buffer size for C profiler (if profiling is enabled). | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
| | | |||||
| * | Optimization: don't try to get a tabsize resource if we know the file | Jack Jansen | 1999-09-30 | 1 | -0/+3 |
| | | | | | doesn't have one (stdin and such), OpenRF appears to be an expensive call. | ||||
| * | Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k ↵ | Jack Jansen | 1999-02-15 | 1 | -0/+6 |
| | | | | | standalone Python compile. | ||||
| * | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-15 | 2 | -39/+12 |
| | | | | | resulting program is called PythonInterpreter. | ||||
| * | put the preferences file in a folder called "Python" inside the prefs ↵ | Just van Rossum | 1999-02-02 | 1 | -10/+37 |
| | | | | | folder, just like the IDE does -- jvr | ||||
| * | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 1 | -4/+3 |
| | | |||||
| * | Mods by Just to allow aliases in sys.path entries | Jack Jansen | 1998-09-07 | 1 | -0/+20 |
| | | |||||
| * | Support for freezing packages (Just). | Jack Jansen | 1998-08-18 | 1 | -1/+32 |
| | | |||||
| * | Initialize the program name before adding shared library resources (Just). | Jack Jansen | 1998-07-31 | 1 | -0/+1 |
| | | |||||
| * | Don't add the library file to the resource file chain if it is the | Jack Jansen | 1998-07-31 | 1 | -1/+18 |
| | | | | | same as the application file (Just). | ||||
