]> granicus.if.org Git - python/log
python
26 years agoDocumented __complex__(), made sure all the discipline names hit the
Fred Drake [Fri, 12 Feb 1999 18:14:57 +0000 (18:14 +0000)]
Documented __complex__(), made sure all the discipline names hit the
index.

26 years agoFix by Chris Petrilli (to his own code) to limit the number of
Guido van Rossum [Fri, 12 Feb 1999 14:13:10 +0000 (14:13 +0000)]
Fix by Chris Petrilli (to his own code) to limit the number of
iterations looking for expansions to 10.

26 years agoChanged case on cm and qt modules, removed last references to toolboxmodules.
Jack Jansen [Fri, 12 Feb 1999 10:33:47 +0000 (10:33 +0000)]
Changed case on cm and qt modules, removed last references to toolboxmodules.

26 years agoBuild all plugins modules separately, the PlugIns.prj project seems to
Jack Jansen [Fri, 12 Feb 1999 10:29:06 +0000 (10:29 +0000)]
Build all plugins modules separately, the PlugIns.prj project seems to
have stopped working.

26 years agoMod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it
Guido van Rossum [Thu, 11 Feb 1999 14:41:46 +0000 (14:41 +0000)]
Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it
exists.

26 years agoUpdated for the new one-slb-per-extension scheme.
Jack Jansen [Wed, 10 Feb 1999 23:08:24 +0000 (23:08 +0000)]
Updated for the new one-slb-per-extension scheme.
Added a few references to cvs locations for external libraries.
img now builds in its own Extensions folder.

26 years agoAdded AskPassword() with same interface as AskString. By Steve Majewski with some...
Jack Jansen [Wed, 10 Feb 1999 22:38:44 +0000 (22:38 +0000)]
Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink.

26 years agoTry a new commit, hoping it'll fix the problems with this project on flap.
Jack Jansen [Wed, 10 Feb 1999 21:18:26 +0000 (21:18 +0000)]
Try a new commit, hoping it'll fix the problems with this project on flap.

26 years agoFix up some routines to coordinate the "indexsubitem" stuff so that
Fred Drake [Wed, 10 Feb 1999 21:17:04 +0000 (21:17 +0000)]
Fix up some routines to coordinate the "indexsubitem" stuff so that
the subitem text is updated correctly when each module section is
processed.

Print [<modulename>] when we start on \declaremodule so we can more
easily track progress during the library reference.

26 years agoRemove unnecessary <p> from top navigation bar.
Fred Drake [Wed, 10 Feb 1999 17:35:41 +0000 (17:35 +0000)]
Remove unnecessary <p> from top navigation bar.

26 years agoRevert previous change; there's a better way to do it.
Fred Drake [Wed, 10 Feb 1999 17:08:00 +0000 (17:08 +0000)]
Revert previous change; there's a better way to do it.

26 years agoPatch by Steve Clift -- fix the indices now that f_fsid is no longer returned!
Guido van Rossum [Wed, 10 Feb 1999 13:12:07 +0000 (13:12 +0000)]
Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned!

26 years agoUse typeFloat for all floating point values. The previously used
Jack Jansen [Wed, 10 Feb 1999 09:51:35 +0000 (09:51 +0000)]
Use typeFloat for all floating point values. The previously used
typeExtended was a Think-ism that must have stopped working years and
years ago without anyone noticing.

26 years agoGot rid of the file-global PosixError. This was redundant since it
Barry Warsaw [Tue, 9 Feb 1999 19:31:45 +0000 (19:31 +0000)]
Got rid of the file-global PosixError.  This was redundant since it
was just an alias for PyExc_OSError and the way we were doing it was
causing a (small) memory leak anyway.  Just use PyExc_OSError
everywhere.

26 years agoChange the navigation bar to be a little prettier and more consistent
Fred Drake [Tue, 9 Feb 1999 18:45:50 +0000 (18:45 +0000)]
Change the navigation bar to be a little prettier and more consistent
with the python.org style.

26 years agoThe usual.
Guido van Rossum [Tue, 9 Feb 1999 18:40:13 +0000 (18:40 +0000)]
The usual.

26 years agoOn Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws
Guido van Rossum [Tue, 9 Feb 1999 18:36:51 +0000 (18:36 +0000)]
On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws
up the _tkinter main loop.  Not clear why; the _kbhit() call _tkinter
makes probably confuses the stdio library when buffering isn't set to
whatever it is by default.

26 years agoNew blank icon to match the others in size & color, with without any
Fred Drake [Tue, 9 Feb 1999 18:27:21 +0000 (18:27 +0000)]
New blank icon to match the others in size & color, with without any
symbol on it.

26 years agodo_cmd_maketitle(): Small nit in creating the "title page".
Fred Drake [Tue, 9 Feb 1999 16:03:31 +0000 (16:03 +0000)]
do_cmd_maketitle():  Small nit in creating the "title page".

26 years agoBack out some of the fine tuning; something in all that interacted
Fred Drake [Tue, 9 Feb 1999 15:31:52 +0000 (15:31 +0000)]
Back out some of the fine tuning; something in all that interacted
badly in practice and botched the whole thing.  Wasn't obvious when
looking at the local effects (which worked), but completely broke
entire pages.  ;-(

26 years agoFix buglet in load_put -- the test for bad readline result tested the
Guido van Rossum [Mon, 8 Feb 1999 22:38:25 +0000 (22:38 +0000)]
Fix buglet in load_put -- the test for bad readline result tested the
wrong variable.

26 years agoUwe Zessin.
Guido van Rossum [Mon, 8 Feb 1999 22:29:40 +0000 (22:29 +0000)]
Uwe Zessin.

26 years agoDon't crash if a window no longer exists.
Guido van Rossum [Mon, 8 Feb 1999 22:27:49 +0000 (22:27 +0000)]
Don't crash if a window no longer exists.

26 years agoRestructured a bit.
Guido van Rossum [Mon, 8 Feb 1999 22:27:18 +0000 (22:27 +0000)]
Restructured a bit.

26 years agoThe variable TESTPATH should be initialized to empty.
Guido van Rossum [Mon, 8 Feb 1999 21:49:22 +0000 (21:49 +0000)]
The variable TESTPATH should be initialized to empty.
The test code is now accessed as a package.

26 years agoUpdate documentation to reflect changes to Queue.py by Tim Peters.
Guido van Rossum [Mon, 8 Feb 1999 18:43:13 +0000 (18:43 +0000)]
Update documentation to reflect changes to Queue.py by Tim Peters.

26 years agoTim Peters:
Guido van Rossum [Mon, 8 Feb 1999 18:34:01 +0000 (18:34 +0000)]
Tim Peters:

+ Implements a put_nowait method.
+ Adds a corresponding Queue.Full exception.
+ Simplifies the implementation by adding optional "block" args to get() and
put(), and makes the old get_nowait() and new put_nowait() one-line
redirections to get() and put().
+ Uses (much) simpler logic for the nowait cases.
+ Regularizes the doc strings to something closer to "Guido style" <wink>.
+ Converts two stray tabs into spaces.
+ Removes confusing verbiage about the queue "not being available" from the
docstrings -- never knew what that meant as a user, and after digging into
the implementation still didn't know what it was trying to say.

26 years agoThe writelines() function was never tested and contained numerous bugs
Guido van Rossum [Mon, 8 Feb 1999 17:03:27 +0000 (17:03 +0000)]
The writelines() function was never tested and contained numerous bugs
(including a docstring saying "blah").  Fixed all this.

(Please review for potential memory leaks!)

26 years agoPut a try-except around the "image delete" call in Image.__del__ to
Guido van Rossum [Mon, 8 Feb 1999 15:26:49 +0000 (15:26 +0000)]
Put a try-except around the "image delete" call in Image.__del__ to
avoid tracebacks when the root is destroyed before the image object.

26 years agonew dangerous script: it removes all apps (except sys.executable), shared libs, ...
Just van Rossum [Sun, 7 Feb 1999 16:36:22 +0000 (16:36 +0000)]
new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr

26 years agoAdded Ctl.as_Control and Menu.as_Menu methods, which take a resource as
Jack Jansen [Sun, 7 Feb 1999 14:02:03 +0000 (14:02 +0000)]
Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as
argument and return a Control or Menu object.

26 years agoAdded a define USE_CORE_TOOLBOX, which includes six core toolbox modules
Jack Jansen [Sun, 7 Feb 1999 14:00:50 +0000 (14:00 +0000)]
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.

26 years agoAdded a define USE_CORE_TOOLBOX, which includes six core toolbox modules
Jack Jansen [Sun, 7 Feb 1999 13:59:49 +0000 (13:59 +0000)]
Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules
into the config file.

26 years agoDon't create symlinks to toolbox modules any more.
Jack Jansen [Sun, 7 Feb 1999 13:59:06 +0000 (13:59 +0000)]
Don't create symlinks to toolbox modules any more.

26 years agoMoved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore.
Jack Jansen [Sun, 7 Feb 1999 13:57:11 +0000 (13:57 +0000)]
Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore.
Moved other toolbox modules to their own .slb file.

26 years agoAdded Extensions:img:Mac to default sys.path
Jack Jansen [Sat, 6 Feb 1999 17:56:59 +0000 (17:56 +0000)]
Added Extensions:img:Mac to default sys.path

26 years ago- img modules are no longer in PlugIns folder
Jack Jansen [Sat, 6 Feb 1999 17:46:21 +0000 (17:46 +0000)]
- img modules are no longer in PlugIns folder
- Added a dependency on toolboxmodules to icglue.cfm68k

26 years agoimg modules are no longer in PlugIns folder.
Jack Jansen [Sat, 6 Feb 1999 17:44:28 +0000 (17:44 +0000)]
img modules are no longer in PlugIns folder.

26 years agoSome weird symbol (M_I386) was used to decide whether to include the
Guido van Rossum [Fri, 5 Feb 1999 22:34:57 +0000 (22:34 +0000)]
Some weird symbol (M_I386) was used to decide whether to include the
audioop module; this was no longer defined.  Use MS_WINDOWS instead.
(I have a feeling that this was for the WATCOM port; too bad.)

26 years agoEhm, when we don't need to byteswap the data, don't go through an
Guido van Rossum [Fri, 5 Feb 1999 22:32:11 +0000 (22:32 +0000)]
Ehm, when we don't need to byteswap the data, don't go through an
array object at all.

26 years agoTwo important fixes:
Guido van Rossum [Fri, 5 Feb 1999 22:28:17 +0000 (22:28 +0000)]
Two important fixes:

(1) on a little-endian platform, don't byteswap;

(2) in _patchheader(), there was a missing self._file argument to a
_write_long() call.

26 years agofixed problem with "reloading" sub-sub-modules -- jvr
Just van Rossum [Fri, 5 Feb 1999 21:58:25 +0000 (21:58 +0000)]
fixed problem with "reloading" sub-sub-modules -- jvr

26 years agoThe encoding type was wrong, I think.
Guido van Rossum [Fri, 5 Feb 1999 20:57:44 +0000 (20:57 +0000)]
The encoding type was wrong, I think.

26 years agoShould open files in binary mode!
Guido van Rossum [Fri, 5 Feb 1999 20:55:16 +0000 (20:55 +0000)]
Should open files in binary mode!

Also finally get rid of some obsolete commented-out access statements.

A note about the previous checkin: I believe it's correct, but I found
something strange: the file Lib/test/audiotest.au in the Python
distribution was evidently encoded in u-LAW format but had its
encoding set to 2, i.e. linear-8.  I hope that this is a mistake
caused by some conversion program that produced this .au file; I just
found it on a website.

26 years agoRespond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add
Fred Drake [Fri, 5 Feb 1999 20:50:59 +0000 (20:50 +0000)]
Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add
document titles to the list of files.

Also added total page count and a note that comments should be
directed to python-docs@python.org.

26 years agoShouldn't be treating linear-8 as u-law!
Guido van Rossum [Fri, 5 Feb 1999 19:59:27 +0000 (19:59 +0000)]
Shouldn't be treating linear-8 as u-law!

26 years agoMore magic to tighten up a little of the formatting.
Fred Drake [Fri, 5 Feb 1999 18:31:29 +0000 (18:31 +0000)]
More magic to tighten up a little of the formatting.

26 years agoMinor nit to prevent dropping a space in the HTML generation.
Fred Drake [Fri, 5 Feb 1999 18:30:49 +0000 (18:30 +0000)]
Minor nit to prevent dropping a space in the HTML generation.

26 years agoAdd winsound -- by Toby Dickenson with permission.
Guido van Rossum [Thu, 4 Feb 1999 22:40:42 +0000 (22:40 +0000)]
Add winsound -- by Toby Dickenson with permission.

26 years agoJim Fulton: this fixes seg faults with bad pickles like "c".
Guido van Rossum [Thu, 4 Feb 1999 14:54:04 +0000 (14:54 +0000)]
Jim Fulton: this fixes seg faults with bad pickles like "c".

26 years agoDocument sameopenfile(), samestat().
Fred Drake [Wed, 3 Feb 1999 22:31:30 +0000 (22:31 +0000)]
Document sameopenfile(), samestat().

26 years agoDocument splitdrive().
Fred Drake [Wed, 3 Feb 1999 19:24:44 +0000 (19:24 +0000)]
Document splitdrive().

For all split*(), these split path *into* pairs, not split path *in*
pairs.  "Into" can be used for transformations, "in" is for
containment.

26 years agoNew test for ntpath module
Guido van Rossum [Wed, 3 Feb 1999 17:21:21 +0000 (17:21 +0000)]
New test for ntpath module

26 years agoNew splitdrive() that knows about UNC paths (e.g., network paths like
Guido van Rossum [Wed, 3 Feb 1999 17:20:50 +0000 (17:20 +0000)]
New splitdrive() that knows about UNC paths (e.g., network paths like
\\host\mountpoint\dir\file).  By Larry Hastings.

Also cleaned up some docstrings.

26 years agoPortability fix for [f]statvfs() return tuple: no longer return the
Guido van Rossum [Wed, 3 Feb 1999 16:32:37 +0000 (16:32 +0000)]
Portability fix for [f]statvfs() return tuple: no longer return the
f_fsid field, since it's not a scalar on all systems supporting this
call (in particular, it's a tuple of two longs on AIX).  Since it's
not particularly useful, just nuke it.  Adapted the doc strings too.

26 years agoPartly updated to reflect the new organization and the availability of CVS
Jack Jansen [Wed, 3 Feb 1999 13:09:27 +0000 (13:09 +0000)]
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.

26 years agoJust's script to find non-7-bit-clean charactres in a source tree (slightly
Jack Jansen [Wed, 3 Feb 1999 12:07:14 +0000 (12:07 +0000)]
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).

26 years agoupdated to the new numpy build setup -- jvr
Just van Rossum [Tue, 2 Feb 1999 23:58:50 +0000 (23:58 +0000)]
updated to the new numpy build setup -- jvr

26 years agoNever mind, this belongs in the PC subdirectory,
Guido van Rossum [Tue, 2 Feb 1999 23:41:44 +0000 (23:41 +0000)]
Never mind, this belongs in the PC subdirectory,
and besides Toby Dickenson sent me a more functional
(if lower level) wrapper around PlaySound.

26 years agore-checkin with "ISO-8859 translation" turned on.
Just van Rossum [Tue, 2 Feb 1999 22:31:05 +0000 (22:31 +0000)]
re-checkin with "ISO-8859 translation" turned on.

26 years agoadded some comments
Just van Rossum [Tue, 2 Feb 1999 22:27:41 +0000 (22:27 +0000)]
added some comments

26 years agoFredrik Lundh fixes Sjoerd's patch...
Guido van Rossum [Tue, 2 Feb 1999 22:15:24 +0000 (22:15 +0000)]
Fredrik Lundh fixes Sjoerd's patch...

"""Sjoerd's version stores unbound methods.  that's not good enough ;-)
Here's an alternative implementation of fixdict."""

26 years agoRemove three items.
Fred Drake [Tue, 2 Feb 1999 19:03:09 +0000 (19:03 +0000)]
Remove three items.

26 years agoFix the os/posix documentation issue.
Fred Drake [Tue, 2 Feb 1999 19:02:35 +0000 (19:02 +0000)]
Fix the os/posix documentation issue.

26 years agoMoved \versionadded to end of description sections.
Fred Drake [Tue, 2 Feb 1999 19:01:37 +0000 (19:01 +0000)]
Moved \versionadded to end of description sections.

26 years agoMoved posixpath to os.path.
Fred Drake [Tue, 2 Feb 1999 19:00:37 +0000 (19:00 +0000)]
Moved posixpath to os.path.

26 years agoAdded posixpath, winsound.
Fred Drake [Tue, 2 Feb 1999 18:59:58 +0000 (18:59 +0000)]
Added posixpath, winsound.

26 years agoChange this to be os.path.
Fred Drake [Tue, 2 Feb 1999 18:58:33 +0000 (18:58 +0000)]
Change this to be os.path.

Use consistent parameter naming with the os documentation (paths
always named "path" or "path1", "path2"...).

26 years agoThis seems to fix a problem with targeting from the indexes.
Fred Drake [Tue, 2 Feb 1999 18:57:12 +0000 (18:57 +0000)]
This seems to fix a problem with targeting from the indexes.

26 years agoMake \versionadded and \versionchanged less prominant -- neither bold
Fred Drake [Tue, 2 Feb 1999 18:02:48 +0000 (18:02 +0000)]
Make \versionadded and \versionchanged less prominant -- neither bold
nor a separate paragraph.

26 years agoMove \versionadded macros to end of descriptions.
Fred Drake [Tue, 2 Feb 1999 18:00:40 +0000 (18:00 +0000)]
Move \versionadded macros to end of descriptions.

26 years agoPatch by Sjoerd Mullender to placate /F:
Guido van Rossum [Tue, 2 Feb 1999 17:55:12 +0000 (17:55 +0000)]
Patch by Sjoerd Mullender to placate /F:
Clarified (hopefully :-) the documentation of elements and attributes
variables.

26 years agoPatch by Sjoerd Mullender to placate /F:
Guido van Rossum [Tue, 2 Feb 1999 17:54:38 +0000 (17:54 +0000)]
Patch by Sjoerd Mullender to placate /F:

Fix leaking of instances by removing the elements variable that we
created on closing the parser.  The elements variable is now created
in the reset() method, so that the sequence close(); reset();
... works.
Also, add the name of the entity reference that wasn't found to the
error message.

26 years agoAdded documentation to the docstrings for the W*() functions that take
Fred Drake [Tue, 2 Feb 1999 16:37:11 +0000 (16:37 +0000)]
Added documentation to the docstrings for the W*() functions that take
a process exit status as a parameter.

26 years agoput the preferences file in a folder called "Python" inside the prefs folder, just...
Just van Rossum [Tue, 2 Feb 1999 15:49:03 +0000 (15:49 +0000)]
put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr

26 years agoReplaced by Pythonpath.r
Jack Jansen [Tue, 2 Feb 1999 15:33:45 +0000 (15:33 +0000)]
Replaced by Pythonpath.r

26 years agoWindows sound playing module, by Fredrik Lundh.
Guido van Rossum [Tue, 2 Feb 1999 15:14:37 +0000 (15:14 +0000)]
Windows sound playing module, by Fredrik Lundh.

26 years agoAdd _P_WAIT etc. for NT.
Guido van Rossum [Mon, 1 Feb 1999 23:54:31 +0000 (23:54 +0000)]
Add _P_WAIT etc. for NT.

26 years agoSpecial-case _P_WAIT etc. for NT.
Guido van Rossum [Mon, 1 Feb 1999 23:52:29 +0000 (23:52 +0000)]
Special-case _P_WAIT etc. for NT.

26 years agoAdd current dir or paths of file args to sys.path.
Guido van Rossum [Mon, 1 Feb 1999 23:06:17 +0000 (23:06 +0000)]
Add current dir or paths of file args to sys.path.

26 years agospawnv, spawnve docstrings: added mode parameter; this is required!
Fred Drake [Mon, 1 Feb 1999 22:24:40 +0000 (22:24 +0000)]
spawnv, spawnve docstrings:  added mode parameter; this is required!

26 years agoAdded module synopsis.
Fred Drake [Mon, 1 Feb 1999 21:27:59 +0000 (21:27 +0000)]
Added module synopsis.

26 years agoTake out just about everything and refer the reader to the os module.
Fred Drake [Mon, 1 Feb 1999 20:23:02 +0000 (20:23 +0000)]
Take out just about everything and refer the reader to the os module.

26 years agoMake the text generic, and call it os.path instead of posixpath.
Fred Drake [Mon, 1 Feb 1999 20:20:39 +0000 (20:20 +0000)]
Make the text generic, and call it os.path instead of posixpath.

26 years agoRemove all references to posixpath; only refer to os.path.
Fred Drake [Mon, 1 Feb 1999 20:19:38 +0000 (20:19 +0000)]
Remove all references to posixpath; only refer to os.path.

Formalize the xstat() documentation.

26 years agoAdd canonic() function -- for brand new bdb.py feature.
Guido van Rossum [Mon, 1 Feb 1999 19:35:33 +0000 (19:35 +0000)]
Add canonic() function -- for brand new bdb.py feature.

26 years agoProtect against accessing an empty stack.
Guido van Rossum [Mon, 1 Feb 1999 19:34:53 +0000 (19:34 +0000)]
Protect against accessing an empty stack.

26 years agoPyPcre_expand(): Fixed two memory leaks, where a PyString_FromString()
Barry Warsaw [Mon, 1 Feb 1999 17:09:00 +0000 (17:09 +0000)]
PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString()
was appended to a list.  Lists are reference count neutral, so the
string must be DECREF'd.  Also added some checks for the return value
of PyList_Append().

Note: there are still some memory problems reported by Purify (I get
two Array Bounds Reads still and an Unitialized Memory Read).  Also,
in scanning the code, there appears to be some potential problems
where return values aren't checked.  To much to attack now though.

26 years agobetter sys.path munging when running scripts -- jvr
Just van Rossum [Mon, 1 Feb 1999 16:34:08 +0000 (16:34 +0000)]
better sys.path munging when running scripts -- jvr

26 years agoOSError description: "as the by the" --> "as the"
Fred Drake [Mon, 1 Feb 1999 16:17:40 +0000 (16:17 +0000)]
OSError description:  "as the by the" --> "as the"

26 years agoOops, the patch for NeXT always replaced waitpid() with wait4() --
Guido van Rossum [Mon, 1 Feb 1999 16:15:30 +0000 (16:15 +0000)]
Oops, the patch for NeXT always replaced waitpid() with wait4() --
this doesn't exist everywhere, so go back to using #ifdef NeXT.

26 years agoPatch by Sjoerd Mullender for better compatibility with the version
Guido van Rossum [Mon, 1 Feb 1999 15:35:13 +0000 (15:35 +0000)]
Patch by Sjoerd Mullender for better compatibility with the version
from Python 1.5.1:

If after __init__ finishes no new elements variable was created, this
patch will search the instance's namespace for all attributes whose
name start with start_ or end_ and put their value in a new elements
instance variable.

26 years agoremoved old IDE stuff -- jvr
Just van Rossum [Mon, 1 Feb 1999 01:38:20 +0000 (01:38 +0000)]
removed old IDE stuff -- jvr

26 years agominor cleanup of last patch -- jvr
Just van Rossum [Mon, 1 Feb 1999 01:29:17 +0000 (01:29 +0000)]
minor cleanup of last patch -- jvr

26 years agoAdded PythonIDE to the applet list; added destination filename support for applets...
Just van Rossum [Mon, 1 Feb 1999 01:21:18 +0000 (01:21 +0000)]
Added PythonIDE to the applet list; added destination filename support for applets -- jvr

26 years agoremoved turd resources left by my former MacCVS client
Just van Rossum [Mon, 1 Feb 1999 01:19:16 +0000 (01:19 +0000)]
removed turd resources left by my former MacCVS client
-- jvr

26 years agoAdd $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup...
Just van Rossum [Sun, 31 Jan 1999 23:17:56 +0000 (23:17 +0000)]
Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup time -- jvr

26 years agoThere are now three possible ways to run the IDE:
Just van Rossum [Sat, 30 Jan 1999 23:49:45 +0000 (23:49 +0000)]
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)

26 years ago??? adding this file somehow failed -- jvr
Just van Rossum [Sat, 30 Jan 1999 22:40:26 +0000 (22:40 +0000)]
??? adding this file somehow failed -- jvr

26 years agoFirst Checked In.
Just van Rossum [Sat, 30 Jan 1999 22:39:17 +0000 (22:39 +0000)]
First Checked In.