| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -7/+2 |
|
|
* | Fixed various problems with command-dot handling (some very old): | Jack Jansen | 2001-11-10 | 1 | -45/+52 |
|
|
* | MacPython -vv equivalent printed incorrect filenames, fixed. Also | Jack Jansen | 2001-11-05 | 1 | -11/+1 |
|
|
* | We always install the Sioux menubar, in stead of only when no menubar | Jack Jansen | 2001-11-01 | 1 | -0/+8 |
|
|
* | Moved macfsn hackery from macmain.c to macfsmodule.c so it loads | Just van Rossum | 2001-10-31 | 1 | -29/+0 |
|
|
* | Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and ... | Jack Jansen | 2001-10-30 | 1 | -34/+62 |
|
|
* | Mods by Alexandre Parenteau to allow embedding programs to disable the MacPyt... | Jack Jansen | 2001-10-08 | 1 | -39/+78 |
|
|
* | Mods by Donovan Preston (with changes by me to make them "go with the flow") | Jack Jansen | 2001-09-11 | 1 | -14/+90 |
|
|
* | Failing to import macfsn is not a fatal error. | Jack Jansen | 2001-09-11 | 1 | -1/+2 |
|
|
* | Implemented PyMac_GetFullPathname for MacPython. | Jack Jansen | 2001-09-11 | 1 | -3/+13 |
|
|
* | Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' | Jack Jansen | 2001-09-10 | 2 | -22/+17 |
|
|
* | Changes to make these work under OSX as the main program for a | Jack Jansen | 2001-09-05 | 2 | -53/+113 |
|
|
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 2 | -23/+37 |
|
|
* | Experimental feature: allow \n as well as \r as newline for text files, by br... | Jack Jansen | 2001-08-27 | 1 | -0/+17 |
|
|
* | PATCHLEVEL is outdated, use PY_VERSION. | Jack Jansen | 2001-08-19 | 1 | -1/+1 |
|
|
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 1 | -376/+0 |
|
|
* | Got rid of 68k-Mac and other outdated ifdefs. | Jack Jansen | 2001-08-07 | 3 | -26/+0 |
|
|
* | Bit the bullet and enabled garbage collection (finally). | Jack Jansen | 2001-08-07 | 1 | -1/+7 |
|
|
* | PyMac_GetFSSpec must be called via the dylib glue code on OSX. | Jack Jansen | 2001-08-03 | 1 | -0/+1 |
|
|
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 2 | -1/+6 |
|
|
* | config.h renamed to pyconfig.h | Jack Jansen | 2001-07-27 | 1 | -1/+1 |
|
|
* | Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh... | Jack Jansen | 2001-07-12 | 1 | -1/+1 |
|
|
* | Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an... | Jack Jansen | 2001-07-08 | 1 | -61/+0 |
|
|
* | Set the default 8-bit encoding based on the system script and language. | unknown | 2001-07-04 | 1 | -0/+2 |
|
|
* | Don't promise mac-japanese encoding as we don't have a codec for it. | unknown | 2001-07-04 | 1 | -1/+4 |
|
|
* | Fixed bug that prevented shared libs that are submodules of a | Just van Rossum | 2001-06-26 | 1 | -1/+1 |
|
|
* | Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use mod... | Jack Jansen | 2001-06-20 | 1 | -6/+12 |
|
|
* | removed a routine that has moved to macglue.c | Jack Jansen | 2001-05-22 | 1 | -21/+0 |
|
|
* | Fixed a nasty slowdown in imports in frozen applications: the shortcut | Jack Jansen | 2001-05-22 | 1 | -18/+32 |
|
|
* | Another include Carbon/Carbon.h | Jack Jansen | 2001-05-19 | 1 | -0/+4 |
|
|
* | Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should | Jack Jansen | 2001-05-19 | 2 | -40/+60 |
|
|
* | Merged mactoolboxglue.c into macglue.c. A later step will be to separate out | Jack Jansen | 2001-05-19 | 2 | -108/+106 |
|
|
* | Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py... | Jack Jansen | 2001-05-17 | 1 | -0/+108 |
|
|
* | Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha... | Jack Jansen | 2001-05-12 | 1 | -51/+41 |
|
|
* | Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API... | Jack Jansen | 2001-05-12 | 1 | -11/+11 |
|
|
* | - Raise console window on input. Fixes Carbon hang. | Jack Jansen | 2001-04-25 | 3 | -4/+32 |
|
|
* | Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure... | Jack Jansen | 2001-02-28 | 1 | -0/+1 |
|
|
* | Release a PYC resource after reading it. No need to keep it incore. | Jack Jansen | 2001-02-21 | 1 | -0/+2 |
|
|
* | More changes to attempt to get the menubar back on exit. Without success:-( | Jack Jansen | 2001-02-17 | 2 | -2/+14 |
|
|
* | Made version string shorter for Carbon so it fits on one line. | Jack Jansen | 2001-02-17 | 1 | -13/+5 |
|
|
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the delay... | Jack Jansen | 2001-02-11 | 3 | -12/+258 |
|
|
* | On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit... | Jack Jansen | 2001-02-02 | 1 | -2/+19 |
|
|
* | Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previou... | Jack Jansen | 2001-01-16 | 1 | -3/+3 |
|
|
* | Fixed Carbon command-dot handling. There is still a problem, though, and you ... | Jack Jansen | 2001-01-12 | 1 | -2/+2 |
|
|
* | Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works ... | Jack Jansen | 2001-01-12 | 1 | -4/+0 |
|
|
* | When compiling for GUSI and Carbon disable te "keep open on unseen output", f... | Jack Jansen | 2001-01-11 | 1 | -2/+2 |
|
|
* | Disabled a few other routines that are available in CarbonLib. | Jack Jansen | 2001-01-11 | 1 | -2/+4 |
|
|
* | FSSpec names may be longer on carbon (1024 chars), cater for that in buffer s... | Jack Jansen | 2001-01-09 | 1 | -2/+2 |
|
|
* | Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. | Jack Jansen | 2001-01-09 | 1 | -0/+2 |
|
|
* | If we're not using GUSI the "keep open on unseen output" becomes the same as ... | Jack Jansen | 2001-01-09 | 1 | -0/+6 |
|
|