]> granicus.if.org Git - python/log
python
27 years agoFixed index references to modules.
Fred Drake [Mon, 15 Dec 1997 21:59:33 +0000 (21:59 +0000)]
Fixed index references to modules.

Placed references closer to usage.

27 years agoFixed index references to modules.
Fred Drake [Mon, 15 Dec 1997 21:56:05 +0000 (21:56 +0000)]
Fixed index references to modules.

27 years agoChanged illegal \stmodindex{} to \refstmodindex{}, added index reference
Fred Drake [Mon, 15 Dec 1997 21:42:51 +0000 (21:42 +0000)]
Changed illegal \stmodindex{} to \refstmodindex{}, added index reference
to the stat module.

27 years agoAdded some module references to the index.
Fred Drake [Mon, 15 Dec 1997 21:40:15 +0000 (21:40 +0000)]
Added some module references to the index.

27 years agoAdded definitions of \refbimodindex{} and \refstmodindex{}, which should be
Fred Drake [Mon, 15 Dec 1997 21:37:45 +0000 (21:37 +0000)]
Added definitions of \refbimodindex{} and \refstmodindex{}, which should be
used to add index references for built-in and standard modules, respectively.

Modified \bimodindex{} and \stmodindex{} to make the page number bold, to
allow the defining instance of a module to stand out in the index.

Check-ins which fix improper use of \bimodindex{} and \stmodindex{} will be
made as fixes are applied.  Misc. indexing updates will occur as a side
effect in some cases.

27 years agoAt the top, made it clear that the \bimodindex{} and \stmodindex{} are only
Fred Drake [Mon, 15 Dec 1997 21:20:03 +0000 (21:20 +0000)]
At the top, made it clear that the \bimodindex{} and \stmodindex{} are only
used for the defining entry for the module, not every index reference.

27 years agoOn NT, use a better template, ~XXX- where XXX is os.getpid().
Guido van Rossum [Mon, 15 Dec 1997 19:11:53 +0000 (19:11 +0000)]
On NT, use a better template, ~XXX- where XXX is os.getpid().

27 years agoAdd note about having to add some files to the VC 4.2 files.
Guido van Rossum [Mon, 15 Dec 1997 18:31:32 +0000 (18:31 +0000)]
Add note about having to add some files to the VC 4.2 files.

27 years agoPatch by Oliver Andrich for Lunix using glibc.
Guido van Rossum [Mon, 15 Dec 1997 18:07:10 +0000 (18:07 +0000)]
Patch by Oliver Andrich for Lunix using glibc.

27 years agoMove %x test to nonstandard section because it appears to be locale specific.
Guido van Rossum [Mon, 15 Dec 1997 18:06:19 +0000 (18:06 +0000)]
Move %x test to nonstandard section because it appears to be locale specific.

27 years agoUntested change to include gmp-mparam.h instead of gmp-impl.h.
Guido van Rossum [Mon, 15 Dec 1997 17:55:53 +0000 (17:55 +0000)]
Untested change to include gmp-mparam.h instead of gmp-impl.h.
Chris Lawrence <quango@ix.netcom.com>

27 years agoregex -> re
Guido van Rossum [Mon, 15 Dec 1997 17:53:31 +0000 (17:53 +0000)]
regex -> re

27 years agoPatch (by Andrew Kuchling of course) to prevent named back references
Guido van Rossum [Mon, 15 Dec 1997 17:33:24 +0000 (17:33 +0000)]
Patch (by Andrew Kuchling of course) to prevent named back references
in the pattern to wear out the reference count on small integers.

27 years agoAdded tag_prevrange analogous to rag_nextrange.
Guido van Rossum [Mon, 15 Dec 1997 17:31:52 +0000 (17:31 +0000)]
Added tag_prevrange analogous to rag_nextrange.

27 years agoFor base 10, cast unsigned long to long before testing overflow.
Guido van Rossum [Mon, 15 Dec 1997 17:27:35 +0000 (17:27 +0000)]
For base 10, cast unsigned long to long before testing overflow.
This prevents 4294967296 from being an acceptable way to spell zero!

27 years agoBelieve it or not, some people have an empty group database.
Guido van Rossum [Mon, 15 Dec 1997 14:57:19 +0000 (14:57 +0000)]
Believe it or not, some people have an empty group database.
Prevent the test from failing there.

27 years agoChanged \indexsubitem from ({\tt HTMLParser} method) to just
Fred Drake [Fri, 12 Dec 1997 05:34:35 +0000 (05:34 +0000)]
Changed \indexsubitem from ({\tt HTMLParser} method) to just
(HTMLParser method).

This makes it more consistent with other modules.  All three *mllib modules
need this change.

27 years agoChanged \indexsubitem from ({\tt SGMLParser} method) to just
Fred Drake [Fri, 12 Dec 1997 05:33:34 +0000 (05:33 +0000)]
Changed \indexsubitem from ({\tt SGMLParser} method) to just
(SGMLParser method).

This makes it more consistent with other modules.  All three *mllib modules
need this change.

27 years agoChanged \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method).
Fred Drake [Fri, 12 Dec 1997 05:32:31 +0000 (05:32 +0000)]
Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method).

This makes it more consistent with other modules.  All three *mllib modules
need this change.

27 years agoThis commit was manufactured by cvs2svn to create tag 'r15b2'. v1.5b2
cvs2svn [Fri, 12 Dec 1997 00:09:34 +0000 (00:09 +0000)]
This commit was manufactured by cvs2svn to create tag 'r15b2'.

27 years agoChange _nametowidget to nametowidget -- it is a public interface.
Guido van Rossum [Fri, 12 Dec 1997 00:09:34 +0000 (00:09 +0000)]
Change _nametowidget to nametowidget -- it is a public interface.

27 years agoadd_idx(): Don't add unnecessary markup around the little markers stuck in the
Fred Drake [Thu, 11 Dec 1997 21:46:07 +0000 (21:46 +0000)]
add_idx():  Don't add unnecessary markup around the little markers stuck in the
index to cross-references; an image doesn't benefit by being bold!

27 years agoRemove unneeded "import re".
Guido van Rossum [Thu, 11 Dec 1997 21:41:13 +0000 (21:41 +0000)]
Remove unneeded "import re".

27 years agoTyped in the relevant changes since 1.5b1.
Guido van Rossum [Thu, 11 Dec 1997 20:35:47 +0000 (20:35 +0000)]
Typed in the relevant changes since 1.5b1.

27 years agoDoug Marien.
Guido van Rossum [Thu, 11 Dec 1997 20:24:38 +0000 (20:24 +0000)]
Doug Marien.

27 years agoAMK's latest version.
Guido van Rossum [Thu, 11 Dec 1997 20:19:08 +0000 (20:19 +0000)]
AMK's latest version.

27 years agoPrepared the README for 1.5b2.
Guido van Rossum [Thu, 11 Dec 1997 18:01:47 +0000 (18:01 +0000)]
Prepared the README for 1.5b2.

27 years agoUpdate to the Big Comment at the top of the file. It should better
Barry Warsaw [Thu, 11 Dec 1997 17:23:13 +0000 (17:23 +0000)]
Update to the Big Comment at the top of the file.  It should better
explain what the users of the various Emacsen have to do to get this
all working.

27 years agoLast minute fix to Text.window_cget(), which should properly Tcl-ify
Guido van Rossum [Thu, 11 Dec 1997 17:08:52 +0000 (17:08 +0000)]
Last minute fix to Text.window_cget(), which should properly Tcl-ify
the option name (prepend '-', strip trailing '_').

27 years agoMove the dbm module around and add an introductory paragraph for dbm,
Guido van Rossum [Thu, 11 Dec 1997 16:20:36 +0000 (16:20 +0000)]
Move the dbm module around and add an introductory paragraph for dbm,
gdbm and bsddb, as suggested by Skip Montanaro.

27 years agoCopy the change from ../getpathp.c here.
Guido van Rossum [Thu, 11 Dec 1997 15:21:33 +0000 (15:21 +0000)]
Copy the change from ../getpathp.c here.

27 years agoInstaller for beta-2.
Guido van Rossum [Thu, 11 Dec 1997 05:16:20 +0000 (05:16 +0000)]
Installer for beta-2.
Use Program Files, register pythonw.exe to execute .pyw files.

27 years agoupdate the example without the example.def file
Guido van Rossum [Thu, 11 Dec 1997 04:06:04 +0000 (04:06 +0000)]
update the example without the example.def file

27 years agoNew instructions, take VC++ 5.x into account.
Guido van Rossum [Thu, 11 Dec 1997 04:01:25 +0000 (04:01 +0000)]
New instructions, take VC++ 5.x into account.

27 years agoAdding VC 5.x workspace and project files
Guido van Rossum [Thu, 11 Dec 1997 03:43:29 +0000 (03:43 +0000)]
Adding VC 5.x workspace and project files

27 years agoAdded tkappinit.c source, and define WITH_APPINIT.
Guido van Rossum [Thu, 11 Dec 1997 03:42:40 +0000 (03:42 +0000)]
Added tkappinit.c source, and define WITH_APPINIT.

27 years agoyeah, yeah.
Guido van Rossum [Thu, 11 Dec 1997 02:36:42 +0000 (02:36 +0000)]
yeah, yeah.

27 years agoAllocate one byte extra in some cases.
Guido van Rossum [Thu, 11 Dec 1997 02:32:43 +0000 (02:32 +0000)]
Allocate one byte extra in some cases.

27 years agoFix problem detected by Greg McFarlane -- callbacks passed to
Guido van Rossum [Thu, 11 Dec 1997 02:03:55 +0000 (02:03 +0000)]
Fix problem detected by Greg McFarlane -- callbacks passed to
bind_class() and bind_all() are destroyed when the widget to which
they were passed is destroyed.

27 years agoJim Fulton writes:
Guido van Rossum [Wed, 10 Dec 1997 23:40:18 +0000 (23:40 +0000)]
Jim Fulton writes:

The attached patch adds the following behavior to the handling
of REDUCE codes:

- A user-defined type may have a __reduce__ method that returns
  a string rather than a tuple, in which case the object is
  saved as a global object with a name given by the string returned
  by reduce.

  This was a feature added to cPickle a long time ago.

- User-defined types can now support unpickling without
  executing a constructor.

  The second value returned from '__reduce__' can now be None,
  rather than an argument tuple.  On unpickling, if the
  second value returned from '__reduce__' during pickling was
  None, then rather than calling the first value returned from
  '__reduce__', directly, the '__basicnew__' method of the
  first value returned from '__reduce__' is called without
  arguments.

I also got rid of a few of Chris' extra ()s, which he used
to make python ifs look like C ifs.

27 years agoRemove "Lib/test" from the default path; this is now a package!
Guido van Rossum [Wed, 10 Dec 1997 23:38:26 +0000 (23:38 +0000)]
Remove "Lib/test" from the default path; this is now a package!

27 years agoThe 'l' flag (locale specific matching) has been renamed to 'L'.
Guido van Rossum [Wed, 10 Dec 1997 23:05:53 +0000 (23:05 +0000)]
The 'l' flag (locale specific matching) has been renamed to 'L'.

27 years agoAt Barry's suggestion, plug the security leak by using an empty
Guido van Rossum [Wed, 10 Dec 1997 22:59:55 +0000 (22:59 +0000)]
At Barry's suggestion, plug the security leak by using an empty
__builtins__ for all calls to eval().  This still allows someone to
write string.atof("[1]*1000000") (which Jim Fulton worries about) but
effectively disables access to system modules and functions.

27 years agoSince this module is used as a fallback in case no built-in modules
Guido van Rossum [Wed, 10 Dec 1997 22:35:02 +0000 (22:35 +0000)]
Since this module is used as a fallback in case no built-in modules
have been configured, string.atof() should not fail when "import re"
fails (usually because pcre is not there).

This opens up a tiny security hole: *if* an attacker can make "import
re" fail, they can also make string.atof(arbitrary_string) evaluate
the arbitrary string.  Nothing to keep me awake at night...

27 years agoDon't specify base 0 to string.atoi when unpickling integers in text
Guido van Rossum [Wed, 10 Dec 1997 19:36:41 +0000 (19:36 +0000)]
Don't specify base 0 to string.atoi when unpickling integers in text
mode.  The pickler always uses base 10 so the default base should be
fine.  (The base gets us in trouble when there's no strop module, as
the atoi() in string.py only supports base 10.  This is for JPython.)

27 years agoNew names.
Guido van Rossum [Wed, 10 Dec 1997 18:57:35 +0000 (18:57 +0000)]
New names.

27 years agoPlanned release date for 1.5b2.
Guido van Rossum [Wed, 10 Dec 1997 18:56:48 +0000 (18:56 +0000)]
Planned release date for 1.5b2.

27 years agoSupport uue and x-uue as short names for uuencode.
Guido van Rossum [Wed, 10 Dec 1997 18:54:36 +0000 (18:54 +0000)]
Support uue and x-uue as short names for uuencode.

27 years agoDoc strings and reformatting with 4 spaces bty Mitch Chapman.
Guido van Rossum [Wed, 10 Dec 1997 16:17:39 +0000 (16:17 +0000)]
Doc strings and reformatting with 4 spaces bty Mitch Chapman.
Untabified and minor tweaks by me.

27 years agoModified quicksort by Raymund Galvin, after studying the GNU libg++
Guido van Rossum [Wed, 10 Dec 1997 15:14:24 +0000 (15:14 +0000)]
Modified quicksort by Raymund Galvin, after studying the GNU libg++
quicksort.  This should be much faster if there are lots of
duplicates, and otherwise at least as good.

27 years ago# Use proper temp subdir for intermediates.
Guido van Rossum [Wed, 10 Dec 1997 15:12:23 +0000 (15:12 +0000)]
# Use proper temp subdir for intermediates.

27 years agoNeed a cast when comparing type object in isinstance()
Guido van Rossum [Wed, 10 Dec 1997 05:51:47 +0000 (05:51 +0000)]
Need a cast when comparing type object in isinstance()

27 years agoStart calling it 1.5b2
Guido van Rossum [Wed, 10 Dec 1997 05:51:13 +0000 (05:51 +0000)]
Start calling it 1.5b2

27 years agoComment out CODE and DATA statements that are apparently obsolete.
Guido van Rossum [Wed, 10 Dec 1997 05:50:55 +0000 (05:50 +0000)]
Comment out CODE and DATA statements that are apparently obsolete.

27 years agoAdding a new project: pythonw, or WinMain.c, containing a main program
Guido van Rossum [Wed, 10 Dec 1997 05:50:18 +0000 (05:50 +0000)]
Adding a new project: pythonw, or WinMain.c, containing a main program
that doesn't have a console window attached.  stdout/stderr are lost.
This is handy though for things like grail.

27 years agoDocument binary format and __init__-free unpickling. Added a pointer
Guido van Rossum [Tue, 9 Dec 1997 20:45:08 +0000 (20:45 +0000)]
Document binary format and __init__-free unpickling.  Added a pointer
to cPickle.

27 years agoTurn the table for flags into a nested itemized environment.
Guido van Rossum [Tue, 9 Dec 1997 20:41:47 +0000 (20:41 +0000)]
Turn the table for flags into a nested itemized environment.

27 years agoAdd a test for a bad format character.
Guido van Rossum [Tue, 9 Dec 1997 20:37:25 +0000 (20:37 +0000)]
Add a test for a bad format character.

27 years agoAdd explicit check for correct next character in format at end of
Guido van Rossum [Tue, 9 Dec 1997 20:36:39 +0000 (20:36 +0000)]
Add explicit check for correct next character in format at end of
format.  This will complain about illegal formats like "O#" instead of
ignoring the '#'.

27 years agoFix a little mess (Likecode{...} -> Like \code{...}) in recently added text.
Guido van Rossum [Tue, 9 Dec 1997 19:47:24 +0000 (19:47 +0000)]
Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.

27 years agoReference to PYTHONPATH should be PYTHONSTARTUP.
Guido van Rossum [Tue, 9 Dec 1997 19:46:45 +0000 (19:46 +0000)]
Reference to PYTHONPATH should be PYTHONSTARTUP.

27 years agoAdded note about the module's obsolescence.
Guido van Rossum [Tue, 9 Dec 1997 19:45:47 +0000 (19:45 +0000)]
Added note about the module's obsolescence.

27 years ago# Typos in the comments giving the names of two recently added distributions.
Guido van Rossum [Tue, 9 Dec 1997 19:43:18 +0000 (19:43 +0000)]
# Typos in the comments giving the names of two recently added distributions.

27 years agoFix the way the version number is gotten out of the RCS revision.
Guido van Rossum [Tue, 9 Dec 1997 19:39:12 +0000 (19:39 +0000)]
Fix the way the version number is gotten out of the RCS revision.

27 years agoFix the test for pow() -- no more TypeErrors are raised!
Guido van Rossum [Tue, 9 Dec 1997 19:38:39 +0000 (19:38 +0000)]
Fix the test for pow() -- no more TypeErrors are raised!

27 years agoTypo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.
Guido van Rossum [Tue, 9 Dec 1997 19:35:48 +0000 (19:35 +0000)]
Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.

27 years agoLC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES.
Guido van Rossum [Tue, 9 Dec 1997 19:35:11 +0000 (19:35 +0000)]
LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES.

27 years agoGuess... :-)
Guido van Rossum [Tue, 9 Dec 1997 16:56:41 +0000 (16:56 +0000)]
Guess... :-)

27 years agoChecking in ConfigParser.py -- I don't see a reason why this can't be
Guido van Rossum [Tue, 9 Dec 1997 16:10:31 +0000 (16:10 +0000)]
Checking in ConfigParser.py -- I don't see a reason why this can't be
liberated.  This was originally written by Ken and later revamped by
Barry.

27 years agov 0.8.3 -- add an option to suppress URL processing inside <PRE>,
Guido van Rossum [Tue, 9 Dec 1997 16:04:46 +0000 (16:04 +0000)]
v 0.8.3 -- add an option to suppress URL processing inside <PRE>,
by Scott <scott@chronis.icgroup.com>

27 years agolibainstall: Install Modules/Setup.thread in addition to Modules/Setup and
Fred Drake [Tue, 9 Dec 1997 15:18:33 +0000 (15:18 +0000)]
libainstall:  Install Modules/Setup.thread in addition to Modules/Setup and
Modules/Setup.local.

Guido:  I hope this is ok; it seems to make a lot of sense to get the
whole trio of module config files installed as a set rather than
doing it partially.

27 years agoAdded more warnings about ni's demise.
Guido van Rossum [Tue, 9 Dec 1997 15:03:41 +0000 (15:03 +0000)]
Added more warnings about ni's demise.

27 years agoDeleting ni.py; renamed to ni1.py, really.
Guido van Rossum [Tue, 9 Dec 1997 14:58:26 +0000 (14:58 +0000)]
Deleting ni.py; renamed to ni1.py, really.

27 years agoMake close(), and hence __del__(), robust in the light of the world
Guido van Rossum [Tue, 9 Dec 1997 14:18:33 +0000 (14:18 +0000)]
Make close(), and hence __del__(), robust in the light of the world
being destroyed already.

27 years agoFix subtle bug in cleanup code in PyErr_NormalizeException(), detected
Guido van Rossum [Tue, 9 Dec 1997 14:11:39 +0000 (14:11 +0000)]
Fix subtle bug in cleanup code in PyErr_NormalizeException(), detected
by Marc Lemburg.  There's a path through the code where *val is NULL,
but value isn't, and value should be DECREF'ed.

27 years agoMark file names with \file{} instead of \code{}.
Fred Drake [Tue, 9 Dec 1997 03:28:42 +0000 (03:28 +0000)]
Mark file names with \file{} instead of \code{}.

27 years agoDoc strings by Mitch Chapman (with a little reformatting).
Guido van Rossum [Tue, 9 Dec 1997 00:12:23 +0000 (00:12 +0000)]
Doc strings by Mitch Chapman (with a little reformatting).
Also reformatted the whole module with 4 spaces and no tabs.

27 years agoChanged the finalization order again so that the reference count
Guido van Rossum [Mon, 8 Dec 1997 23:43:45 +0000 (23:43 +0000)]
Changed the finalization order again so that the reference count
printing (when Py_DEBUG is defined) happens while there's still a
current thread...

27 years ago(1) call mktime() just before strftime(); it normalizes the buffer and
Guido van Rossum [Mon, 8 Dec 1997 21:56:43 +0000 (21:56 +0000)]
(1) call mktime() just before strftime(); it normalizes the buffer and
may set the timezone name for BSD systems...

(2) fake all of the timezone variables for the mac.

27 years agoUse long() instead of int() to compare mktime(localtime(t) with t...
Guido van Rossum [Mon, 8 Dec 1997 21:48:01 +0000 (21:48 +0000)]
Use long() instead of int() to compare mktime(localtime(t) with t...

27 years agoSeparated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate
Fred Drake [Mon, 8 Dec 1997 21:25:41 +0000 (21:25 +0000)]
Separated the definitions of ntohs(), ntohl(), htons(), htonl().  Separate
descriptions really make things look a bit better, and should improve the
ability to re-purpose the content.

27 years agoAdded Emacs turd so this file has the correct mode in Emacs / X/Emacs, even
Fred Drake [Mon, 8 Dec 1997 20:59:54 +0000 (20:59 +0000)]
Added Emacs turd so this file has the correct mode in Emacs / X/Emacs, even
if you don't have .perl in your mode table.

27 years agoAdded Emacs turd so this file has the correct mode in Emacs / X/Emacs.
Fred Drake [Mon, 8 Dec 1997 20:58:13 +0000 (20:58 +0000)]
Added Emacs turd so this file has the correct mode in Emacs / X/Emacs.

clean_key():  Override the standard LaTeX2HTML clean_key() to remove a
leading HTML tag, if present.  This broke the indexes for the library
reference (at least) since many of the strings began with <code> or
something similar.

27 years agoUpdated the README to the current status. Added a note about the
Guido van Rossum [Mon, 8 Dec 1997 20:51:26 +0000 (20:51 +0000)]
Updated the README to the current status.  Added a note about the
"times" option.

27 years agoNew version from AMK -- with minor corrections to make it legal latex.
Guido van Rossum [Mon, 8 Dec 1997 17:33:40 +0000 (17:33 +0000)]
New version from AMK -- with minor corrections to make it legal latex.

27 years agoNew pcre version from AMK
Guido van Rossum [Mon, 8 Dec 1997 17:15:20 +0000 (17:15 +0000)]
New pcre version from AMK

27 years agoNew re version from AMK
Guido van Rossum [Mon, 8 Dec 1997 17:12:06 +0000 (17:12 +0000)]
New re version from AMK

27 years agoFixed SFT #23842: leave in non-standard style options when checking in an
Fred Drake [Mon, 8 Dec 1997 15:48:35 +0000 (15:48 +0000)]
Fixed SFT #23842:  leave in non-standard style options when checking in an
update.  ;-(

27 years agoRemove the last bits of log from the leading comments.
Guido van Rossum [Mon, 8 Dec 1997 15:16:08 +0000 (15:16 +0000)]
Remove the last bits of log from the leading comments.

27 years agoJim Fulton:
Guido van Rossum [Mon, 8 Dec 1997 15:15:16 +0000 (15:15 +0000)]
Jim Fulton:

        - Loading non-binary string pickles checks for insecure
          strings. This is needed because cPickle (still)
          uses a restricted eval to parse non-binary string pickles.
          This change is needed to prevent untrusted
          pickles like::

            "S'hello world'*2000000\012p0\012."

          from hosing an application.

        - User-defined types can now support unpickling without
          executing a constructor.

          The second value returned from __reduce__ can now be None,
          rather than an argument tuple. On unpickling, if the second
          value returned from __reduce__ during pickling was None, then
          rather than calling the first value returned from __reduce__,
          directly, the __basicnew__ method of the first value returned
          from __reduce__ is called without arguments.

27 years agoFor RedHat Linux 5.0, added notes about needing to remove the LinuxThreads
Fred Drake [Mon, 8 Dec 1997 14:10:40 +0000 (14:10 +0000)]
For RedHat Linux 5.0, added notes about needing to remove the LinuxThreads
package, and -lcrypt for the crypt module.

27 years agoAdd special handling for Python modules that are imported implicitly
Guido van Rossum [Mon, 8 Dec 1997 05:01:06 +0000 (05:01 +0000)]
Add special handling for Python modules that are imported implicitly
by the Python runtime: 'site' and 'exceptions'.

27 years agoApply the same change to classes without an __getinitargs__() method
Guido van Rossum [Sun, 7 Dec 1997 16:18:22 +0000 (16:18 +0000)]
Apply the same change to classes without an __getinitargs__() method
as in pickle: the new instance is created without calling __init__().

27 years agoSome reorganization (all limit operations & constants together, and all usage
Fred Drake [Sat, 6 Dec 1997 07:25:41 +0000 (07:25 +0000)]
Some reorganization (all limit operations & constants together, and all usage
functions and constants together).

Make explicit datadesc sections for each of the constants which might appear,
and have a description of each.  (Descriptions are based on the Linux
documentation and sources and the Solaris man pages.)

Hopefully Jeremy won't mind, because I didn't ask.  ;-)

27 years agoSome manipulations with tags to get the TOC and Index to look better
Guido van Rossum [Sat, 6 Dec 1997 00:39:45 +0000 (00:39 +0000)]
Some manipulations with tags to get the TOC and Index to look better

27 years agoNew WML file, this time with working Title and Author tags, and
Guido van Rossum [Sat, 6 Dec 1997 00:38:30 +0000 (00:38 +0000)]
New WML file, this time with working Title and Author tags, and
mapping chapter and section headings to more appropriate nodes so that
the TOC actually works.  Now generates one HTML page per chapter.

27 years agoAdded some links to OO-Browser, given by Harri Pasanen.
Barry Warsaw [Sat, 6 Dec 1997 00:00:47 +0000 (00:00 +0000)]
Added some links to OO-Browser, given by Harri Pasanen.

Updated the to do list.

27 years agoAnother large batch of patches from Jeff Rush for OS/2.
Guido van Rossum [Fri, 5 Dec 1997 22:19:34 +0000 (22:19 +0000)]
Another large batch of patches from Jeff Rush for OS/2.

I hope this time I've taken out all // comments and indended #ifdefs.

27 years agoNew batch of patches by Jeff Rush; moved his readme.txt portion here.
Guido van Rossum [Fri, 5 Dec 1997 22:07:14 +0000 (22:07 +0000)]
New batch of patches by Jeff Rush; moved his readme.txt portion here.

27 years agoMoved Jeff Rush's ever expanding comments to os2vacpp/readme.txt.
Guido van Rossum [Fri, 5 Dec 1997 22:06:23 +0000 (22:06 +0000)]
Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt.