summaryrefslogtreecommitdiffstats
path: root/Mac/Python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for freezing packages (Just).Jack Jansen1998-08-181-1/+32
* Initialize the program name before adding shared library resources (Just).Jack Jansen1998-07-311-0/+1
* Don't add the library file to the resource file chain if it is theJack Jansen1998-07-311-1/+18
* New about box, with the version mesage filled in in a text item, andJack Jansen1998-07-311-13/+14
* The PYD resource should now contain 2 strings: one for the ppcJack Jansen1998-07-311-2/+10
* Re-indented properly (Just).Jack Jansen1998-07-311-173/+173
* If the preference filename resource is empty don't try to open orJack Jansen1998-07-131-4/+13
* All import-related code has moved to macimport.c.Jack Jansen1998-07-132-224/+416
* Print message when we load a PYC resource, if verbose import flag is on.Jack Jansen1998-06-261-0/+3
* An applet with Popt and GUSI preferences but without alis resourceJack Jansen1998-05-071-2/+3
* Incorrect argument for PyMacBuildwide()Jack Jansen1998-04-231-5/+5
* Added PyMac_{Get,Build}wide. These should support python longints atJack Jansen1998-04-211-0/+23
* - Universal Headers 3 modsJack Jansen1998-02-201-2/+4
* Bug fix for fast module locationJack Jansen1997-10-081-1/+1
* Implemented nositepython and oldexceptions flagsJack Jansen1997-10-071-0/+2
* Fixed for new "import dir.module" semantics. Needs accompanying fix inJack Jansen1997-10-071-0/+9
* Added old-exception and no-site-python options and balloon helpJack Jansen1997-09-091-3/+12
* The preference resource now has a version numberJack Jansen1997-09-081-16/+21
* sys.prefix and sys.exec_prefix are now set correctly.Jack Jansen1997-09-081-2/+2
* Handle systemclicks ourselves, in stead of passing them to Sioux. ThisJack Jansen1997-08-261-10/+15
* Added (dummy) PyOS_FiniInterruptsJack Jansen1997-08-081-0/+5
* Adapted for 1.5a3: Py_SupressPrintingFlag is gone, andJack Jansen1997-08-081-21/+9
* Added PyMac_SetEventHandler which allows you to replace complete eventJack Jansen1997-06-201-43/+71