Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed problem with "reloading" sub-sub-modules -- jvr | Just van Rossum | 1999-02-05 | 1 | -3/+4 |
| | |||||
* | re-checkin with "ISO-8859 translation" turned on. | Just van Rossum | 1999-02-02 | 12 | -58/+58 |
| | |||||
* | added some comments | Just van Rossum | 1999-02-02 | 1 | -1/+10 |
| | |||||
* | better sys.path munging when running scripts -- jvr | Just van Rossum | 1999-02-01 | 1 | -8/+2 |
| | |||||
* | Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to ↵ | Just van Rossum | 1999-01-31 | 1 | -4/+5 |
| | | | | improve startup time -- jvr | ||||
* | There are now three possible ways to run the IDE: | Just van Rossum | 1999-01-30 | 1 | -6/+13 |
| | | | | | | - this file dropped onto the interpreter - applet built by BuildApplet (contains only __main__) - applet built by BuildIDE (contains all IDE modules) | ||||
* | ??? adding this file somehow failed -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+395 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 28 | -0/+8612 |
| | |||||
* | added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+3 |
| | |||||
* | changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr | Just van Rossum | 1999-01-30 | 1 | -3/+3 |
| | |||||
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 2 | -0/+0 |
| | |||||
* | Removed warnings for packages (Just implemented support for freezing | Jack Jansen | 1999-01-21 | 2 | -2/+2 |
| | | | | them, so the warning is obsolete). | ||||
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 2 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 4 | -946/+0 |
| | |||||
* | Support for freezing packages (Just). | Jack Jansen | 1998-08-18 | 2 | -6/+11 |
| | |||||
* | Replace first sys.path entry with the directory where the script lives | Jack Jansen | 1998-08-18 | 1 | -1/+5 |
| | | | | (Just). | ||||
* | Implementation of freezing from shared libraries, without source. (Just) | Jack Jansen | 1998-07-31 | 2 | -7/+201 |
| | |||||
* | A well-known example for freeze. | Jack Jansen | 1998-06-26 | 1 | -0/+5 |
| | |||||
* | Mac version of freeze. Uses standard freeze modules where it can, | Jack Jansen | 1998-06-26 | 10 | -0/+557 |
| | | | | | | | | | augmenting them here and there. For now, it works more-or-less similar to unix/windows freeze, generating a config.c file, but storing modules in PYC resources. A template project is also copied. The hooks are in place to freeze by merging shared libraries so you can freeze without a C compiler/linker, but this does not work yet. | ||||
* | Moved resources around to forestall conflicts with debuggee | Jack Jansen | 1996-12-23 | 8 | -17/+20 |
| | |||||
* | Add twit "home" location to sys.path (so you can put the applet on the | Jack Jansen | 1996-11-11 | 2 | -2/+9 |
| | | | | desktop) | ||||
* | Modified to work together with BBPy | Jack Jansen | 1996-10-23 | 3 | -891/+905 |
| | | | | Re-enabled splash screen | ||||
* | Changed Types to types. | Jack Jansen | 1996-10-15 | 1 | -1/+1 |
| | |||||
* | Prepared for Tk windowing implementation | Jack Jansen | 1996-10-09 | 5 | -28/+61 |
| | |||||
* | tweaked some of the positions of interface elements. | Jack Jansen | 1996-10-09 | 1 | -888/+887 |
| | |||||
* | - Simplified inheritance structure (still not good enough) | Jack Jansen | 1996-09-26 | 7 | -1070/+1133 |
| | | | | | | | | | - Added menubar in stead of buttons - (optionally) switch menubar back and forth to facilitate debugging FrameWork applications - Handle "Open Document" appleevent - Fixed click in grow-box location - Allow a new debug session after previous one has finished | ||||
* | Fixed PM debugging | Jack Jansen | 1996-09-25 | 4 | -392/+871 |
| | | | | Added different arrow-icons for running/calling/returning/exception | ||||
* | Disabled splash screen, added ShowMessage | Jack Jansen | 1996-09-25 | 1 | -4/+6 |
| | |||||
* | The Window Independent Tracer (which will probably move elsewhere once | Jack Jansen | 1996-09-24 | 10 | -0/+2256 |
it is truly window-independent:-) |