Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added optional arguments to dialogs to allow setting of button titles. | Jack Jansen | 1999-02-16 | 1 | -4/+16 |
| | |||||
* | Updated for new folder layout (but not fully tested yet). | Jack Jansen | 1999-02-16 | 1 | -128/+54 |
| | |||||
* | Replaced .hqx project file by binary version, and updated to current CW. | Jack Jansen | 1999-02-16 | 1 | -0/+0 |
| | |||||
* | Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k ↵ | Jack Jansen | 1999-02-15 | 1 | -0/+6 |
| | | | | standalone Python compile. | ||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-15 | 2 | -39/+12 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | AskPassword(): added reference to the module doc string; added support for ↵ | Just van Rossum | 1999-02-15 | 1 | -2/+3 |
| | | | | autoKey events. --jvr | ||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-14 | 5 | -14/+7 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | Changed case on cm and qt modules, removed last references to toolboxmodules. | Jack Jansen | 1999-02-12 | 32 | -0/+0 |
| | |||||
* | Build all plugins modules separately, the PlugIns.prj project seems to | Jack Jansen | 1999-02-12 | 1 | -2/+42 |
| | | | | have stopped working. | ||||
* | Updated for the new one-slb-per-extension scheme. | Jack Jansen | 1999-02-10 | 1 | -14/+24 |
| | | | | | Added a few references to cvs locations for external libraries. img now builds in its own Extensions folder. | ||||
* | Added AskPassword() with same interface as AskString. By Steve Majewski with ↵ | Jack Jansen | 1999-02-10 | 1 | -0/+71 |
| | | | | some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. | ||||
* | Try a new commit, hoping it'll fix the problems with this project on flap. | Jack Jansen | 1999-02-10 | 1 | -0/+0 |
| | |||||
* | Use typeFloat for all floating point values. The previously used | Jack Jansen | 1999-02-10 | 1 | -18/+7 |
| | | | | | typeExtended was a Think-ism that must have stopped working years and years ago without anyone noticing. | ||||
* | new dangerous script: it removes all apps (except sys.executable), shared ↵ | Just van Rossum | 1999-02-07 | 1 | -0/+59 |
| | | | | libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr | ||||
* | Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as | Jack Jansen | 1999-02-07 | 6 | -0/+52 |
| | | | | argument and return a Control or Menu object. | ||||
* | Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules | Jack Jansen | 1999-02-07 | 1 | -12/+21 |
| | | | | | into the config file. This define is also automatically set if USE_TOOLBOX is defined. | ||||
* | Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules | Jack Jansen | 1999-02-07 | 1 | -1/+2 |
| | | | | into the config file. | ||||
* | Don't create symlinks to toolbox modules any more. | Jack Jansen | 1999-02-07 | 1 | -38/+38 |
| | |||||
* | Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore. | Jack Jansen | 1999-02-07 | 46 | -96/+362 |
| | | | | Moved other toolbox modules to their own .slb file. | ||||
* | Added Extensions:img:Mac to default sys.path | Jack Jansen | 1999-02-06 | 1 | -0/+1 |
| | |||||
* | - img modules are no longer in PlugIns folder | Jack Jansen | 1999-02-06 | 13 | -11/+0 |
| | | | | - Added a dependency on toolboxmodules to icglue.cfm68k | ||||
* | img modules are no longer in PlugIns folder. | Jack Jansen | 1999-02-06 | 2 | -21/+2 |
| | |||||
* | fixed problem with "reloading" sub-sub-modules -- jvr | Just van Rossum | 1999-02-05 | 1 | -3/+4 |
| | |||||
* | Partly updated to reflect the new organization and the availability of CVS | Jack Jansen | 1999-02-03 | 1 | -44/+81 |
| | | | | access. Will still need a bit of work when all plugins are separated, probably. | ||||
* | Just's script to find non-7-bit-clean charactres in a source tree (slightly | Jack Jansen | 1999-02-03 | 1 | -0/+53 |
| | | | | modified by Jack to skip files that are binary despite the TEXT type). | ||||
* | updated to the new numpy build setup -- jvr | Just van Rossum | 1999-02-02 | 1 | -2/+8 |
| | |||||
* | 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 |
| | |||||
* | put the preferences file in a folder called "Python" inside the prefs ↵ | Just van Rossum | 1999-02-02 | 2 | -11/+38 |
| | | | | folder, just like the IDE does -- jvr | ||||
* | Replaced by Pythonpath.r | Jack Jansen | 1999-02-02 | 1 | -0/+0 |
| | |||||
* | better sys.path munging when running scripts -- jvr | Just van Rossum | 1999-02-01 | 1 | -8/+2 |
| | |||||
* | removed old IDE stuff -- jvr | Just van Rossum | 1999-02-01 | 36 | -7998/+0 |
| | |||||
* | minor cleanup of last patch -- jvr | Just van Rossum | 1999-02-01 | 1 | -1/+0 |
| | |||||
* | Added PythonIDE to the applet list; added destination filename support for ↵ | Just van Rossum | 1999-02-01 | 1 | -6/+8 |
| | | | | applets -- jvr | ||||
* | removed turd resources left by my former MacCVS client | Just van Rossum | 1999-02-01 | 2 | -0/+0 |
| | | | | -- jvr | ||||
* | 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 |
| | |||||
* | set 'preload' attribute for __main__ PYC resource -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+3 |
| | |||||
* | skip 'vers' resource when copying resources from templeate -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+1 |
| | |||||
* | added some try/excepts so it also works when certain projects/folders are ↵ | Just van Rossum | 1999-01-30 | 1 | -2/+10 |
| | | | | not available -- jvr | ||||
* | Removed NumPy install code: it's obsolete -- jvr | Just van Rossum | 1999-01-30 | 1 | -6/+0 |
| | |||||
* | Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging ↵ | Just van Rossum | 1999-01-30 | 1 | -5/+5 |
| | | | | to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr | ||||
* | added "delay console window until needed" preference | Just van Rossum | 1999-01-30 | 2 | -0/+0 |
| | |||||
* | Added pascal-style string name of preference file resource, and bracketed | Jack Jansen | 1999-01-30 | 1 | -1/+6 |
| | | | | C struct declarations with #ifndef rez | ||||
* | doh! added missing comma (will check before committing in the future ;-) -- jvr | Just van Rossum | 1999-01-29 | 1 | -1/+1 |
| | |||||
* | added path entry for NumPy -- jvr | Just van Rossum | 1999-01-29 | 1 | -0/+1 |
| |