summaryrefslogtreecommitdiffstats
path: root/Mac/Python
Commit message (Expand)AuthorAgeFilesLines
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-081-0/+3
* Get rid of support for Universal Headers older than 3.4 and various otherJack Jansen2002-12-131-4/+0
* Get rid of 2.2 "poor mans universal newlines" now that the real thingJack Jansen2002-12-131-19/+0
* Very outdated: this is a 68K support file.Jack Jansen2002-12-131-290/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-126-388/+6
* Use PyString_CHECK_INTERNED.Jack Jansen2002-09-061-3/+3
* Renamed Py_Main to PyMac_Main as it has a different signature than the "norma...Jack Jansen2002-08-051-4/+4
* Fixed potential refcount problems with interned strings, adapted comments, ad...Jack Jansen2002-07-221-6/+16
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* - Got rid if WITH_CYCLE_GCJack Jansen2002-07-071-12/+6
* Changed some prototypes to match the exact definition in some faraway AppleJack Jansen2002-06-262-4/+4
* Allow the script to have not only a TEXT filetype but also a null filetype (t...Jack Jansen2002-05-221-1/+3
* Mass checkin of universal newline support.Jack Jansen2002-04-141-2/+2
* Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now...Jack Jansen2002-04-114-197/+0
* Got rid of ifdefs for long-obsolete GUSI versions.Jack Jansen2002-04-111-4/+0
* Allow .pyc files as applets as well as .py files. .py files haveJack Jansen2002-03-291-4/+9
* In MachoPython print "Pythonw" in banner to distinguish from command-lineJack Jansen2002-03-291-7/+6
* Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Par...Jack Jansen2002-01-111-4/+6
* In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1]Jack Jansen2002-01-021-2/+8
* Merging changes from release22-branch.Jack Jansen2001-12-271-0/+11
* Use getcwd(), not silly old getwd().Jack Jansen2001-12-141-1/+1
* The new menu initialization code would also add the SIOUX menus if a (frozen)...Jack Jansen2001-12-101-1/+6
* Replace sprintf() with PyOS_snprintf().Jack Jansen2001-12-051-4/+4
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-7/+2
* Fixed various problems with command-dot handling (some very old):Jack Jansen2001-11-101-45/+52
* MacPython -vv equivalent printed incorrect filenames, fixed. AlsoJack Jansen2001-11-051-11/+1
* We always install the Sioux menubar, in stead of only when no menubarJack Jansen2001-11-011-0/+8
* Moved macfsn hackery from macmain.c to macfsmodule.c so it loadsJust van Rossum2001-10-311-29/+0
* Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and ...Jack Jansen2001-10-301-34/+62
* 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