Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Pythonpath converted to Rez source, and vers resource removed from | Jack Jansen | 1999-01-29 | 10 | -0/+119 |
| | | | | | bundle to its own Rez source file. With these changes various resources are all set automatically from .h files. | ||||
* | Projects moved to Mac:Build. The macfreeze projects still need sorting out. | Jack Jansen | 1999-01-29 | 39 | -3493/+0 |
| | |||||
* | Fixed an absolute path. | Jack Jansen | 1999-01-29 | 1 | -0/+0 |
| | |||||
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 18 | -0/+0 |
| | |||||
* | Updated for new build and plugin paths | Jack Jansen | 1999-01-28 | 3 | -11/+11 |
| | |||||
* | Everything now builds in the right location,. | Jack Jansen | 1999-01-28 | 18 | -0/+0 |
| | |||||
* | Checking in the projects that have been converted so far. | Jack Jansen | 1999-01-28 | 10 | -0/+0 |
| | |||||
* | Re-commit in applesingle | Jack Jansen | 1999-01-28 | 7 | -0/+0 |
| | |||||
* | added default sys.path entry for NumPy -- jvr | Just van Rossum | 1999-01-28 | 1 | -0/+0 |
| | |||||
* | Starting on the new project/plugin structure. Far from complete... | Jack Jansen | 1999-01-28 | 40 | -0/+3494 |
| | |||||
* | cleaned up ugly hack related to activate events and suspend/resume -- jvr | Just van Rossum | 1999-01-27 | 1 | -14/+8 |
| | |||||
* | Added Sherlock source for Python documentation, and added icons to them all. | Jack Jansen | 1999-01-26 | 3 | -0/+0 |
| | |||||
* | Adding sherlock search templates for Python and Python FAQ. | Jack Jansen | 1999-01-25 | 3 | -0/+14 |
| | |||||
* | Added Icn module to toolboxmodules | Jack Jansen | 1999-01-25 | 3 | -0/+3 |
| | |||||
* | Set PythonCore version number to sys.hexversion, and removed version | Jack Jansen | 1999-01-25 | 23 | -0/+0 |
| | | | | numbers in all other projects/libraries. | ||||
* | Script to synchronize files with / in their name and their _s_ counterparts. | Just van Rossum | 1999-01-24 | 1 | -0/+89 |
| | | | | Needed to keep CWGUSI under cvs because of filesnames with slashes. | ||||
* | Test checkin, to see whether I really can do it. --jvr schpeaking. | Just van Rossum | 1999-01-23 | 1 | -2/+0 |
| | |||||
* | Test checkin, to see whether I really can do it. --jvr schpeaking. | Just van Rossum | 1999-01-22 | 1 | -0/+2 |
| | |||||
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-22 | 2 | -7/+7 |
| | |||||
* | In unpackevent, get the direct object (----) before asking for missed ↵ | Jack Jansen | 1999-01-22 | 1 | -0/+7 |
| | | | | | | | parameters. The documentation is unclear on this, but the old implementation caused problems with Default Folder. | ||||
* | Select the whole default input field in AskString (Joe Strout) | Jack Jansen | 1999-01-22 | 1 | -1/+2 |
| | |||||
* | Added examples/testcode for the Icn module. | Jack Jansen | 1999-01-21 | 3 | -1/+374 |
| | |||||
* | Don't qualify local symbols with aetools... | Jack Jansen | 1999-01-21 | 1 | -1/+1 |
| | |||||
* | Manually added definitions for normal, bold, etc. These are in MacTypes (of all | Jack Jansen | 1999-01-21 | 2 | -3/+31 |
| | | | | places) which isn't worth bgenning. | ||||
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-21 | 1 | -1/+3 |
| | |||||
* | Updated for 1.5.2b1 (better late than never:-) | Jack Jansen | 1999-01-21 | 2 | -4/+8 |
| | |||||
* | Updated the version number in the vers and preffilename resources. | Jack Jansen | 1999-01-21 | 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). | ||||
* | Interface to GetIcon, PlotIcon and friends. | Jack Jansen | 1999-01-18 | 3 | -0/+828 |
| |