]> granicus.if.org Git - python/log
python
26 years agoFix up the Windows menu via the new callback mechanism instead of
Guido van Rossum [Wed, 17 Feb 1999 17:20:50 +0000 (17:20 +0000)]
Fix up the Windows menu via the new callback mechanism instead of
depending on menu post commands (which don't work when the menu is
torn off).

26 years agoSupport callbacks to patch up Windows menus everywhere.
Guido van Rossum [Wed, 17 Feb 1999 17:19:37 +0000 (17:19 +0000)]
Support callbacks to patch up Windows menus everywhere.

26 years agoOh, why not. Checking in the Emacs-generated change log.
Guido van Rossum [Wed, 17 Feb 1999 16:20:08 +0000 (16:20 +0000)]
Oh, why not.  Checking in the Emacs-generated change log.

26 years ago(py-shell): Added optional argprompt, which will prompt for additional
Barry Warsaw [Tue, 16 Feb 1999 23:52:46 +0000 (23:52 +0000)]
(py-shell): Added optional argprompt, which will prompt for additional
switches to pass into the shell process (only on initial startup).

26 years ago(py-default-interpreter): New variable which selects whether CPython
Barry Warsaw [Tue, 16 Feb 1999 23:36:16 +0000 (23:36 +0000)]
(py-default-interpreter): New variable which selects whether CPython
or JPython is the default interpreter to use when `C-c !' is entered
for the first time.

26 years agoRemoved old dynamic linking chapter.
Fred Drake [Tue, 16 Feb 1999 23:06:32 +0000 (23:06 +0000)]
Removed old dynamic linking chapter.

Integrated information on Windows DLLs from Chris Phoenix (Thanks!).

Added "Acknowledgements" area to thank contributing authors.

26 years ago# Accidentally checked in a test version of this file with a bogus
Guido van Rossum [Tue, 16 Feb 1999 23:05:46 +0000 (23:05 +0000)]
# Accidentally checked in a test version of this file with a bogus
# "import fooblurg" :-)

26 years agoRemove all email addresses.
Fred Drake [Tue, 16 Feb 1999 22:51:09 +0000 (22:51 +0000)]
Remove all email addresses.

26 years agoOnly pop up the stack viewer when requested in the Debug menu.
Guido van Rossum [Tue, 16 Feb 1999 22:34:17 +0000 (22:34 +0000)]
Only pop up the stack viewer when requested in the Debug menu.

26 years agoUse the portable form of initializing the ob_type field for new types.
Fred Drake [Tue, 16 Feb 1999 22:15:42 +0000 (22:15 +0000)]
Use the portable form of initializing the ob_type field for new types.

26 years agoFinn Bock.
Guido van Rossum [Tue, 16 Feb 1999 21:30:18 +0000 (21:30 +0000)]
Finn Bock.

26 years agoIntegrated notes on building extension modules on Windows, by Neil
Fred Drake [Tue, 16 Feb 1999 21:14:16 +0000 (21:14 +0000)]
Integrated notes on building extension modules on Windows, by Neil
Schemenauer <neil_schemenauer@transcanada.com>.

Thanks, Neil!

26 years agoCopy in the stylesheet after latex2html is done.
Fred Drake [Tue, 16 Feb 1999 20:43:53 +0000 (20:43 +0000)]
Copy in the stylesheet after latex2html is done.

26 years agoCopy in the stylesheet after latex2html is done.
Fred Drake [Tue, 16 Feb 1999 20:28:25 +0000 (20:28 +0000)]
Copy in the stylesheet after latex2html is done.

26 years agoBecome more stylesheet-friendly.
Fred Drake [Tue, 16 Feb 1999 20:27:42 +0000 (20:27 +0000)]
Become more stylesheet-friendly.

26 years agoCSS style sheet for the documentation.
Fred Drake [Tue, 16 Feb 1999 20:27:08 +0000 (20:27 +0000)]
CSS style sheet for the documentation.

26 years agoBump release to 1.5.2b2.
Fred Drake [Tue, 16 Feb 1999 20:23:55 +0000 (20:23 +0000)]
Bump release to 1.5.2b2.

26 years agoMake sure errors get propogated.
Fred Drake [Tue, 16 Feb 1999 20:05:43 +0000 (20:05 +0000)]
Make sure errors get propogated.

26 years agoThe usual
Guido van Rossum [Tue, 16 Feb 1999 20:05:35 +0000 (20:05 +0000)]
The usual

26 years agoAdd source file winsound.c and library winmm.lib
Guido van Rossum [Tue, 16 Feb 1999 19:56:27 +0000 (19:56 +0000)]
Add source file winsound.c and library winmm.lib

26 years agoThe _O_* constants are defined as O_* in the os module.
Fred Drake [Tue, 16 Feb 1999 19:41:01 +0000 (19:41 +0000)]
The _O_* constants are defined as O_* in the os module.

26 years agoRemove "_" from the P_* symbols used with the spawn*() functions.
Fred Drake [Tue, 16 Feb 1999 19:40:19 +0000 (19:40 +0000)]
Remove "_" from the P_* symbols used with the spawn*() functions.

26 years agoCheck for potential error returned by _ungetch().
Guido van Rossum [Tue, 16 Feb 1999 19:40:02 +0000 (19:40 +0000)]
Check for potential error returned by _ungetch().

26 years agoThe symbols P_* (for spawn*(), MS specific) should not have a leading
Guido van Rossum [Tue, 16 Feb 1999 19:38:04 +0000 (19:38 +0000)]
The symbols P_* (for spawn*(), MS specific) should not have a leading
underscore after all, for consistency with the O_* symnbols.

26 years agoAdded chapter on Windows modules, including msvcrt and winsound.
Fred Drake [Tue, 16 Feb 1999 19:18:38 +0000 (19:18 +0000)]
Added chapter on Windows modules, including msvcrt and winsound.

26 years agoAdded some files to the library reference.
Fred Drake [Tue, 16 Feb 1999 19:08:16 +0000 (19:08 +0000)]
Added some files to the library reference.

26 years agoSmall grammatical fix; missing comma.
Fred Drake [Tue, 16 Feb 1999 17:34:51 +0000 (17:34 +0000)]
Small grammatical fix; missing comma.

26 years agoMake it clear that Demo/embed/ is from the source distribution.
Fred Drake [Tue, 16 Feb 1999 17:29:42 +0000 (17:29 +0000)]
Make it clear that Demo/embed/ is from the source distribution.

26 years agoMake navigation panels more CSS-friendly.
Fred Drake [Tue, 16 Feb 1999 17:22:32 +0000 (17:22 +0000)]
Make navigation panels more CSS-friendly.

Make sure the contents page always has the "table of child links"
turned off; this wasn't being handled properly by latex2html for
"howto" ("article") documents, so just do it ourselves for all
document types.

26 years agoClarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not
Guido van Rossum [Tue, 16 Feb 1999 17:19:39 +0000 (17:19 +0000)]
Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not
"python modulator.py EXAMPLE.py") and that it's only there in case
you don't have Tkinter.

26 years agoUse the same markup for email addresses as is produced by using \email
Fred Drake [Tue, 16 Feb 1999 16:16:37 +0000 (16:16 +0000)]
Use the same markup for email addresses as is produced by using \email
in the LaTeX sources.

26 years agoAdded optional arguments to dialogs to allow setting of button titles.
Jack Jansen [Tue, 16 Feb 1999 16:06:39 +0000 (16:06 +0000)]
Added optional arguments to dialogs to allow setting of button titles.

26 years agoIn open_ftp(), check that retrlen is not None before using it in a %d format!
Guido van Rossum [Tue, 16 Feb 1999 15:10:12 +0000 (15:10 +0000)]
In open_ftp(), check that retrlen is not None before using it in a %d format!

26 years agoFixed totally bogus conversion factors used in the Win32 version of
Guido van Rossum [Tue, 16 Feb 1999 14:37:28 +0000 (14:37 +0000)]
Fixed totally bogus conversion factors used in the Win32 version of
os.times().

26 years agoAdjust cellspacing attribute of the navigation bar tables to get some
Fred Drake [Tue, 16 Feb 1999 14:21:54 +0000 (14:21 +0000)]
Adjust cellspacing attribute of the navigation bar tables to get some
space between cells on all (major) browsers.

26 years agoUpdated for new folder layout (but not fully tested yet).
Jack Jansen [Tue, 16 Feb 1999 00:18:53 +0000 (00:18 +0000)]
Updated for new folder layout (but not fully tested yet).

26 years agoReplaced .hqx project file by binary version, and updated to current CW.
Jack Jansen [Tue, 16 Feb 1999 00:18:15 +0000 (00:18 +0000)]
Replaced .hqx project file by binary version, and updated to current CW.

26 years agoPut the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone...
Jack Jansen [Mon, 15 Feb 1999 23:34:56 +0000 (23:34 +0000)]
Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone Python compile.

26 years agoRemove stuff related to copying the icons directory around -- just
Fred Drake [Mon, 15 Feb 1999 21:43:55 +0000 (21:43 +0000)]
Remove stuff related to copying the icons directory around -- just
isn't needed.

26 years agoMoved icons into the html directory to avoid pollution of the top level.
Fred Drake [Mon, 15 Feb 1999 21:42:47 +0000 (21:42 +0000)]
Moved icons into the html directory to avoid pollution of the top level.

26 years ago(finally) unified the interpreter and the applet as Just suggested ages ago. The
Jack Jansen [Mon, 15 Feb 1999 21:33:34 +0000 (21:33 +0000)]
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.

26 years agoBe explicit about the reference count of the original value of the
Fred Drake [Mon, 15 Feb 1999 20:15:39 +0000 (20:15 +0000)]
Be explicit about the reference count of the original value of the
first parameter to PyString_Concat().

26 years agoHTMLBASE: New variable. Make it easier to check an "installed" copy
Fred Drake [Mon, 15 Feb 1999 19:29:08 +0000 (19:29 +0000)]
HTMLBASE:  New variable.  Make it easier to check an "installed" copy
   of the HTML documents using the webcheck target.

When there's not a usable .aux file, use mkdvi.sh --aux instead of
building the .dvi completely.  This makes the most difference for the
library reference.

26 years agoAdd an optional parameter to make the script run latex only once to
Fred Drake [Mon, 15 Feb 1999 19:27:07 +0000 (19:27 +0000)]
Add an optional parameter to make the script run latex only once to
generate an .aux file.  This can make HTML generation a bit faster
when print formats aren't needed.

Explained parameters in a comment.

26 years agoUse a common definition for $(SUBMAKE) instead of repeating everything
Fred Drake [Mon, 15 Feb 1999 16:50:28 +0000 (16:50 +0000)]
Use a common definition for $(SUBMAKE) instead of repeating everything
all over the place.

26 years agoAdded availability notes for samefile(), sameopenfile(), samestat()
Fred Drake [Mon, 15 Feb 1999 16:34:00 +0000 (16:34 +0000)]
Added availability notes for samefile(), sameopenfile(), samestat()
since these are not available on Windows.

26 years agoAdded --l2h-config option to add additional initialization files for
Fred Drake [Mon, 15 Feb 1999 16:27:42 +0000 (16:27 +0000)]
Added --l2h-config option to add additional initialization files for
latex2html.  Can be useful in setting up things like the upward
external link for the top of the documents.

26 years agoAdded section "Providing a C API for an Extension Module" by Konrad
Fred Drake [Mon, 15 Feb 1999 16:20:25 +0000 (16:20 +0000)]
Added section "Providing a C API for an Extension Module" by Konrad
Hinsen.

"\C{}" --> "C"

26 years agoMarkup nits.
Fred Drake [Mon, 15 Feb 1999 15:30:45 +0000 (15:30 +0000)]
Markup nits.

Added section on module objects; described functions in
moduleobject.c.

26 years agoSet target.
Fred Drake [Mon, 15 Feb 1999 15:02:21 +0000 (15:02 +0000)]
Set target.

26 years agoPatch by Chris Petrilli to display the origin of a module in its
Guido van Rossum [Mon, 15 Feb 1999 14:47:16 +0000 (14:47 +0000)]
Patch by Chris Petrilli to display the origin of a module in its
repr() -- either "(builtin)" or "from '<filename>'".

26 years agoAdd PyModule_GetFilename().
Guido van Rossum [Mon, 15 Feb 1999 14:43:11 +0000 (14:43 +0000)]
Add PyModule_GetFilename().

26 years agoAskPassword(): added reference to the module doc string; added support for autoKey...
Just van Rossum [Mon, 15 Feb 1999 00:04:05 +0000 (00:04 +0000)]
AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr

26 years ago(finally) unified the interpreter and the applet as Just suggested ages ago. The
Jack Jansen [Sun, 14 Feb 1999 23:12:06 +0000 (23:12 +0000)]
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.

26 years agoMinor fix that helps out with the index.
Fred Drake [Fri, 12 Feb 1999 22:06:32 +0000 (22:06 +0000)]
Minor fix that helps out with the index.

26 years agoMake sure all HTML pages generated from this section have reasonable
Fred Drake [Fri, 12 Feb 1999 22:05:33 +0000 (22:05 +0000)]
Make sure all HTML pages generated from this section have reasonable
names.

Markup nits.

26 years agoL2HARGS: Specify the HTML version we're producing, since this is what
Fred Drake [Fri, 12 Feb 1999 21:42:23 +0000 (21:42 +0000)]
L2HARGS:  Specify the HTML version we're producing, since this is what
  we generate anyway.

26 years agoMarkup nits.
Fred Drake [Fri, 12 Feb 1999 20:40:49 +0000 (20:40 +0000)]
Markup nits.

26 years agoMinor markup nits.
Fred Drake [Fri, 12 Feb 1999 20:40:09 +0000 (20:40 +0000)]
Minor markup nits.

26 years agoUse the shorter form of Christopher Petrilli's email address.
Fred Drake [Fri, 12 Feb 1999 20:09:59 +0000 (20:09 +0000)]
Use the shorter form of Christopher Petrilli's email address.

26 years agoAdded section for MimeWriter, contributed by Christopher Petrilli
Fred Drake [Fri, 12 Feb 1999 19:26:09 +0000 (19:26 +0000)]
Added section for MimeWriter, contributed by Christopher Petrilli
<petrilli@amber.org>.

This spells the end of another whole section in the undoc chapter!

26 years agoAdded entry for MimeWriter module.
Fred Drake [Fri, 12 Feb 1999 19:24:02 +0000 (19:24 +0000)]
Added entry for MimeWriter module.

26 years agoMake table headers the same color as the navigation bars so they stand
Fred Drake [Fri, 12 Feb 1999 19:23:17 +0000 (19:23 +0000)]
Make table headers the same color as the navigation bars so they stand
out a little better.

Make sure the boxes for the last column of tables always get drawn;
these are often left empty of content when used as a "Notes" column.
They look a little better this way.

26 years agoMoved the navigation-bar background color to a variable.
Fred Drake [Fri, 12 Feb 1999 19:00:38 +0000 (19:00 +0000)]
Moved the navigation-bar background color to a variable.

26 years agoDocument <complex #>.conjugate().
Fred Drake [Fri, 12 Feb 1999 18:27:31 +0000 (18:27 +0000)]
Document <complex #>.conjugate().

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.