summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Updated to something that works on my system, and regenerated module.Jack Jansen2002-08-042-12/+7
* Donovan Preston's interface to IBCarbon, allowing you to use InterfaceJack Jansen2002-08-043-0/+342
* Mkdirs() failed when provided with unix pathnames. Fixed.Jack Jansen2002-08-031-1/+1
* Added an icon for .pyw files.Jack Jansen2002-08-022-0/+15
* An icon for .pyw files. Yes, it's lousy, I know....Jack Jansen2002-08-021-0/+0
* Build the IDE last, as it may fail because of waste missing.Jack Jansen2002-08-021-1/+1
* Added a lot more information on framework builds, the various .app's,Jack Jansen2002-08-021-2/+87
* Updated for the new path to Python.app.Jack Jansen2002-08-021-1/+1
* When building the IDE check that waste is available, to forestallJack Jansen2002-08-021-0/+5
* Also create BuildApplet. It's useful enough as a standalone application.Jack Jansen2002-08-021-1/+6
* Hmm, in some cases we don't seem to get our scriptname in argv[0].Jack Jansen2002-08-021-2/+13
* Final step in making applets first-class citizens: if the applet wantsJack Jansen2002-08-022-0/+56
* Oops, the -psn stuff is in argv[1], of course.Jack Jansen2002-08-021-2/+2
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-022-43/+24
* Got rid of a couple of OS9-isms.Jack Jansen2002-08-021-3/+8
* - Slightly better error message in case of syntax errors in the script.Jack Jansen2002-08-021-3/+5
* - Remove -psn-xxxx argument added by the Finder.Jack Jansen2002-08-021-1/+4
* Construct a sys.argv from the initial AppleEvent sent by the finderJack Jansen2002-08-021-0/+111
* Slightly better error message in case of missing resources.Jack Jansen2002-08-021-5/+5
* Python.app is now a hidden application, deep in the framework. It willJack Jansen2002-08-012-32/+31
* Python.app no longer advertises that it can handle .py and .pyc files,Jack Jansen2002-08-013-32/+0
* Only show the UI for selecting options if the ALT key was depressed whileJack Jansen2002-08-011-18/+7
* - Install into /Applications/Python in stead of into /Applications.Jack Jansen2002-07-311-8/+23
* Install into /Applications/Python in stead of into /Applications.Jack Jansen2002-07-311-3/+2
* Implemented starting Python in a terminal window. The implementation isn'tJack Jansen2002-07-315-6/+177
* First stab at the launcher application. This will be run when the userJack Jansen2002-07-2924-0/+1413
* Added a __contains__ method.Jack Jansen2002-07-261-0/+3
* Fixed potential refcount problems with interned strings, adapted comments, ad...Jack Jansen2002-07-221-6/+16
* Finally found out why te cf project sometimes worked and someimes didn't. Fix...Jack Jansen2002-07-221-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-1715-37/+37
* fixed wrong classic MacOS pathname assumptionJust van Rossum2002-07-121-1/+1
* minor fixes, removed obsolete warningJust van Rossum2002-07-121-10/+3
* Got rid of symlink target, and in stead have "make dontinstallmacsubtree"Jack Jansen2002-07-081-8/+8
* Define WITH_PYMALLOC as 1Jack Jansen2002-07-081-1/+1
* - Got rid if WITH_CYCLE_GCJack Jansen2002-07-073-19/+6
* Started on support for using standard setup.py to build at leastJack Jansen2002-06-271-43/+66
* Disabled non-carbon builds (for the moment still optional) and madeJack Jansen2002-06-262-20/+27
* Make the prototype match the declaration in the GUSI header files.Jack Jansen2002-06-261-3/+3
* Changed some prototypes to match the exact definition in some faraway AppleJack Jansen2002-06-262-4/+4
* In plugin projects use (by default) the new mwerks_shcarbon_pchJack Jansen2002-06-261-1/+1
* Close the project after generating it, so we don't keep a gazillion projectJack Jansen2002-06-261-0/+1
* - Got rid of non-carbon buildsJack Jansen2002-06-265-0/+0
* Turns out GetArgv() options can be 4-tuples too, with the last value being th...Jack Jansen2002-06-261-3/+9
* - Got rid of non-carbon stuffJack Jansen2002-06-2312-181/+25
* Patch #557719 by Tony Lownds, slightly massaged by me: streamline theJack Jansen2002-06-212-10/+27
* - Got rid of newmodule.cJack Jansen2002-06-204-3/+1
* Open the source file in universal newline mode.Jack Jansen2002-06-201-1/+1
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-142-5/+0
* Patch #568235: Add posix.setpgid.Martin v. Löwis2002-06-131-0/+3
* - Better commandline interface to BuildApplet, complete with options,Jack Jansen2002-06-093-49/+159