]> granicus.if.org Git - python/log
python
27 years agoChanges for older Win platforms by Jim Ahlstrom
Guido van Rossum [Wed, 17 Dec 1997 21:27:23 +0000 (21:27 +0000)]
Changes for older Win platforms by Jim Ahlstrom

27 years agoTiny doc patch for QNS
Guido van Rossum [Wed, 17 Dec 1997 21:08:34 +0000 (21:08 +0000)]
Tiny doc patch for QNS

27 years agoOops! Should've renamed dos_8x3 to dos-8x3 here, too.
Guido van Rossum [Wed, 17 Dec 1997 18:57:16 +0000 (18:57 +0000)]
Oops!  Should've renamed dos_8x3 to dos-8x3 here, too.

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 15:30:07 +0000 (15:30 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

Include "()" when naming functions in the text.

Fixed reference to the built-in str() function.

Format constant names using \code{}.

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 14:17:35 +0000 (14:17 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

Added index entry for RFC 1014.

27 years agoMake the word "Module" in the section header start with an upper-case "M"
Fred Drake [Wed, 17 Dec 1997 14:12:31 +0000 (14:12 +0000)]
Make the word "Module" in the section header start with an upper-case "M"
for all three modules described here.

Added a \label{} for each of the two modules missing it.

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 14:11:18 +0000 (14:11 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

Added a \label{} for the module.

Fixed one minor grammatical nit:  use plural pronoun to refer to a pair of
referents.

Include "()" when naming functions in the text.

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 14:08:01 +0000 (14:08 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 14:07:25 +0000 (14:07 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

Added a \label{} for the module.

Changed one \code{} to a \samp{}.

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 14:01:52 +0000 (14:01 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

27 years agoMake the word "Module" in the section header start with an upper-case "M"
Fred Drake [Wed, 17 Dec 1997 14:01:31 +0000 (14:01 +0000)]
Make the word "Module" in the section header start with an upper-case "M"
for both modules documented here.

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 13:52:04 +0000 (13:52 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 13:51:08 +0000 (13:51 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

Minor grammatical nit.

27 years agoMake the word "Module" in the section header start with an upper-case "M".
Fred Drake [Wed, 17 Dec 1997 13:47:39 +0000 (13:47 +0000)]
Make the word "Module" in the section header start with an upper-case "M".

Remove the leading comment declaring this to be a template for module
documentation.

27 years agoMake the word "Module" in the section header start with an upper-case "M"
Fred Drake [Wed, 17 Dec 1997 13:45:50 +0000 (13:45 +0000)]
Make the word "Module" in the section header start with an upper-case "M"
for both modules documented here.

27 years agoMake the word "Module" in the section header start with an upper-case "M"
Fred Drake [Wed, 17 Dec 1997 13:44:37 +0000 (13:44 +0000)]
Make the word "Module" in the section header start with an upper-case "M"
for both built-in and standard modules.  They were different.

27 years agogen_index_id(): New function. Construct an index key such that the sort
Fred Drake [Wed, 17 Dec 1997 03:08:27 +0000 (03:08 +0000)]
gen_index_id():  New function.  Construct an index key such that the sort
is stable and the form is only defined in one place, since we do
some fancy footwork with the keys to separate the defining instance
of a module reference from other references in the HTML index.

make_index_entry():  Override the standard definition to use get_index_id().

make_str_index_entry():  Moved to myformat.perl; only needed there.

index_key_eq():  Override the standard definition.  Add key transforms to
remove extra junk from the end of the keys; it was only there to
maintain ordering.

clean_key():  Remove key transform no longer needed at this stage, because
keeping it makes the sort unstable.

add_idx():  Add key transforms to undo the mess we do to separate a module's
defining and reference entries.  Don't make the text bold.

27 years agomake_mod_index_entry(): New function. Create the index entry for a module.
Fred Drake [Wed, 17 Dec 1997 02:59:39 +0000 (02:59 +0000)]
make_mod_index_entry():  New function.  Create the index entry for a module.

my_module_index_helper():  Do the actual work for \*modindex{}, including
both the defining and reference forms.

make_str_index_entry():  Moved from .latex2html-init; it's really specific
to the presentation.

27 years agoAMK's latest; plus three null bytes that I added for purify
Guido van Rossum [Wed, 17 Dec 1997 00:24:13 +0000 (00:24 +0000)]
AMK's latest; plus three null bytes that I added for purify

27 years agoAMK's latest
Guido van Rossum [Wed, 17 Dec 1997 00:23:39 +0000 (00:23 +0000)]
AMK's latest

27 years agoFix mysterious undetected error -- call to non-existant Py_Err_SetStr()
Guido van Rossum [Tue, 16 Dec 1997 23:58:15 +0000 (23:58 +0000)]
Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()
which shoulda coulda woulda oughta been PyErr_SetString().

27 years agoDon't list which files to add, since the ones that *were* missing have
Guido van Rossum [Tue, 16 Dec 1997 22:26:02 +0000 (22:26 +0000)]
Don't list which files to add, since the ones that *were* missing have
now been added.

27 years agoNew VC++ 4.2 makefile, contributed by Gregor Schmid,
Guido van Rossum [Tue, 16 Dec 1997 22:25:15 +0000 (22:25 +0000)]
New VC++ 4.2 makefile, contributed by Gregor Schmid,
which adds the three missing files.

27 years agoUp the version.
Guido van Rossum [Tue, 16 Dec 1997 21:14:55 +0000 (21:14 +0000)]
Up the version.

27 years agodo_cmd_refbimodindex(), do_cmd_refstmodindex(): New functions, handle the
Fred Drake [Tue, 16 Dec 1997 21:13:20 +0000 (21:13 +0000)]
do_cmd_refbimodindex(), do_cmd_refstmodindex():  New functions, handle the
reference form of \bimodindex{} and \stmodindex{}.

my_parword_index_helper():  Fixed to include proper anchor in result text.

27 years agoFix a bug in translate(): the pointer was incremented by the length of
Guido van Rossum [Tue, 16 Dec 1997 21:12:47 +0000 (21:12 +0000)]
Fix a bug in translate(): the pointer was incremented by the length of
the *escaped* url.  Also added new special characters that are not
part of the url when found at the end: ( < > .

27 years agoAdd -lld option for AIX to _tkinter rules.
Guido van Rossum [Tue, 16 Dec 1997 18:12:30 +0000 (18:12 +0000)]
Add -lld option for AIX to _tkinter rules.

27 years agoAdded SOLID definition.
Guido van Rossum [Tue, 16 Dec 1997 17:54:18 +0000 (17:54 +0000)]
Added SOLID definition.

27 years agoIndex the RFC822 reference (some other RFC references were alreaddy indexed).
Fred Drake [Tue, 16 Dec 1997 15:19:47 +0000 (15:19 +0000)]
Index the RFC822 reference (some other RFC references were alreaddy indexed).

Add index reference to mailbox module; also remove comment that it's
undocumented (it has been).

27 years agoPhotoImage.put(): Fixed -to handling, including backward compatibility hack.
Fred Drake [Tue, 16 Dec 1997 15:03:43 +0000 (15:03 +0000)]
PhotoImage.put():  Fixed -to handling, including backward compatibility hack.
Guido, please take a look at this.

27 years agoThe \indexsubitem definition for the actual exceptions did not actually
Fred Drake [Tue, 16 Dec 1997 14:54:32 +0000 (14:54 +0000)]
The \indexsubitem definition for the actual exceptions did not actually
change the \indexsubitem value; fixed.

27 years agoOops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance
Fred Drake [Tue, 16 Dec 1997 14:43:37 +0000 (14:43 +0000)]
Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance
escaped with \var{}.

27 years agoModule names should be in \code{}.
Fred Drake [Tue, 16 Dec 1997 14:41:36 +0000 (14:41 +0000)]
Module names should be in \code{}.

Added index reference to site module.

27 years agoDescriptions for delitem(), __delitem__(): These delete a value, not set it.
Fred Drake [Tue, 16 Dec 1997 14:29:48 +0000 (14:29 +0000)]
Descriptions for delitem(), __delitem__():  These delete a value, not set it.

Lots of little nits:  parameter names in text should be \var{}, etc.

27 years agoFixed index module reference.
Fred Drake [Tue, 16 Dec 1997 04:08:24 +0000 (04:08 +0000)]
Fixed index module reference.

27 years agoAdded a named target for referencing.
Fred Drake [Tue, 16 Dec 1997 04:06:33 +0000 (04:06 +0000)]
Added a named target for referencing.

27 years agoUsed a named target to form the reference to the Built-in Functions section.
Fred Drake [Tue, 16 Dec 1997 04:06:06 +0000 (04:06 +0000)]
Used a named target to form the reference to the Built-in Functions section.

27 years agoFixed index module reference.
Fred Drake [Tue, 16 Dec 1997 04:04:25 +0000 (04:04 +0000)]
Fixed index module reference.

Changed references to regex/regsub modules to point to re.

27 years agoFixed index references to modules. (This is *not* the spam module!)
Fred Drake [Tue, 16 Dec 1997 00:02:01 +0000 (00:02 +0000)]
Fixed index references to modules.  (This is *not* the spam module!)

27 years agoFixed index references to modules.
Fred Drake [Mon, 15 Dec 1997 22:28:38 +0000 (22:28 +0000)]
Fixed index references to modules.

27 years agoFixed index references to modules.
Fred Drake [Mon, 15 Dec 1997 22:23:52 +0000 (22:23 +0000)]
Fixed index references to modules.

Made references to files use \file{} instead of \code{}.

27 years agoFixed index references to modules.
Fred Drake [Mon, 15 Dec 1997 22:20:33 +0000 (22:20 +0000)]
Fixed index references to modules.

27 years agoFixed index references to modules.
Fred Drake [Mon, 15 Dec 1997 22:19:46 +0000 (22:19 +0000)]
Fixed index references to modules.

Changed regex reference to re.

27 years agoFixed index references to modules.
Fred Drake [Mon, 15 Dec 1997 22:13:50 +0000 (22:13 +0000)]
Fixed index references to modules.

Added new index entry for mimetools module.

27 years agoFixed index references to modules.
Fred Drake [Mon, 15 Dec 1997 22:09:42 +0000 (22:09 +0000)]
Fixed index references to modules.

27 years ago\refmodindex{}: New macro, used to make an index reference to a module which
Fred Drake [Mon, 15 Dec 1997 22:08:14 +0000 (22:08 +0000)]
\refmodindex{}:  New macro, used to make an index reference to a module which
is neither standard nor built-in.  (Used for sitecustomize entry.)

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.