]> granicus.if.org Git - python/log
python
25 years agoThe cleanup code in com-init() at label fail_0000 should remove
Guido van Rossum [Mon, 20 Dec 1999 20:40:12 +0000 (20:40 +0000)]
The cleanup code in com-init() at label fail_0000 should remove
c_varnames, not c_lnotab.

25 years agoSupport keys that have a Handle as parameter, by using the new GetControlDataHandle...
Jack Jansen [Sun, 19 Dec 1999 00:06:52 +0000 (00:06 +0000)]
Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods.

25 years agoAdded {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for
Jack Jansen [Sun, 19 Dec 1999 00:05:50 +0000 (00:05 +0000)]
Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for
keys that expect a Handle, and have a ResObj as parameter.

25 years agoStandardFile compatability routines. For the time being calling macfsn._install()
Jack Jansen [Sat, 18 Dec 1999 16:57:33 +0000 (16:57 +0000)]
StandardFile compatability routines. For the time being calling macfsn._install()
will install these in macfs (if Navigation is available).

25 years agoIncrease applet minimal memory size by a megabyte.
Jack Jansen [Sat, 18 Dec 1999 16:56:16 +0000 (16:56 +0000)]
Increase applet minimal memory size by a megabyte.

25 years agoAdded a line about passing None as eventProc to the docstring to get movable
Jack Jansen [Fri, 17 Dec 1999 23:01:44 +0000 (23:01 +0000)]
Added a line about passing None as eventProc to the docstring to get movable
dialogs.

25 years agoPyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports.
Jack Jansen [Fri, 17 Dec 1999 23:00:49 +0000 (23:00 +0000)]
PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports.

25 years agoAdded PyMac_BuildOptStr255, which returns None on a null pointer.
Jack Jansen [Fri, 17 Dec 1999 17:15:50 +0000 (17:15 +0000)]
Added PyMac_BuildOptStr255, which returns None on a null pointer.

25 years agoFinished (I think), but only very lightly tested. Should now have full interface...
Jack Jansen [Fri, 17 Dec 1999 17:14:28 +0000 (17:14 +0000)]
Finished (I think), but only very lightly tested. Should now have full interface: all
calls, callbacks, arguments, etc. Also added docstrings.

25 years agoProject for Nav module.
Jack Jansen [Fri, 17 Dec 1999 17:12:41 +0000 (17:12 +0000)]
Project for Nav module.

25 years agoAdded Nav
Jack Jansen [Thu, 16 Dec 1999 22:22:00 +0000 (22:22 +0000)]
Added Nav

25 years agoAllow keyword arguments, and the dialog is now actually shown. No way to
Jack Jansen [Thu, 16 Dec 1999 22:21:30 +0000 (22:21 +0000)]
Allow keyword arguments, and the dialog is now actually shown. No way to
get at the result yet, though:-)

25 years agoAdded Nav module
Jack Jansen [Thu, 16 Dec 1999 22:20:52 +0000 (22:20 +0000)]
Added Nav module

25 years agoPatch and new file by Geoff Furnish for C++ compilation.
Guido van Rossum [Thu, 16 Dec 1999 17:52:08 +0000 (17:52 +0000)]
Patch and new file by Geoff Furnish for C++ compilation.

25 years agoPatch by Geoff Furnish to make compiling with C++ more gentle.
Guido van Rossum [Thu, 16 Dec 1999 17:50:52 +0000 (17:50 +0000)]
Patch by Geoff Furnish to make compiling with C++ more gentle.
(The configure script is regenerated, not from his patch.)

25 years agoRegenerated after new acconfig.h.
Guido van Rossum [Thu, 16 Dec 1999 17:49:27 +0000 (17:49 +0000)]
Regenerated after new acconfig.h.

25 years agoCorrect stupid typo (HAVE_GETHOSTBTNAME).
Guido van Rossum [Thu, 16 Dec 1999 17:49:02 +0000 (17:49 +0000)]
Correct stupid typo (HAVE_GETHOSTBTNAME).

25 years agoNavigation Services module. Started from scratch, as Joe's module exported too little...
Jack Jansen [Thu, 16 Dec 1999 16:54:55 +0000 (16:54 +0000)]
Navigation Services module. Started from scratch, as Joe's module exported too little for my needs.

25 years agoWhen emitting a command-line error message, *say* it's an error.
Greg Ward [Thu, 16 Dec 1999 01:19:05 +0000 (01:19 +0000)]
When emitting a command-line error message, *say* it's an error.

25 years agoCatch errors from 'rmtree' and emit a warning.
Greg Ward [Thu, 16 Dec 1999 01:14:15 +0000 (01:14 +0000)]
Catch errors from 'rmtree' and emit a warning.

25 years agoDocument getgroups(), getlogin(), fpathconf(), pathconf(),
Fred Drake [Wed, 15 Dec 1999 19:39:04 +0000 (19:39 +0000)]
Document getgroups(), getlogin(), fpathconf(), pathconf(),
pathconf_names, confstr(), confstr_names, sysconf(), sysconf_names.

25 years agoRip out the code to check the ordering of the tables used to map
Fred Drake [Wed, 15 Dec 1999 18:31:10 +0000 (18:31 +0000)]
Rip out the code to check the ordering of the tables used to map
strings to integers for the *conf*() functions.

Added code to sort the tables at module initialization.  Three
dictionaries, confstr_names, sysconf_names, and pathconf_names, are
added to the module as well.  These map known configuration setting
names to the numeric value which is used to represent the setting in
the system call.  This code is always called.

Updated related comments.

25 years agoFixed menu glyph stuff.
Jack Jansen [Wed, 15 Dec 1999 15:45:23 +0000 (15:45 +0000)]
Fixed menu glyph stuff.
Use MenuEvent in stead of MenuKey.

25 years agoAdded kind resources (in US-english and dutch, sigh).
Jack Jansen [Wed, 15 Dec 1999 15:43:24 +0000 (15:43 +0000)]
Added kind resources (in US-english and dutch, sigh).

25 years agoAdded table entries for Irix 6.5 names for confstr()/sysconf()/
Fred Drake [Wed, 15 Dec 1999 15:34:33 +0000 (15:34 +0000)]
Added table entries for Irix 6.5 names for confstr()/sysconf()/
pathconf() names, from Sjoerd.

Added code to verify that these tables are properly ordered, only
included and used when CHECK_CONFNAME_TABLES is defined.  This is only
needed to test the tables, so I haven't enabled this by default.

25 years agoFixed buglet in Application.do_suspendresume(), it took the wrong flag to determine...
Just van Rossum [Wed, 15 Dec 1999 14:55:16 +0000 (14:55 +0000)]
Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr

25 years agodo_strip(): Fixed cut-and-paste error; this function should check for
Barry Warsaw [Wed, 15 Dec 1999 02:22:52 +0000 (02:22 +0000)]
do_strip(): Fixed cut-and-paste error; this function should check for
zero arguments (found by Marc Lemburg).

25 years agoOnly set msg.fp to None when there are no extra arguments; if there
Guido van Rossum [Tue, 14 Dec 1999 22:18:37 +0000 (22:18 +0000)]
Only set msg.fp to None when there are no extra arguments; if there
are, we must keep the file around so we can print the body.

25 years agoAdded support for getlogin(); does *not* use getlogin_r() where
Fred Drake [Tue, 14 Dec 1999 21:25:03 +0000 (21:25 +0000)]
Added support for getlogin(); does *not* use getlogin_r() where
available since the interface is poorly defined on at least one major
platform (Solaris).

Moved table of constant names for fpathconf() & pathconf() into the
conditional that defines the conv_path_confname() helper; Mark Hammond
reported that defining the table when none of the constants were
defined causes the compiler to complain (won't allow 0-length array,
imagine that!).

In posix_fpathconf(), use conv_path_confname() as the O& conversion
function, instead of the conv_confname() helper, which has the wrong
signature (posix_pathconf() already used the right thing).

25 years agoRemove test for getlogin_r(); the interface is not clearly defined, at
Fred Drake [Tue, 14 Dec 1999 21:11:47 +0000 (21:11 +0000)]
Remove test for getlogin_r(); the interface is not clearly defined, at
least on Solaris (sometimes it's Unix98, sometimes it conforms to an
early draft).

Properly generate config.h.in using autoheader instead of editing it
manually; thanks, Guido!

25 years agoAdded detection of getlogin() and getlogin_r().
Fred Drake [Tue, 14 Dec 1999 20:48:17 +0000 (20:48 +0000)]
Added detection of getlogin() and getlogin_r().

25 years agoBgen now understands more constant definitions, but that means that a few which are...
Jack Jansen [Tue, 14 Dec 1999 15:47:01 +0000 (15:47 +0000)]
Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.

25 years agoIf a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys, char...
Jack Jansen [Tue, 14 Dec 1999 15:45:53 +0000 (15:45 +0000)]
If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys, char [, glyph]).

25 years agoRegenerated now that bgen can handle a few more constructs in constant definitions.
Jack Jansen [Tue, 14 Dec 1999 15:44:53 +0000 (15:44 +0000)]
Regenerated now that bgen can handle a few more constructs in constant definitions.

25 years agoMarkup consistency nits that Guido didn't check. ;-)
Fred Drake [Mon, 13 Dec 1999 23:34:42 +0000 (23:34 +0000)]
Markup consistency nits that Guido didn't check.  ;-)

25 years agoDoc update from Piers Lauder see changes for imaplib.py version 2.16.
Guido van Rossum [Mon, 13 Dec 1999 23:29:39 +0000 (23:29 +0000)]
Doc update from Piers Lauder see changes for imaplib.py version 2.16.

25 years agoV 2.16 from Piers:
Guido van Rossum [Mon, 13 Dec 1999 23:27:45 +0000 (23:27 +0000)]
V 2.16 from Piers:

I've changed the login command to force proper
quoting of the password argument. I've also added
some extra debugging code, which is removed when
__debug__ is false.

25 years agoUse 'search', not 'match', on filename pattern regexes.
Greg Ward [Mon, 13 Dec 1999 21:38:57 +0000 (21:38 +0000)]
Use 'search', not 'match', on filename pattern regexes.

25 years agoRemoved debugging prints.
Fred Drake [Mon, 13 Dec 1999 16:55:24 +0000 (16:55 +0000)]
Removed debugging prints.

25 years agoAdded bindings for getgroups(), fpathconf(), pathconf(), confstr(),
Fred Drake [Mon, 13 Dec 1999 16:37:25 +0000 (16:37 +0000)]
Added bindings for getgroups(), fpathconf(), pathconf(), confstr(),
and sysconf().

*Lots* of tables to define names used by *conf*(); explanation to go
in message to python-dev list.

25 years agoAdded detection for getgroups(), fpathconf(), pathconf(),
Fred Drake [Mon, 13 Dec 1999 16:23:35 +0000 (16:23 +0000)]
Added detection for getgroups(), fpathconf(), pathconf(),
confstr(), and sysconf().

25 years agoFixed the password dialog to use a password control.
Jack Jansen [Mon, 13 Dec 1999 16:07:01 +0000 (16:07 +0000)]
Fixed the password dialog to use a password control.

25 years agoC-style comments removed (again).
Jack Jansen [Mon, 13 Dec 1999 16:05:47 +0000 (16:05 +0000)]
C-style comments removed (again).
AE stuff got some extra definitions (don't know why these weren't checked in).

25 years agoMethods {Get,Set}ControlData that know about data types passed for the various
Jack Jansen [Mon, 13 Dec 1999 16:04:48 +0000 (16:04 +0000)]
Methods {Get,Set}ControlData that know about data types passed for the various
4-char codes. The table which maps codes to datatypes is still pretty empty,
I'll fill it as I need entries (or maybe someone wants to spend a nice day filling it?).

25 years agoFixed the password dialog to use a password control.
Jack Jansen [Mon, 13 Dec 1999 15:37:48 +0000 (15:37 +0000)]
Fixed the password dialog to use a password control.
Aligned all sizes and such the HIG standards (I think).

25 years agoUpdated Message, question, YNC and progress dialogs for Appearance. Password
Jack Jansen [Sun, 12 Dec 1999 22:57:51 +0000 (22:57 +0000)]
Updated Message, question, YNC and progress dialogs for Appearance. Password
remains to be done, and maybe we should convert everything to movablemodal too
and make things like question look nicer.

25 years agoIn places where a ResObj is expected for PyArg_Parse and the object passed in isn...
Jack Jansen [Sun, 12 Dec 1999 22:57:29 +0000 (22:57 +0000)]
In places where a ResObj is expected for PyArg_Parse and the object passed in isn't but it does have an as_Resource method use that. This makes life a lot easier
for appearance portability (and was needed anyway).

25 years agoRegenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1...
Jack Jansen [Sun, 12 Dec 1999 21:56:56 +0000 (21:56 +0000)]
Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K.
Static 68K Python still has a tk problem.

25 years agoRegenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.
Jack Jansen [Sun, 12 Dec 1999 21:41:51 +0000 (21:41 +0000)]
Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.

25 years agoDummy functions which return unimpErr for lots of toolbox calls that are unavailable...
Jack Jansen [Sun, 12 Dec 1999 21:38:29 +0000 (21:38 +0000)]
Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we
can still use them on PPC.

25 years agoOops, PLstring funcs should be "pascal". Funny this never caused problems before...
Jack Jansen [Sun, 12 Dec 1999 21:37:14 +0000 (21:37 +0000)]
Oops, PLstring funcs should be "pascal". Funny this never caused problems before...

25 years agoCatch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'.
Greg Ward [Sun, 12 Dec 1999 17:19:58 +0000 (17:19 +0000)]
Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'.

25 years agoCatch missing MANIFEST file and warn rather than blowing up.
Greg Ward [Sun, 12 Dec 1999 17:07:22 +0000 (17:07 +0000)]
Catch missing MANIFEST file and warn rather than blowing up.
Added 'nuke_release_tree()' method to blow away the directory from
  which the archive file(s) are created, and call it (conditionally)
  from 'make_distribution()'.
Added 'keep_tree' option (false by default) to disable the call to
  'nuke_release_tree()'.

25 years agoFixed 'find_package_modules()' to ensure that we never build (and thus
Greg Ward [Sun, 12 Dec 1999 17:03:59 +0000 (17:03 +0000)]
Fixed 'find_package_modules()' to ensure that we never build (and thus
  install) the setup script itself.
Fixed 'build_module()' so we do *not* preserve file mode (which means
  we can install read-only files, which makes the next installation
  of this distribution fail -- at least under Unix); added a comment
  explaining this.

25 years agoChanged 'build_extensions()' so 'sources' can be a list or tuple; and
Greg Ward [Sun, 12 Dec 1999 17:01:01 +0000 (17:01 +0000)]
Changed 'build_extensions()' so 'sources' can be a list or tuple; and
  call CCompiler method 'compile()' with 'include_dirs' not 'includes'.
Fixed stupid typo in 'get_source_files()'.

25 years agoIn 'compile()' method, renamed 'includes' parameter to 'include_dirs' for
Greg Ward [Sun, 12 Dec 1999 16:57:47 +0000 (16:57 +0000)]
In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for
  consistency with 'build_ext' command option.
Changed 'compile()' and 'link_shared_object()' so 'include_dirs',
  'libraries', and 'library_dirs' can be lists or tuples.

25 years agoAdded support for printing out help text from option table: 'print_help()',
Greg Ward [Sun, 12 Dec 1999 16:54:55 +0000 (16:54 +0000)]
Added support for printing out help text from option table: 'print_help()',
  'generate_help()', 'wrap_text()' functions, and a little tiny test
  of 'wrap_text()'.
Changed how caller states that one option is the boolean opposite of
  another: added 'negative_opt' parameter to 'fancy_getopt()', and changed
  to use it instead of parsing long option name.

25 years agoMade "verbose" mode the default; now you have to supply --quiet if you
Greg Ward [Sun, 12 Dec 1999 16:51:44 +0000 (16:51 +0000)]
Made "verbose" mode the default; now you have to supply --quiet if you
  want no output.  Still no option for a happy medium though.
Added "--help" global option.
Changed 'parse_command_line()' to recognize help options (both for the
  whole distribution and per-command), and to distinguish "regular run"
  and "user asked for help" by returning false in the latter case.
Also in 'parse_command_line()', detect invalid command name on command
  line by catching DistutilsModuleError.
  a 'negative_opt' class attribute right after 'global_options'; changed
  how we call 'fancy_getopt()' accordingly.
Initialize 'maintainer' and 'maintainer_email' attributes to Distribution
  to avoid AttributeError when 'author' and 'author_email' not defined.
Initialize 'help' attribute in Command constructor (to avoid
  AttributeError when user *doesn't* ask for help).
In 'setup()':
  * show usage message before dying when we catch DistutilsArgError
  * only run commands if 'parse_command_line()' returned true (that
    way, we exit immediately when a help option is found)
  * catch KeyboardInterrupt and IOError from running commands
Bulked up usage message to show --help options.
Comment, docstring, and error message tweaks.

25 years agoNew appearance mgr support. This appears (no pun intended) to have some problems...
Jack Jansen [Fri, 10 Dec 1999 16:16:19 +0000 (16:16 +0000)]
New appearance mgr support. This appears (no pun intended) to have some problems that I'll fix tonight, so don't check it out.

25 years agoThe call to PyArg_ParseTuple in al_Connect had one too few arguments.
Guido van Rossum [Fri, 10 Dec 1999 15:12:11 +0000 (15:12 +0000)]
The call to PyArg_ParseTuple in al_Connect had one too few arguments.
This fixes PR#157.

25 years agoChanged appearance-dialogs to new WDEF values. Also undid silly change of
Jack Jansen [Thu, 9 Dec 1999 22:54:42 +0000 (22:54 +0000)]
Changed appearance-dialogs to new WDEF values. Also undid silly change of
button types in those dialogs.

25 years agoRegenerated, and manually massaged (sigh): there can now be comments after enum defs...
Jack Jansen [Thu, 9 Dec 1999 22:51:01 +0000 (22:51 +0000)]
Regenerated, and manually massaged (sigh): there can now be comments after enum defs, and bgen doesn't understand this yet.

25 years agoFixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routine...
Jack Jansen [Thu, 9 Dec 1999 22:49:51 +0000 (22:49 +0000)]
Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routines that seem to be missing in my CW Pro 5.1.

25 years agoAdded USE_APPEARANCE flag.
Jack Jansen [Thu, 9 Dec 1999 22:48:29 +0000 (22:48 +0000)]
Added USE_APPEARANCE flag.

25 years agoDocument the new stuff in the os module.
Fred Drake [Thu, 9 Dec 1999 22:11:43 +0000 (22:11 +0000)]
Document the new stuff in the os module.

25 years agoAdded support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r.
Fred Drake [Thu, 9 Dec 1999 22:03:25 +0000 (22:03 +0000)]
Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r.

25 years agoAdded support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),
Fred Drake [Thu, 9 Dec 1999 21:13:07 +0000 (21:13 +0000)]
Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),
and TMP_MAX.

Converted all functions that used PyArg_Parse() or PyArg_NoArgs() to
use PyArg_ParseTuple() and specified all function names using the
:name syntax in the format strings, to allow better error messages
when TypeError is raised for parameter type mismatches.

25 years agoChanges by Corran Webster to support {Get,Set}ControlData and
Jack Jansen [Thu, 9 Dec 1999 16:03:50 +0000 (16:03 +0000)]
Changes by Corran Webster to support {Get,Set}ControlData and
HandleControlClick. Untested.

25 years agoMinimal test of Dlg.SetControlData by Corran Webster: draw a default
Jack Jansen [Thu, 9 Dec 1999 15:36:36 +0000 (15:36 +0000)]
Minimal test of Dlg.SetControlData by Corran Webster: draw a default
ring around a button. Mainly here so I can transfer it home:-)

25 years agoFirst bits and pieces of appearance support: an init routine, a global flag PyMac_App...
Jack Jansen [Tue, 7 Dec 1999 23:08:10 +0000 (23:08 +0000)]
First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE
is off the code is disabled (but the variables are still there, set to 0).

25 years agoOpenSSL support. This is based on patches for a version of SSLeay by
Guido van Rossum [Tue, 7 Dec 1999 21:47:09 +0000 (21:47 +0000)]
OpenSSL support.  This is based on patches for a version of SSLeay by
Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by
Laszlo Kovacs of HP.  Both have kindly given permission to include
the patches in the Python distribution.  Final formatting by GvR.

25 years agoOpenSSL support. This is based on patches for a version of SSLeay by
Guido van Rossum [Tue, 7 Dec 1999 21:37:17 +0000 (21:37 +0000)]
OpenSSL support.  This is based on patches for a version of SSLeay by
Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by
Laszlo Kovacs of HP.  Both have kindly given permission to include
the patches in the Python distribution.  Final formatting by GvR.

25 years agoAccording to Craig H Rowland, openbsd2 is yet another BSD variant that
Guido van Rossum [Mon, 6 Dec 1999 14:51:05 +0000 (14:51 +0000)]
According to Craig H Rowland, openbsd2 is yet another BSD variant that
uses the BSD version of the lock structure.  Sigh, @!%$.

25 years agoAdded \" to escapes so embedded escaped double quotes are handled
Barry Warsaw [Mon, 6 Dec 1999 02:46:49 +0000 (02:46 +0000)]
Added \" to escapes so embedded escaped double quotes are handled
correctly.  Patch suggested by Mads Kiilerich <mk@solit.dk>.

25 years agoSet the finder "is shared" bit, by request of Joe Strout. It seems this allows multip...
Jack Jansen [Fri, 3 Dec 1999 23:38:05 +0000 (23:38 +0000)]
Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't
write their datafork so it appears safe.

25 years agoAllow for 12 arguments max, in stead of 8. Untested.
Jack Jansen [Fri, 3 Dec 1999 23:35:47 +0000 (23:35 +0000)]
Allow for 12 arguments max, in stead of 8. Untested.

25 years agoCorrect the docstring for byteswap(); error noted by Bernhard Reiter
Fred Drake [Fri, 3 Dec 1999 17:15:30 +0000 (17:15 +0000)]
Correct the docstring for byteswap(); error noted by Bernhard Reiter
<bernhard@uwm.edu>.

Added a check that no parameters were passed to byteswap(); previously
allowed any parameters you happened to pass.

25 years ago[from 1999-11-04]
Greg Ward [Fri, 3 Dec 1999 16:18:56 +0000 (16:18 +0000)]
[from 1999-11-04]
Bunch of little bug fixes that appeared in building non-packagized
distributions.  Mainly:
  - brain-slip typo in 'get_package_dir()'
  - don't try to os.path.join() an empty path tuple -- it doesn't like it
  - more type-safety in 'build_module()'

25 years agoDefault schedparams set to (0,0): no event-intervention by Python mainloop. This
Jack Jansen [Fri, 3 Dec 1999 16:08:50 +0000 (16:08 +0000)]
Default schedparams set to (0,0): no event-intervention by Python mainloop. This
was always meant to be the default, and the new example-2 was pretty critical
of this.

25 years agoStandalone.html is long obsolete. Added description of BuildApplication
Jack Jansen [Fri, 3 Dec 1999 16:00:20 +0000 (16:00 +0000)]
Standalone.html is long obsolete. Added description of BuildApplication
process to freezing.html.

25 years agoNew examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip
Jack Jansen [Fri, 3 Dec 1999 15:15:28 +0000 (15:15 +0000)]
New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip
module.

25 years agoGive a warning if system-wide sys.argv processing is off (because then we
Jack Jansen [Thu, 2 Dec 1999 22:52:12 +0000 (22:52 +0000)]
Give a warning if system-wide sys.argv processing is off (because then we
may have missed an applet being dropped on us). This may fix the obscure bug
Tony Ingraldi was experiencing.

25 years agoLast try, think I got it now.
Barry Warsaw [Wed, 1 Dec 1999 23:40:01 +0000 (23:40 +0000)]
Last try, think I got it now.

25 years agoOnce more
Barry Warsaw [Wed, 1 Dec 1999 23:38:27 +0000 (23:38 +0000)]
Once more

25 years agoOnce more
Barry Warsaw [Wed, 1 Dec 1999 23:38:03 +0000 (23:38 +0000)]
Once more

25 years agoUrg!
Barry Warsaw [Wed, 1 Dec 1999 23:36:42 +0000 (23:36 +0000)]
Urg!

25 years agomore trivial stuff to test CVS -- should be the last?
Barry Warsaw [Wed, 1 Dec 1999 23:30:46 +0000 (23:30 +0000)]
more trivial stuff to test CVS -- should be the last?

25 years agotesting CVS once more
Barry Warsaw [Wed, 1 Dec 1999 23:29:10 +0000 (23:29 +0000)]
testing CVS once more

25 years agotesting CVS
Barry Warsaw [Wed, 1 Dec 1999 23:25:55 +0000 (23:25 +0000)]
testing CVS

25 years agotesting CVS
Barry Warsaw [Wed, 1 Dec 1999 23:23:32 +0000 (23:23 +0000)]
testing CVS

25 years agotesting CVS
Barry Warsaw [Wed, 1 Dec 1999 23:01:50 +0000 (23:01 +0000)]
testing CVS

25 years agotesting CVS
Barry Warsaw [Wed, 1 Dec 1999 22:55:28 +0000 (22:55 +0000)]
testing CVS

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:53:10 +0000 (22:53 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:52:19 +0000 (22:52 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:47:14 +0000 (22:47 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:46:09 +0000 (22:46 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:43:04 +0000 (22:43 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:38:59 +0000 (22:38 +0000)]
Minor change to test new CVS reporting

25 years agoMinor change to test new CVS reporting
Barry Warsaw [Wed, 1 Dec 1999 22:34:42 +0000 (22:34 +0000)]
Minor change to test new CVS reporting

25 years agoUpdate link to PythonWare library page.
Fred Drake [Wed, 1 Dec 1999 18:44:09 +0000 (18:44 +0000)]
Update link to PythonWare library page.