summaryrefslogtreecommitdiffstats
path: root/Mac/Python
Commit message (Expand)AuthorAgeFilesLines
* Mods by Alexandre Parenteau to allow embedding programs to disable the MacPyt...Jack Jansen2001-10-081-39/+78
* Mods by Donovan Preston (with changes by me to make them "go with the flow")Jack Jansen2001-09-111-14/+90
* Failing to import macfsn is not a fatal error.Jack Jansen2001-09-111-1/+2
* Implemented PyMac_GetFullPathname for MacPython.Jack Jansen2001-09-111-3/+13
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-102-22/+17
* Changes to make these work under OSX as the main program for aJack Jansen2001-09-052-53/+113
* Added preferences/startup options for division warningJack Jansen2001-09-012-23/+37
* Experimental feature: allow \n as well as \r as newline for text files, by br...Jack Jansen2001-08-271-0/+17
* PATCHLEVEL is outdated, use PY_VERSION.Jack Jansen2001-08-191-1/+1
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-081-376/+0
* Got rid of 68k-Mac and other outdated ifdefs.Jack Jansen2001-08-073-26/+0
* Bit the bullet and enabled garbage collection (finally).Jack Jansen2001-08-071-1/+7
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-031-0/+1
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-032-1/+6
* config.h renamed to pyconfig.hJack Jansen2001-07-271-1/+1
* Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh...Jack Jansen2001-07-121-1/+1
* Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an...Jack Jansen2001-07-081-61/+0
* Set the default 8-bit encoding based on the system script and language.unknown2001-07-041-0/+2
* Don't promise mac-japanese encoding as we don't have a codec for it.unknown2001-07-041-1/+4
* Fixed bug that prevented shared libs that are submodules of aJust van Rossum2001-06-261-1/+1
* Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use mod...Jack Jansen2001-06-201-6/+12
* removed a routine that has moved to macglue.cJack Jansen2001-05-221-21/+0
* Fixed a nasty slowdown in imports in frozen applications: the shortcutJack Jansen2001-05-221-18/+32
* Another include Carbon/Carbon.hJack Jansen2001-05-191-0/+4
* Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It shouldJack Jansen2001-05-192-40/+60
* Merged mactoolboxglue.c into macglue.c. A later step will be to separate outJack Jansen2001-05-192-108/+106
* Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py...Jack Jansen2001-05-171-0/+108
* Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha...Jack Jansen2001-05-121-51/+41
* Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API...Jack Jansen2001-05-121-11/+11
* - Raise console window on input. Fixes Carbon hang.Jack Jansen2001-04-253-4/+32
* Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure...Jack Jansen2001-02-281-0/+1
* Release a PYC resource after reading it. No need to keep it incore.Jack Jansen2001-02-211-0/+2
* More changes to attempt to get the menubar back on exit. Without success:-(Jack Jansen2001-02-172-2/+14
* Made version string shorter for Carbon so it fits on one line.Jack Jansen2001-02-171-13/+5
* Bit the bullet and added a private GUSISIOUX for Python. This makes the delay...Jack Jansen2001-02-113-12/+258
* On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit...Jack Jansen2001-02-021-2/+19
* Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previou...Jack Jansen2001-01-161-3/+3
* Fixed Carbon command-dot handling. There is still a problem, though, and you ...Jack Jansen2001-01-121-2/+2
* Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works ...Jack Jansen2001-01-121-4/+0
* When compiling for GUSI and Carbon disable te "keep open on unseen output", f...Jack Jansen2001-01-111-2/+2
* Disabled a few other routines that are available in CarbonLib.Jack Jansen2001-01-111-2/+4
* FSSpec names may be longer on carbon (1024 chars), cater for that in buffer s...Jack Jansen2001-01-091-2/+2
* Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib.Jack Jansen2001-01-091-0/+2
* If we're not using GUSI the "keep open on unseen output" becomes the same as ...Jack Jansen2001-01-091-0/+6
* 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