]> granicus.if.org Git - python/log
python
25 years agoupdated 'vers' resource -- jvr
Just van Rossum [Sat, 27 Feb 1999 15:59:31 +0000 (15:59 +0000)]
updated 'vers' resource -- jvr

25 years agoreverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE...
Just van Rossum [Sat, 27 Feb 1999 15:58:47 +0000 (15:58 +0000)]
reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE's resource file, just like the other applets -- jvr

25 years agoadded Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will be...
Just van Rossum [Sat, 27 Feb 1999 15:53:26 +0000 (15:53 +0000)]
added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will be 'Pide' -- jvr

25 years agoSet the signature for the IDE "by hand", the bundle is already included in the
Jack Jansen [Sat, 27 Feb 1999 15:24:02 +0000 (15:24 +0000)]
Set the signature for the IDE "by hand", the bundle is already included in the
PythonEngine applet template.

25 years agoMoved all three bundles (for interpreter, applets and IDE) into bundle.rsrc.
Jack Jansen [Sat, 27 Feb 1999 15:23:01 +0000 (15:23 +0000)]
Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc.

25 years agoadded "dummy" makeopenwindowsmenu method to simplify making a standalone W app -...
Just van Rossum [Fri, 26 Feb 1999 21:30:19 +0000 (21:30 +0000)]
added "dummy" makeopenwindowsmenu method to simplify making a standalone W app -- jvr

25 years agoopen res file(s) read only; upped __version__ -- jvr
Just van Rossum [Fri, 26 Feb 1999 21:19:50 +0000 (21:19 +0000)]
open res file(s) read only; upped __version__ -- jvr

26 years agoextract_tb(): Only describe this function once. Problem reported by
Fred Drake [Fri, 26 Feb 1999 18:51:21 +0000 (18:51 +0000)]
extract_tb():  Only describe this function once.  Problem reported by
       Jonathan Giddy <jon@dgs.monash.edu.au>.

26 years agoTypo: "Availabilty" --> "Availability"
Fred Drake [Fri, 26 Feb 1999 14:05:02 +0000 (14:05 +0000)]
Typo: "Availabilty" --> "Availability"
Thanks to /F!

26 years agoadded slight delay in Scrollbar.click() for more intuitive response -- jvr
Just van Rossum [Thu, 25 Feb 1999 23:00:43 +0000 (23:00 +0000)]
added slight delay in Scrollbar.click() for more intuitive response -- jvr

26 years agofixed "crashing" bug when scripts folder as stored in prefs file does not exist.
Just van Rossum [Thu, 25 Feb 1999 22:33:05 +0000 (22:33 +0000)]
fixed "crashing" bug when scripts folder as stored in prefs file does not exist.

26 years agoUncommented AskYesNoCancel docstring (how did it get commented in the first place?)
Jack Jansen [Thu, 25 Feb 1999 22:05:45 +0000 (22:05 +0000)]
Uncommented AskYesNoCancel docstring (how did it get commented in the first place?)

26 years agohttp_error had the 'data is None' test backwards. don't call with the
Jeremy Hylton [Thu, 25 Feb 1999 16:14:58 +0000 (16:14 +0000)]
http_error had the 'data is None' test backwards.  don't call with the
extra argument if data is None.

26 years agochange indentation from 8 spaces to 4 spaces
Jeremy Hylton [Thu, 25 Feb 1999 16:12:12 +0000 (16:12 +0000)]
change indentation from 8 spaces to 4 spaces

26 years agopleasing the tabnanny
Jeremy Hylton [Thu, 25 Feb 1999 15:59:54 +0000 (15:59 +0000)]
pleasing the tabnanny

26 years agoOops, one more "x, y, z" to convert...
Fred Drake [Thu, 25 Feb 1999 14:26:02 +0000 (14:26 +0000)]
Oops, one more "x, y, z" to convert...

26 years agoAdjusted comment at the top to be less confusing, following Fredrik
Fred Drake [Thu, 25 Feb 1999 14:24:22 +0000 (14:24 +0000)]
Adjusted comment at the top to be less confusing, following Fredrik
Lundh's example.

Converted comment to docstring.

26 years agoAdded note about comments, from Christopher Petrilli.
Fred Drake [Wed, 24 Feb 1999 22:36:44 +0000 (22:36 +0000)]
Added note about comments, from Christopher Petrilli.

26 years agoUpdate some of the top comments and shorten title of the first
Fred Drake [Wed, 24 Feb 1999 19:57:14 +0000 (19:57 +0000)]
Update some of the top comments and shorten title of the first
section.

26 years agoMoved whatsound to lib-old/, since it was declared obsolete and is documented
Fred Drake [Wed, 24 Feb 1999 18:59:24 +0000 (18:59 +0000)]
Moved whatsound to lib-old/, since it was declared obsolete and is documented
as such.

26 years agoUse sndhdr instead of the obsolete whatsound module.
Fred Drake [Wed, 24 Feb 1999 18:49:15 +0000 (18:49 +0000)]
Use sndhdr instead of the obsolete whatsound module.

26 years agoWhen performing a POST request, i.e. when the second argument to
Jeremy Hylton [Wed, 24 Feb 1999 18:42:38 +0000 (18:42 +0000)]
When performing a POST request, i.e. when the second argument to
urlopen is used to specify form data, make sure the second argument is
threaded through all of the http_error_NNN calls.  This allows error
handlers like the redirect and authorization handlers to properly
re-start the connection.

26 years agoignore_from_idx(): Fixed bug in regular expression.
Fred Drake [Wed, 24 Feb 1999 18:39:47 +0000 (18:39 +0000)]
ignore_from_idx():  Fixed bug in regular expression.

26 years agoAdd target for modindex.html; a combined lib+mac module index. Also
Fred Drake [Wed, 24 Feb 1999 17:34:12 +0000 (17:34 +0000)]
Add target for modindex.html; a combined lib+mac module index.  Also
built with target "all".

26 years agoScript to combine module index files. Given a list of files that look
Fred Drake [Wed, 24 Feb 1999 17:33:07 +0000 (17:33 +0000)]
Script to combine module index files.  Given a list of files that look
like modindex.html, create a combined modindex.html file that lists
all the modules.  Takes the same parameters as buildindex.py.

26 years agoIgnore a file called modindex.html.
Fred Drake [Wed, 24 Feb 1999 17:13:54 +0000 (17:13 +0000)]
Ignore a file called modindex.html.

26 years agoprocess_nodes(): New function.
Fred Drake [Wed, 24 Feb 1999 16:36:48 +0000 (16:36 +0000)]
process_nodes():  New function.

main():  Moved the node processing between input and ouptut to
 process_nodes().

26 years agoPatch by Lars Wirzenius:
Guido van Rossum [Wed, 24 Feb 1999 16:25:17 +0000 (16:25 +0000)]
Patch by Lars Wirzenius:

o the initial comment is wrong: creating messages is already
  implemented

o Message.getbodytext: if the mail or it's part contains an
  empty content-transfer-encoding header, the code used to
  break; the change below treats an empty encoding value the same
  as the other types that do not need decoding

o SubMessage.getbodytext was missing the decode argument; the
  change below adds it; I also made it unconditionally return
  the raw text if decoding was not desired, because my own
  routines needed that (and it was easier than rewriting my
  own routines ;-)

26 years ago(initerrors): Make sure that the exception tuples ("base-classes" when
Barry Warsaw [Wed, 24 Feb 1999 00:35:43 +0000 (00:35 +0000)]
(initerrors): Make sure that the exception tuples ("base-classes" when
string-based exceptions are used) reflect the real class hierarchy,
i.e. that SystemExit derives from Exception not StandardError.

26 years agoDocument the correct class hierarchy for SystemExit. It is not an
Barry Warsaw [Wed, 24 Feb 1999 00:27:39 +0000 (00:27 +0000)]
Document the correct class hierarchy for SystemExit.  It is not an
error and so it derives from Exception and not SystemError.  The
docstring was incorrect but the implementation was fine.

26 years agoDocument the correct class hierarchy for SystemExit. It is not an
Barry Warsaw [Wed, 24 Feb 1999 00:27:14 +0000 (00:27 +0000)]
Document the correct class hierarchy for SystemExit.  It is not an
error and so it derives from Exception and not SystemError.

26 years agoAdd import sys, needed by reference to sys.exc_info() in rmtree().
Guido van Rossum [Tue, 23 Feb 1999 23:07:51 +0000 (23:07 +0000)]
Add import sys, needed by reference to sys.exc_info() in rmtree().
Discovered by Mitch Chapman.

26 years agoScript to help identify undocumented modules. Use -h or --help for
Fred Drake [Tue, 23 Feb 1999 23:07:48 +0000 (23:07 +0000)]
Script to help identify undocumented modules.  Use -h or --help for
usage information.

26 years agoDictionaries are created using the "{...}" notation, not the "..."
Fred Drake [Tue, 23 Feb 1999 18:50:38 +0000 (18:50 +0000)]
Dictionaries are created using the "{...}" notation, not the "..."
notation.  Problem reported by Magnus L. Hetland <mlh@idt.ntnu.no>.

26 years ago# Typo in docstring (Retrun -> Return).
Guido van Rossum [Tue, 23 Feb 1999 18:34:43 +0000 (18:34 +0000)]
# Typo in docstring (Retrun -> Return).

26 years ago# the usual
Guido van Rossum [Tue, 23 Feb 1999 18:07:51 +0000 (18:07 +0000)]
# the usual

26 years agoNow that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol
Guido van Rossum [Tue, 23 Feb 1999 18:07:31 +0000 (18:07 +0000)]
Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol
disappears.  It wasn't used anywhere anyway...

26 years agoCarefully check for overflow when allocating the memory for fromfile
Guido van Rossum [Tue, 23 Feb 1999 18:05:22 +0000 (18:05 +0000)]
Carefully check for overflow when allocating the memory for fromfile
-- someone tried to pass in sys.maxint and got bitten by the bogus
calculations.

26 years agoGet rid of AC_CHECK_LIB(m, pow) since this is taken care of later with
Guido van Rossum [Tue, 23 Feb 1999 18:00:56 +0000 (18:00 +0000)]
Get rid of AC_CHECK_LIB(m, pow) since this is taken care of later with
LIBM (from --with-libm=...); this actually broke the customizability
offered by the latter option.  Thanks go to Clay Spence for reporting
this.

26 years ago1. Print the error message (carefully) when a dl.open() fails in verbose mode.
Guido van Rossum [Tue, 23 Feb 1999 17:58:48 +0000 (17:58 +0000)]
1. Print the error message (carefully) when a dl.open() fails in verbose mode.
2. When no test case worked, raise ImportError instead of failing.

26 years ago1. Clarify that immutability isn't entirely the same as unchangeable
Guido van Rossum [Tue, 23 Feb 1999 16:40:55 +0000 (16:40 +0000)]
1. Clarify that immutability isn't entirely the same as unchangeable
value (because of immutable containers containing mutable objects).

2. Document that func_code, func_defaults and func_doc / __doc__ are
now writable.

26 years agoPatch by Tim Peters to improve the range checks for range() and
Guido van Rossum [Tue, 23 Feb 1999 16:11:01 +0000 (16:11 +0000)]
Patch by Tim Peters to improve the range checks for range() and
xrange(), especially for platforms where int and long are different
sizes (so sys.maxint isn't actually the theoretical limit for the
length of a list, but the largest C int is -- sys.maxint is the
largest Python int, which is actually a C long).

26 years ago1. Augment the DG/UX rule so it doesn't break the BeOS build.
Guido van Rossum [Tue, 23 Feb 1999 15:43:15 +0000 (15:43 +0000)]
1. Augment the DG/UX rule so it doesn't break the BeOS build.
2. Add $(EXE) to various occurrences of python so it will work on
   Cygwin with egcs (after setting EXE=.exe).  These patches by
   Norman Vine.

26 years agoAccording to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the
Guido van Rossum [Tue, 23 Feb 1999 04:14:32 +0000 (04:14 +0000)]
According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the
list (of bsd variants that have a different lock structure).

26 years agoAccording to Jeffrey Honig, bsd/os 4.0 should be added to the list.
Guido van Rossum [Tue, 23 Feb 1999 04:13:37 +0000 (04:13 +0000)]
According to Jeffrey Honig, bsd/os 4.0 should be added to the list.

26 years agoPatch by Tadayoshi Funaba (with some changes) to be smarter about
Guido van Rossum [Tue, 23 Feb 1999 00:00:10 +0000 (00:00 +0000)]
Patch by Tadayoshi Funaba (with some changes) to be smarter about
guessing what happened when strftime() returns 0.  Is it buffer
overflow or was the result simply 0 bytes long?  (This happens for an
empty format string, or when the format string is a single %Z and the
timezone is unknown.)  if the buffer is at least 256 times as long as
the format, assume the latter.

26 years agoIncorporated updates to describe geturl() by Sjoerd Mullender
Fred Drake [Mon, 22 Feb 1999 22:42:14 +0000 (22:42 +0000)]
Incorporated updates to describe geturl() by Sjoerd Mullender
<Sjoerd.Mullender@cwi.nl>.

26 years agoAs Des Barry points out, we need to call pathname2url(file) in two
Guido van Rossum [Mon, 22 Feb 1999 19:01:42 +0000 (19:01 +0000)]
As Des Barry points out, we need to call pathname2url(file) in two
calls to addinfourl() in open_file().

26 years agoAdded note about *static* after description of *shared*.
Fred Drake [Mon, 22 Feb 1999 18:21:17 +0000 (18:21 +0000)]
Added note about *static* after description of *shared*.

26 years agoDocument *static* -- in two places!
Guido van Rossum [Mon, 22 Feb 1999 18:11:18 +0000 (18:11 +0000)]
Document *static* -- in two places!

26 years agoRefer to the right RFC in the intro.
Fred Drake [Mon, 22 Feb 1999 17:12:42 +0000 (17:12 +0000)]
Refer to the right RFC in the intro.

26 years agoWe don't support leap seconds, so the seconds field of a time 9-tuple
Guido van Rossum [Mon, 22 Feb 1999 16:19:52 +0000 (16:19 +0000)]
We don't support leap seconds, so the seconds field of a time 9-tuple
should be in the range [0-59].  Noted by Tadayoshi Funaba.

26 years agoIn atoi(), don't use isxdigit() to test whether the last character
Guido van Rossum [Mon, 22 Feb 1999 16:18:44 +0000 (16:18 +0000)]
In atoi(), don't use isxdigit() to test whether the last character
converted was a "digit" -- use isalnum().  This test is there only to
guard against "+" or "-" being interpreted as a valid int literal.
Reported by Takahiro Nakayama.

26 years agoReflect the released version.
Fred Drake [Mon, 22 Feb 1999 15:58:09 +0000 (15:58 +0000)]
Reflect the released version.

26 years agoAs Finn Bock points out, _P_WAIT etc. don't have a leading underscore
Guido van Rossum [Mon, 22 Feb 1999 15:40:34 +0000 (15:40 +0000)]
As Finn Bock points out, _P_WAIT etc. don't have a leading underscore
so they don't need to be treated specially here.

26 years agoTypo: "apparentlt" --> "apparently"
Fred Drake [Mon, 22 Feb 1999 15:38:58 +0000 (15:38 +0000)]
Typo:  "apparentlt" --> "apparently"

26 years agoSteve Clift pointed out that 'file' allows a netloc.
Guido van Rossum [Mon, 22 Feb 1999 15:38:46 +0000 (15:38 +0000)]
Steve Clift pointed out that 'file' allows a netloc.

26 years agoThe docstring for ttyname(..) claims a second "mode" argument. The
Guido van Rossum [Mon, 22 Feb 1999 15:29:15 +0000 (15:29 +0000)]
The docstring for ttyname(..) claims a second "mode" argument. The
actual code does not allow such an argument.  (Finn Bock.)

26 years agoDang. Even though this is obsolete code, somebody found a bug, and I
Guido van Rossum [Mon, 22 Feb 1999 15:19:47 +0000 (15:19 +0000)]
Dang.  Even though this is obsolete code, somebody found a bug, and I
fix it.  Oh well.

26 years agoRemoved "This will be discussed later." where it's not. Reported by
Fred Drake [Mon, 22 Feb 1999 14:55:46 +0000 (14:55 +0000)]
Removed "This will be discussed later." where it's not.  Reported by
Clay Spence <cspence@sarnoff.com>; see entry in ../TODO.

26 years agoOther chapter titles refer to collections of modules as "Services"; do
Fred Drake [Mon, 22 Feb 1999 14:48:00 +0000 (14:48 +0000)]
Other chapter titles refer to collections of modules as "Services"; do
the same here.

26 years agoNoted report of missing material in the extending & embedding manual,
Fred Drake [Mon, 22 Feb 1999 14:37:18 +0000 (14:37 +0000)]
Noted report of missing material in the extending & embedding manual,
as reported by Clay Spence <cspence@sarnoff.com>.

26 years agoRevised description of blank line handling for the interpreter, based
Fred Drake [Mon, 22 Feb 1999 14:32:18 +0000 (14:32 +0000)]
Revised description of blank line handling for the interpreter, based
on a comment from /F.

26 years agoBabylMailbox description: Properly escape the backslashes in the
Fred Drake [Mon, 22 Feb 1999 14:26:16 +0000 (14:26 +0000)]
BabylMailbox description:  Properly escape the backslashes in the
string representations.

26 years agoOops, used a \label twice - fix one of them.
Fred Drake [Mon, 22 Feb 1999 14:14:48 +0000 (14:14 +0000)]
Oops, used a \label twice - fix one of them.

26 years agoMore reasonable section titles.
Fred Drake [Mon, 22 Feb 1999 13:45:09 +0000 (13:45 +0000)]
More reasonable section titles.

26 years agoShorten section title.
Fred Drake [Sat, 20 Feb 1999 05:20:49 +0000 (05:20 +0000)]
Shorten section title.

26 years agoAdded descriptions for BabylMailbox and Maildir (Qmail) mailbox
Fred Drake [Sat, 20 Feb 1999 05:04:59 +0000 (05:04 +0000)]
Added descriptions for BabylMailbox and Maildir (Qmail) mailbox
objects.

26 years agoShorten section title.
Fred Drake [Sat, 20 Feb 1999 04:51:16 +0000 (04:51 +0000)]
Shorten section title.

26 years agoShorten a few section titles.
Fred Drake [Sat, 20 Feb 1999 00:14:17 +0000 (00:14 +0000)]
Shorten a few section titles.

26 years agoGive subsections reasonable file names in the HTML.
Fred Drake [Fri, 19 Feb 1999 23:48:05 +0000 (23:48 +0000)]
Give subsections reasonable file names in the HTML.

26 years agoAdded an index entry.
Fred Drake [Fri, 19 Feb 1999 23:45:06 +0000 (23:45 +0000)]
Added an index entry.

26 years agodo_cmd_arabic(): Override the l2h-provided version to remove that
Fred Drake [Fri, 19 Feb 1999 23:04:59 +0000 (23:04 +0000)]
do_cmd_arabic():  Override the l2h-provided version to remove that
obnoxious <SPAN CLASS="arabic">...</SPAN> markup.

26 years agoSpecify the sizes of H? relative to the normal font size as
Fred Drake [Fri, 19 Feb 1999 23:03:04 +0000 (23:03 +0000)]
Specify the sizes of H? relative to the normal font size as
percentages; using "large", "x-large" makes them too big for
some troublemakers.  ;-)

(Not specifying them at all causes some browsers to make them the same
size as normal text.  ;-(  )

26 years agoShortened the short synopsis -- too long.
Fred Drake [Fri, 19 Feb 1999 22:59:56 +0000 (22:59 +0000)]
Shortened the short synopsis -- too long.

26 years agoUse more current approach to recording authors.
Fred Drake [Fri, 19 Feb 1999 22:56:08 +0000 (22:56 +0000)]
Use more current approach to recording authors.

26 years agoShortened the short synopsis -- way too long.
Fred Drake [Fri, 19 Feb 1999 22:33:51 +0000 (22:33 +0000)]
Shortened the short synopsis -- way too long.

26 years agoFix an amazing number of typos & malformed sentences reported by Detlef
Fred Drake [Fri, 19 Feb 1999 17:54:10 +0000 (17:54 +0000)]
Fix an amazing number of typos & malformed sentences reported by Detlef
Lannert <lannert@uni-duesseldorf.de>.

26 years agoNoted that the module was added in 1.5.2.
Fred Drake [Fri, 19 Feb 1999 15:46:38 +0000 (15:46 +0000)]
Noted that the module was added in 1.5.2.

26 years agoUpdate description of what modules "look like" when printed.
Fred Drake [Fri, 19 Feb 1999 15:30:25 +0000 (15:30 +0000)]
Update description of what modules "look like" when printed.

26 years agoUse current approach to record documentation author.
Fred Drake [Thu, 18 Feb 1999 21:13:03 +0000 (21:13 +0000)]
Use current approach to record documentation author.

26 years agoRecord module & documentation author.
Fred Drake [Thu, 18 Feb 1999 21:10:32 +0000 (21:10 +0000)]
Record module & documentation author.

26 years agoDocumentation for pyclbr and tokenize modules.
Fred Drake [Thu, 18 Feb 1999 21:06:50 +0000 (21:06 +0000)]
Documentation for pyclbr and tokenize modules.

26 years agoBow to font-lock at the end of the docstring, since it throws stuff
Fred Drake [Thu, 18 Feb 1999 20:51:50 +0000 (20:51 +0000)]
Bow to font-lock at the end of the docstring, since it throws stuff
off.

Make sure the path paramter to readmodule() is a list before adding it
with sys.path, or the addition could fail.

26 years agoAdded sections for pyclbr and tokenize.
Fred Drake [Thu, 18 Feb 1999 20:40:26 +0000 (20:40 +0000)]
Added sections for pyclbr and tokenize.

26 years agoRemove the "Parsing Python" section. Hurray!
Fred Drake [Thu, 18 Feb 1999 20:39:44 +0000 (20:39 +0000)]
Remove the "Parsing Python" section.  Hurray!

26 years agoMore files.
Fred Drake [Thu, 18 Feb 1999 20:39:04 +0000 (20:39 +0000)]
More files.

26 years agoMark <verbatim> elements that represent interactive sessions; these
Fred Drake [Thu, 18 Feb 1999 16:32:21 +0000 (16:32 +0000)]
Mark <verbatim> elements that represent interactive sessions; these
become <interpreter-session> elements.

26 years agoMinor adjustments to reflect esis2sgml.py changes.
Fred Drake [Thu, 18 Feb 1999 16:31:05 +0000 (16:31 +0000)]
Minor adjustments to reflect esis2sgml.py changes.

Added "esis" target to only generate the ESIS data.

26 years agoSome adjustments, mostly to make it more general.
Fred Drake [Thu, 18 Feb 1999 16:30:16 +0000 (16:30 +0000)]
Some adjustments, mostly to make it more general.

26 years agoMake the _rmtt regular expression deal with the new CSS-friendly
Fred Drake [Thu, 18 Feb 1999 16:11:12 +0000 (16:11 +0000)]
Make the _rmtt regular expression deal with the new CSS-friendly
changes to the HTML documentation.

26 years agoAdd notes to __builtin__.float() and string.atof() that the NaN and Inf
Fred Drake [Thu, 18 Feb 1999 16:08:36 +0000 (16:08 +0000)]
Add notes to __builtin__.float() and string.atof() that the NaN and Inf
results are possible but non-portable.

26 years agoThis commit was manufactured by cvs2svn to create tag 'r152b2'. v1.5.2b2
cvs2svn [Thu, 18 Feb 1999 16:04:35 +0000 (16:04 +0000)]
This commit was manufactured by cvs2svn to create tag 'r152b2'.

26 years agoUpdated for 1.5.2b2 release.
Guido van Rossum [Thu, 18 Feb 1999 16:04:35 +0000 (16:04 +0000)]
Updated for 1.5.2b2 release.

26 years agoNew in 1.5.2b2.
Guido van Rossum [Thu, 18 Feb 1999 16:02:20 +0000 (16:02 +0000)]
New in 1.5.2b2.

26 years agoCouple of new names.
Guido van Rossum [Thu, 18 Feb 1999 16:01:43 +0000 (16:01 +0000)]
Couple of new names.

26 years agoComment out confusing write call.
Guido van Rossum [Thu, 18 Feb 1999 14:22:05 +0000 (14:22 +0000)]
Comment out confusing write call.

26 years agoUpdate note about the (...) format specifier for PyArg_ParseTuple().
Fred Drake [Thu, 18 Feb 1999 03:50:01 +0000 (03:50 +0000)]
Update note about the (...) format specifier for PyArg_ParseTuple().

26 years agoatof() description: Add information about accepting 'NaN' to produce
Fred Drake [Thu, 18 Feb 1999 03:49:20 +0000 (03:49 +0000)]
atof() description:  Add information about accepting 'NaN' to produce
the NaN value.

26 years agoSome new stuff. Get the HTML docs via a new variable.
Guido van Rossum [Wed, 17 Feb 1999 23:53:35 +0000 (23:53 +0000)]
Some new stuff.  Get the HTML docs via a new variable.
Comment out freeze script (doesn't work at all).
Add dialog to get program manager group.