| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ANSIfication step 2: make sure all needed prototypes are available, and all n... | Jack Jansen | 2000-07-11 | 10 | -28/+49 |
|
|
* | 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 compati... | Jack Jansen | 2000-07-03 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Replaced GetFInfo and SetFInfo calls with FspGetFInfo and FspSetFInfo calls, ... | Jack Jansen | 2000-06-02 | 1 | -3/+9 |
|
|
* | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+6 |
|
|
* | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+25 |
|
|
* | Fixed callback function arguments to be carbon-compatible. | Jack Jansen | 2000-06-02 | 1 | -4/+6 |
|
|
* | GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For ... | Jack Jansen | 2000-05-10 | 1 | -1/+2 |
|
|
* | Removed string-exception preference, added tabcheck and NavService preference... | Jack Jansen | 2000-05-05 | 1 | -3/+33 |
|
|
* | 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 |
|
|
* | 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 initializatio... | Jack Jansen | 2000-01-07 | 1 | -0/+34 |
|
|
* | 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 unav... | Jack Jansen | 1999-12-12 | 1 | -0/+290 |
|
|
* | Oops, PLstring funcs should be "pascal". Funny this never caused problems bef... | Jack Jansen | 1999-12-12 | 1 | -3/+9 |
|
|
* | First bits and pieces of appearance support: an init routine, a global flag P... | Jack Jansen | 1999-12-07 | 2 | -0/+25 |
|
|
* | 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 |
|
|
* | Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standal... | Jack Jansen | 1999-02-15 | 1 | -0/+6 |
|
|
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-15 | 2 | -39/+12 |
|
|
* | put the preferences file in a folder called "Python" inside the prefs folder,... | Just van Rossum | 1999-02-02 | 1 | -10/+37 |
|
|
* | 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 |
|
|
* | New about box, with the version mesage filled in in a text item, and | Jack Jansen | 1998-07-31 | 1 | -13/+14 |
|
|
* | The PYD resource should now contain 2 strings: one for the ppc | Jack Jansen | 1998-07-31 | 1 | -2/+10 |
|
|
* | Re-indented properly (Just). | Jack Jansen | 1998-07-31 | 1 | -173/+173 |
|
|
* | If the preference filename resource is empty don't try to open or | Jack Jansen | 1998-07-13 | 1 | -4/+13 |
|
|
* | All import-related code has moved to macimport.c. | Jack Jansen | 1998-07-13 | 2 | -224/+416 |
|
|
* | Print message when we load a PYC resource, if verbose import flag is on. | Jack Jansen | 1998-06-26 | 1 | -0/+3 |
|
|
* | An applet with Popt and GUSI preferences but without alis resource | Jack Jansen | 1998-05-07 | 1 | -2/+3 |
|
|
* | Incorrect argument for PyMacBuildwide() | Jack Jansen | 1998-04-23 | 1 | -5/+5 |
|
|
* | Added PyMac_{Get,Build}wide. These should support python longints at | Jack Jansen | 1998-04-21 | 1 | -0/+23 |
|
|
* | - Universal Headers 3 mods | Jack Jansen | 1998-02-20 | 1 | -2/+4 |
|
|
* | Bug fix for fast module location | Jack Jansen | 1997-10-08 | 1 | -1/+1 |
|
|
* | Implemented nositepython and oldexceptions flags | Jack Jansen | 1997-10-07 | 1 | -0/+2 |
|
|
* | Fixed for new "import dir.module" semantics. Needs accompanying fix in | Jack Jansen | 1997-10-07 | 1 | -0/+9 |
|
|
* | Added old-exception and no-site-python options and balloon help | Jack Jansen | 1997-09-09 | 1 | -3/+12 |
|
|
* | The preference resource now has a version number | Jack Jansen | 1997-09-08 | 1 | -16/+21 |
|
|