summaryrefslogtreecommitdiff
path: root/Mac/Python
Commit message (Expand)AuthorAgeFilesLines
* Added a c2pstrcpy() function.Jack Jansen2000-12-121-0/+11
* Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ...Jack Jansen2000-10-191-0/+9
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-121-16/+16
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa...Jack Jansen2000-09-221-11/+44
* PyOS_CheckStack now understands multiple threads. Other threads are not stack...Jack Jansen2000-09-081-2/+14
* Use same short banner message as unix/win Python.Jack Jansen2000-09-081-3/+7
* Removed debug output.Jack Jansen2000-08-251-3/+0
* Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep...Jack Jansen2000-08-251-3/+6
* Removed temporary code to disable OT networking (this was a workaround for ge...Jack Jansen2000-08-171-1/+1
* Removed temporary code that always set creator to SimpleText.Jack Jansen2000-08-171-2/+7
* Added more prototypes.Jack Jansen2000-07-242-5/+9
* Added PyMac_getscript() which returns the pythonic name of the current script...Jack Jansen2000-07-241-0/+34
* MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (...Jack Jansen2000-07-181-1/+16
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-144-10/+10
* include macdefs.h for declaration of getwd, if non-gusi python.Jack Jansen2000-07-141-0/+1
* PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.Jack Jansen2000-07-141-5/+2
* Got rid of __SC__ ifdefs.Jack Jansen2000-07-111-4/+0
* Removed guesstabsize.c, which is obsolete.Jack Jansen2000-07-111-63/+0
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-1110-28/+49
* ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.Jack Jansen2000-07-112-5/+5
* PyMac_FindModuleExtension now uses a size_t as its size parameter for compati...Jack Jansen2000-07-031-1/+1
* Made argc/argv processing work again under carbon.Jack Jansen2000-06-201-2/+2
* Oops, default type and creator were reversed.Jack Jansen2000-06-141-1/+1
* Removed assorted old ifdefs.Jack Jansen2000-06-041-17/+0
* Removed THINK_C support.Jack Jansen2000-06-042-14/+0
* Removed THINK_C support.Jack Jansen2000-06-041-7/+9
* Replaced GetFInfo and SetFInfo calls with FspGetFInfo and FspSetFInfo calls, ...Jack Jansen2000-06-021-3/+9
* Removed (within an #ifdef) Carbon-incompatabilities:Jack Jansen2000-06-021-0/+6
* Removed (within an #ifdef) Carbon-incompatabilities:Jack Jansen2000-06-021-0/+25
* Fixed callback function arguments to be carbon-compatible.Jack Jansen2000-06-021-4/+6
* GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For ...Jack Jansen2000-05-101-1/+2
* Removed string-exception preference, added tabcheck and NavService preference...Jack Jansen2000-05-051-3/+33
* Got rid of w/MSL in the version string.Jack Jansen2000-05-051-9/+3
* Moved to the Compat folder (in case anyone still wants to try MPW building), ...Jack Jansen2000-05-031-45/+0
* Removed, the core-python getmtime works fine with GUSI2.Jack Jansen2000-05-031-57/+0
* Made the GUSI options work again with GUSI 2.Jack Jansen2000-04-212-5/+38
* Started on GUSI2 and threading support.Jack Jansen2000-04-077-21/+143
* If there's an error in an fsspec argument raise MacOS.Error, not ValueError.Jack Jansen2000-01-241-1/+1
* Added initializer routine optionally to be used as PEF fragment initializatio...Jack Jansen2000-01-071-0/+34
* Added PyMac_BuildOptStr255, which returns None on a null pointer.Jack Jansen1999-12-171-0/+14
* Dummy functions which return unimpErr for lots of toolbox calls that are unav...Jack Jansen1999-12-121-0/+290
* Oops, PLstring funcs should be "pascal". Funny this never caused problems bef...Jack Jansen1999-12-121-3/+9
* First bits and pieces of appearance support: an init routine, a global flag P...Jack Jansen1999-12-072-0/+25
* Bigger buffer size for C profiler (if profiling is enabled).Jack Jansen1999-09-301-1/+1
* Optimization: don't try to get a tabsize resource if we know the fileJack Jansen1999-09-301-0/+3
* Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standal...Jack Jansen1999-02-151-0/+6
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-152-39/+12
* put the preferences file in a folder called "Python" inside the prefs folder,...Just van Rossum1999-02-021-10/+37
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-4/+3
* Mods by Just to allow aliases in sys.path entriesJack Jansen1998-09-071-0/+20