| Commit message (Expand) | Author | Age | Files | Lines |
* | Mkdirs() failed when provided with unix pathnames. Fixed. | Jack Jansen | 2002-08-03 | 1 | -1/+1 |
|
|
* | Added an icon for .pyw files. | Jack Jansen | 2002-08-02 | 2 | -0/+15 |
|
|
* | An icon for .pyw files. Yes, it's lousy, I know.... | Jack Jansen | 2002-08-02 | 1 | -0/+0 |
|
|
* | Build the IDE last, as it may fail because of waste missing. | Jack Jansen | 2002-08-02 | 1 | -1/+1 |
|
|
* | Added a lot more information on framework builds, the various .app's, | Jack Jansen | 2002-08-02 | 1 | -2/+87 |
|
|
* | Updated for the new path to Python.app. | Jack Jansen | 2002-08-02 | 1 | -1/+1 |
|
|
* | When building the IDE check that waste is available, to forestall | Jack Jansen | 2002-08-02 | 1 | -0/+5 |
|
|
* | Also create BuildApplet. It's useful enough as a standalone application. | Jack Jansen | 2002-08-02 | 1 | -1/+6 |
|
|
* | Hmm, in some cases we don't seem to get our scriptname in argv[0]. | Jack Jansen | 2002-08-02 | 1 | -2/+13 |
|
|
* | Final step in making applets first-class citizens: if the applet wants | Jack Jansen | 2002-08-02 | 2 | -0/+56 |
|
|
* | Oops, the -psn stuff is in argv[1], of course. | Jack Jansen | 2002-08-02 | 1 | -2/+2 |
|
|
* | Added one call to Py_Main(), for OSX framework builds only, that will get the | Jack Jansen | 2002-08-02 | 2 | -43/+24 |
|
|
* | Got rid of a couple of OS9-isms. | Jack Jansen | 2002-08-02 | 1 | -3/+8 |
|
|
* | - Slightly better error message in case of syntax errors in the script. | Jack Jansen | 2002-08-02 | 1 | -3/+5 |
|
|
* | - Remove -psn-xxxx argument added by the Finder. | Jack Jansen | 2002-08-02 | 1 | -1/+4 |
|
|
* | Construct a sys.argv from the initial AppleEvent sent by the finder | Jack Jansen | 2002-08-02 | 1 | -0/+111 |
|
|
* | Slightly better error message in case of missing resources. | Jack Jansen | 2002-08-02 | 1 | -5/+5 |
|
|
* | Python.app is now a hidden application, deep in the framework. It will | Jack Jansen | 2002-08-01 | 2 | -32/+31 |
|
|
* | Python.app no longer advertises that it can handle .py and .pyc files, | Jack Jansen | 2002-08-01 | 3 | -32/+0 |
|
|
* | Only show the UI for selecting options if the ALT key was depressed while | Jack Jansen | 2002-08-01 | 1 | -18/+7 |
|
|
* | - Install into /Applications/Python in stead of into /Applications. | Jack Jansen | 2002-07-31 | 1 | -8/+23 |
|
|
* | Install into /Applications/Python in stead of into /Applications. | Jack Jansen | 2002-07-31 | 1 | -3/+2 |
|
|
* | Implemented starting Python in a terminal window. The implementation isn't | Jack Jansen | 2002-07-31 | 5 | -6/+177 |
|
|
* | First stab at the launcher application. This will be run when the user | Jack Jansen | 2002-07-29 | 24 | -0/+1413 |
|
|
* | Added a __contains__ method. | Jack Jansen | 2002-07-26 | 1 | -0/+3 |
|
|
* | Fixed potential refcount problems with interned strings, adapted comments, ad... | Jack Jansen | 2002-07-22 | 1 | -6/+16 |
|
|
* | Finally found out why te cf project sometimes worked and someimes didn't. Fix... | Jack Jansen | 2002-07-22 | 1 | -1/+1 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 15 | -37/+37 |
|
|
* | fixed wrong classic MacOS pathname assumption | Just van Rossum | 2002-07-12 | 1 | -1/+1 |
|
|
* | minor fixes, removed obsolete warning | Just van Rossum | 2002-07-12 | 1 | -10/+3 |
|
|
* | Got rid of symlink target, and in stead have "make dontinstallmacsubtree" | Jack Jansen | 2002-07-08 | 1 | -8/+8 |
|
|
* | Define WITH_PYMALLOC as 1 | Jack Jansen | 2002-07-08 | 1 | -1/+1 |
|
|
* | - Got rid if WITH_CYCLE_GC | Jack Jansen | 2002-07-07 | 3 | -19/+6 |
|
|
* | Started on support for using standard setup.py to build at least | Jack Jansen | 2002-06-27 | 1 | -43/+66 |
|
|
* | Disabled non-carbon builds (for the moment still optional) and made | Jack Jansen | 2002-06-26 | 2 | -20/+27 |
|
|
* | Make the prototype match the declaration in the GUSI header files. | Jack Jansen | 2002-06-26 | 1 | -3/+3 |
|
|
* | Changed some prototypes to match the exact definition in some faraway Apple | Jack Jansen | 2002-06-26 | 2 | -4/+4 |
|
|
* | In plugin projects use (by default) the new mwerks_shcarbon_pch | Jack Jansen | 2002-06-26 | 1 | -1/+1 |
|
|
* | Close the project after generating it, so we don't keep a gazillion project | Jack Jansen | 2002-06-26 | 1 | -0/+1 |
|
|
* | - Got rid of non-carbon builds | Jack Jansen | 2002-06-26 | 5 | -0/+0 |
|
|
* | Turns out GetArgv() options can be 4-tuples too, with the last value being th... | Jack Jansen | 2002-06-26 | 1 | -3/+9 |
|
|
* | - Got rid of non-carbon stuff | Jack Jansen | 2002-06-23 | 12 | -181/+25 |
|
|
* | Patch #557719 by Tony Lownds, slightly massaged by me: streamline the | Jack Jansen | 2002-06-21 | 2 | -10/+27 |
|
|
* | - Got rid of newmodule.c | Jack Jansen | 2002-06-20 | 4 | -3/+1 |
|
|
* | Open the source file in universal newline mode. | Jack Jansen | 2002-06-20 | 1 | -1/+1 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 2 | -5/+0 |
|
|
* | Patch #568235: Add posix.setpgid. | Martin v. Löwis | 2002-06-13 | 1 | -0/+3 |
|
|
* | - Better commandline interface to BuildApplet, complete with options, | Jack Jansen | 2002-06-09 | 3 | -49/+159 |
|
|
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 1 | -0/+3 |
|
|
* | fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). | Just van Rossum | 2002-06-05 | 2 | -2/+9 |
|
|