Jack Jansen
|
b0687899d7
|
Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
into the config file. This define is also automatically set if USE_TOOLBOX is
defined.
|
1999-02-07 14:00:50 +00:00 |
Jack Jansen
|
fd44e3d1f4
|
Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
into the config file.
|
1999-02-07 13:59:49 +00:00 |
Jack Jansen
|
fa155a1b2c
|
Don't create symlinks to toolbox modules any more.
|
1999-02-07 13:59:06 +00:00 |
Jack Jansen
|
496cae768f
|
Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore.
Moved other toolbox modules to their own .slb file.
|
1999-02-07 13:57:11 +00:00 |
Jack Jansen
|
6d3d6e43ec
|
Added Extensions:img:Mac to default sys.path
|
1999-02-06 17:56:59 +00:00 |
Jack Jansen
|
6c45a82594
|
- img modules are no longer in PlugIns folder
- Added a dependency on toolboxmodules to icglue.cfm68k
|
1999-02-06 17:46:21 +00:00 |
Jack Jansen
|
8eea5baca8
|
img modules are no longer in PlugIns folder.
|
1999-02-06 17:44:28 +00:00 |
Just van Rossum
|
2aaeb52665
|
fixed problem with "reloading" sub-sub-modules -- jvr
|
1999-02-05 21:58:25 +00:00 |
Jack Jansen
|
c256ece88c
|
Partly updated to reflect the new organization and the availability of CVS
access. Will still need a bit of work when all plugins are separated, probably.
|
1999-02-03 13:09:27 +00:00 |
Jack Jansen
|
33a5d7e751
|
Just's script to find non-7-bit-clean charactres in a source tree (slightly
modified by Jack to skip files that are binary despite the TEXT type).
|
1999-02-03 12:07:14 +00:00 |
Just van Rossum
|
7bcd84ddb2
|
updated to the new numpy build setup -- jvr
|
1999-02-02 23:58:50 +00:00 |
Just van Rossum
|
edab93939e
|
re-checkin with "ISO-8859 translation" turned on.
|
1999-02-02 22:31:05 +00:00 |
Just van Rossum
|
b8bf163dde
|
added some comments
|
1999-02-02 22:27:41 +00:00 |
Just van Rossum
|
26a69db4c7
|
put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr
|
1999-02-02 15:49:03 +00:00 |
Jack Jansen
|
9202755fcb
|
Replaced by Pythonpath.r
|
1999-02-02 15:33:45 +00:00 |
Just van Rossum
|
a61f4ac14d
|
better sys.path munging when running scripts -- jvr
|
1999-02-01 16:34:08 +00:00 |
Just van Rossum
|
79e02231ca
|
removed old IDE stuff -- jvr
|
1999-02-01 01:38:20 +00:00 |
Just van Rossum
|
e1fb04f694
|
minor cleanup of last patch -- jvr
|
1999-02-01 01:29:17 +00:00 |
Just van Rossum
|
9d609b4db4
|
Added PythonIDE to the applet list; added destination filename support for applets -- jvr
|
1999-02-01 01:21:18 +00:00 |
Just van Rossum
|
e590a95796
|
removed turd resources left by my former MacCVS client
-- jvr
|
1999-02-01 01:19:16 +00:00 |
Just van Rossum
|
99ec5a52b8
|
Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup time -- jvr
|
1999-01-31 23:17:56 +00:00 |
Just van Rossum
|
a7a7193363
|
There are now three possible ways to run the IDE:
- this file dropped onto the interpreter
- applet built by BuildApplet (contains only __main__)
- applet built by BuildIDE (contains all IDE modules)
|
1999-01-30 23:49:45 +00:00 |
Just van Rossum
|
4f0d1f5469
|
??? adding this file somehow failed -- jvr
|
1999-01-30 22:40:26 +00:00 |
Just van Rossum
|
40f9b7bd7c
|
First Checked In.
|
1999-01-30 22:39:17 +00:00 |
Just van Rossum
|
f59a89b5e3
|
added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr
|
1999-01-30 22:33:40 +00:00 |
Just van Rossum
|
49ef0b76bc
|
changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr
|
1999-01-30 22:32:40 +00:00 |
Just van Rossum
|
874f87b546
|
set 'preload' attribute for __main__ PYC resource -- jvr
|
1999-01-30 22:31:26 +00:00 |
Just van Rossum
|
1cea8047d8
|
skip 'vers' resource when copying resources from templeate -- jvr
|
1999-01-30 21:20:10 +00:00 |
Just van Rossum
|
2607a44690
|
added some try/excepts so it also works when certain projects/folders are not available -- jvr
|
1999-01-30 18:27:12 +00:00 |
Just van Rossum
|
f1ae0eb9fa
|
Removed NumPy install code: it's obsolete -- jvr
|
1999-01-30 17:50:15 +00:00 |
Just van Rossum
|
786cb11e51
|
Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging 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
|
1999-01-30 17:46:34 +00:00 |
Just van Rossum
|
292f4c4676
|
added "delay console window until needed" preference
|
1999-01-30 15:25:30 +00:00 |
Jack Jansen
|
245d17930b
|
Added pascal-style string name of preference file resource, and bracketed
C struct declarations with #ifndef rez
|
1999-01-30 13:21:24 +00:00 |
Just van Rossum
|
53ea134aa8
|
doh! added missing comma (will check before committing in the future ;-) -- jvr
|
1999-01-29 16:28:55 +00:00 |
Just van Rossum
|
9f08666fae
|
added path entry for NumPy -- jvr
|
1999-01-29 16:21:04 +00:00 |
Jack Jansen
|
d2d2b20e15
|
Pythonpath converted to Rez source, and vers resource removed from
bundle to its own Rez source file. With these changes various resources
are all set automatically from .h files.
|
1999-01-29 16:15:52 +00:00 |
Jack Jansen
|
6a715729a6
|
Projects moved to Mac:Build. The macfreeze projects still need sorting out.
|
1999-01-29 13:33:51 +00:00 |
Jack Jansen
|
8f67bce553
|
Fixed an absolute path.
|
1999-01-29 13:30:03 +00:00 |
Jack Jansen
|
f25813ac6c
|
Re-committed as AppleSingle
|
1999-01-29 12:06:21 +00:00 |
Jack Jansen
|
c9bda41a21
|
Updated for new build and plugin paths
|
1999-01-28 17:46:50 +00:00 |
Jack Jansen
|
fcfef787ca
|
Everything now builds in the right location,.
|
1999-01-28 16:59:53 +00:00 |
Jack Jansen
|
0e5ff05d71
|
Checking in the projects that have been converted so far.
|
1999-01-28 15:17:49 +00:00 |
Jack Jansen
|
bf07b29c04
|
Re-commit in applesingle
|
1999-01-28 15:01:06 +00:00 |
Just van Rossum
|
0fa2ccdb0d
|
added default sys.path entry for NumPy -- jvr
|
1999-01-28 13:50:29 +00:00 |
Jack Jansen
|
56d6939f94
|
Starting on the new project/plugin structure. Far from complete...
|
1999-01-28 13:42:55 +00:00 |
Just van Rossum
|
5763e07ea3
|
cleaned up ugly hack related to activate events and suspend/resume -- jvr
|
1999-01-27 14:22:11 +00:00 |
Jack Jansen
|
7c43905cd9
|
Added Sherlock source for Python documentation, and added icons to them all.
|
1999-01-26 13:09:59 +00:00 |
Jack Jansen
|
27e04206b9
|
Adding sherlock search templates for Python and Python FAQ.
|
1999-01-25 15:11:15 +00:00 |
Jack Jansen
|
c94e7854d0
|
Added Icn module to toolboxmodules
|
1999-01-25 12:39:39 +00:00 |
Jack Jansen
|
d26e1a0d3f
|
Set PythonCore version number to sys.hexversion, and removed version
numbers in all other projects/libraries.
|
1999-01-25 12:24:27 +00:00 |