]> granicus.if.org Git - python/log
python
24 years agoModified for 1.6a1.
Jack Jansen [Sun, 9 Apr 2000 18:38:11 +0000 (18:38 +0000)]
Modified for 1.6a1.

24 years agoQuick readme for 1.6a1.
Jack Jansen [Sun, 9 Apr 2000 18:37:50 +0000 (18:37 +0000)]
Quick readme for 1.6a1.

24 years agoFixed so LaTeX can actually process it, and so it looks like the other
Greg Ward [Sun, 9 Apr 2000 04:32:40 +0000 (04:32 +0000)]
Fixed so LaTeX can actually process it, and so it looks like the other
Distutils manual.

24 years agoGot started for real on this manual. Completely untested and unread -- just
Greg Ward [Sun, 9 Apr 2000 04:06:44 +0000 (04:06 +0000)]
Got started for real on this manual.  Completely untested and unread -- just
checking it in so I can move things around in the CVS repository.

24 years agoExtracted a bunch of Distutils-specific commands and macros to distutils.sty
Greg Ward [Sun, 9 Apr 2000 03:59:15 +0000 (03:59 +0000)]
Extracted a bunch of Distutils-specific commands and macros to distutils.sty
(also needed by inst.tex).

24 years agoDitched the unused 'list_only' option.
Greg Ward [Sun, 9 Apr 2000 03:51:40 +0000 (03:51 +0000)]
Ditched the unused 'list_only' option.
Added code to include source files from 'build_clib' command to default file
  list -- currently this won't work, since 'build_clib' doesn't have a
  'get_source_files()' method!

24 years agoCatch DistutilsFileError in addition to DistutilsExecError in 'setup()'.
Greg Ward [Sun, 9 Apr 2000 03:49:20 +0000 (03:49 +0000)]
Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'.

24 years agoAdded (currently) pointless and trivial main body (for future tests).
Greg Ward [Sun, 9 Apr 2000 03:48:37 +0000 (03:48 +0000)]
Added (currently) pointless and trivial main body (for future tests).

24 years agoThis little note is to clarify things for people who go poking around the
Greg Ward [Sun, 9 Apr 2000 02:31:45 +0000 (02:31 +0000)]
This little note is to clarify things for people who go poking around the
Python library hoping to find out more about the Distutils.

24 years agoDrag was missing from the modules built.
Jack Jansen [Sat, 8 Apr 2000 21:29:31 +0000 (21:29 +0000)]
Drag was missing from the modules built.

24 years agoThis hadn't been checked in for a while.
Jack Jansen [Sat, 8 Apr 2000 21:28:53 +0000 (21:28 +0000)]
This hadn't been checked in for a while.

24 years agoFix Skip's email address in his attribution! (Thanks, Skip!)
Fred Drake [Sat, 8 Apr 2000 04:53:29 +0000 (04:53 +0000)]
Fix Skip's email address in his attribution!  (Thanks, Skip!)

24 years agoAdded support for the "Long HTML" version to the build/packaging
Fred Drake [Fri, 7 Apr 2000 16:27:15 +0000 (16:27 +0000)]
Added support for the "Long HTML" version to the build/packaging
process.

24 years agoNew example from Skip Montanaro <skip@mojam.com>.
Fred Drake [Fri, 7 Apr 2000 16:09:59 +0000 (16:09 +0000)]
New example from Skip Montanaro <skip@mojam.com>.

24 years agoEnable multithreading.
Jack Jansen [Fri, 7 Apr 2000 15:40:59 +0000 (15:40 +0000)]
Enable multithreading.

24 years agoAdded a profiling target.
Jack Jansen [Fri, 7 Apr 2000 15:40:14 +0000 (15:40 +0000)]
Added a profiling target.

24 years agoFiddled linkorder and a few other things to make shared threaded python work.
Jack Jansen [Fri, 7 Apr 2000 15:39:25 +0000 (15:39 +0000)]
Fiddled linkorder and a few other things to make shared threaded python work.

24 years agoDescribe the purpose of the "long HTML" package.
Fred Drake [Fri, 7 Apr 2000 14:47:27 +0000 (14:47 +0000)]
Describe the purpose of the "long HTML" package.

24 years agoFred Gansevles <gansevle@cs.utwente.nl>:
Fred Drake [Fri, 7 Apr 2000 14:34:50 +0000 (14:34 +0000)]
Fred Gansevles <gansevle@cs.utwente.nl>:
The copytree function doesn't pass the symlinks parameter in recursicve
calls

24 years agoStarted on GUSI2 and threading support.
Jack Jansen [Fri, 7 Apr 2000 09:25:06 +0000 (09:25 +0000)]
Started on GUSI2 and threading support.

24 years ago1.6a1 modules added.
Jack Jansen [Fri, 7 Apr 2000 09:24:53 +0000 (09:24 +0000)]
1.6a1 modules added.

24 years agoStarted on GUSI2 and threading support. cfm68k targets are still included in all...
Jack Jansen [Fri, 7 Apr 2000 09:20:25 +0000 (09:20 +0000)]
Started on GUSI2 and threading support. cfm68k targets are still included in all projects, but for the time being all the "fat" targets exclude them, making them basically copy operations. This way we don't have to rename everything, and anyone interested can easily try to fix 68k support.

24 years agoStarted on GUSI2 and threading support.
Jack Jansen [Fri, 7 Apr 2000 09:10:49 +0000 (09:10 +0000)]
Started on GUSI2 and threading support.

24 years agoReady for 1.6a1. Reordered the defines to be in line with config.h.in again, so track...
Jack Jansen [Fri, 7 Apr 2000 09:10:35 +0000 (09:10 +0000)]
Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, so tracking the new defines will be easier in future.

24 years agoReturn a handle in stead of a resource.
Jack Jansen [Fri, 7 Apr 2000 09:08:37 +0000 (09:08 +0000)]
Return a handle in stead of a resource.

24 years agoVladimir Marangozov: This fixes the line number in the string
Guido van Rossum [Fri, 7 Apr 2000 01:21:36 +0000 (01:21 +0000)]
Vladimir Marangozov: This fixes the line number in the string
representation of code objects when optimization is on (python -O). It
was always reported as -1 instead of the real lineno.

24 years agoJust in case someone wants to use this, let's fix the pathname.
Guido van Rossum [Thu, 6 Apr 2000 20:09:17 +0000 (20:09 +0000)]
Just in case someone wants to use this, let's fix the pathname.

24 years agoMark RELEASE with the release level ("a2").
Fred Drake [Thu, 6 Apr 2000 18:38:30 +0000 (18:38 +0000)]
Mark RELEASE with the release level ("a2").

24 years agoConrad Huang points out that "if (0 < ch < 256)", while legal C,
Guido van Rossum [Thu, 6 Apr 2000 18:18:10 +0000 (18:18 +0000)]
Conrad Huang points out that "if (0 < ch < 256)", while legal C,
doesn't mean what the Python programmer thought...

24 years agoMake sure the \declaremodule uses the right name for the module!
Fred Drake [Thu, 6 Apr 2000 16:09:59 +0000 (16:09 +0000)]
Make sure the \declaremodule uses the right name for the module!

Clean up several markup problems & inconsistencies.

24 years agounichr(),
Fred Drake [Thu, 6 Apr 2000 15:06:03 +0000 (15:06 +0000)]
unichr(),
unicode():  Added \versionadded{} annotations.

24 years agoMarc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 15:05:04 +0000 (15:05 +0000)]
Marc-Andre Lemburg <mal@lemburg.com>:
Added UnicodeType.

24 years agoMarc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 15:04:30 +0000 (15:04 +0000)]
Marc-Andre Lemburg <mal@lemburg.com>:
Added note that Unicode strings are picklable.

24 years agoRevised / removed comments about string exceptions (relating to the
Fred Drake [Thu, 6 Apr 2000 15:03:01 +0000 (15:03 +0000)]
Revised / removed comments about string exceptions (relating to the
standard exceptions), added documentation of UnboundLocalError.

24 years agoBump version to 1.6a2 -- to be released one of these days.
Guido van Rossum [Thu, 6 Apr 2000 15:01:30 +0000 (15:01 +0000)]
Bump version to 1.6a2 -- to be released one of these days.

24 years agoMarc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 14:48:35 +0000 (14:48 +0000)]
Marc-Andre Lemburg <mal@lemburg.com>:
Added UnicodeError description.

24 years agoMarc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 14:47:20 +0000 (14:47 +0000)]
Marc-Andre Lemburg <mal@lemburg.com>:
Add Unicode strings to the list of marshalable types.

24 years agoMoved socket, select, unicodedata to their own PYD. This should
Guido van Rossum [Thu, 6 Apr 2000 14:46:40 +0000 (14:46 +0000)]
Moved socket, select, unicodedata to their own PYD.  This should
reduce the size of python16.dll to almost its 1.5.2 size, and remove
dependencies on winsock unless sockets are actually used.

Note that soundex is simply no longer supported.

24 years agoNote the exception raised when parameter to chr() is out of range.
Fred Drake [Thu, 6 Apr 2000 14:45:19 +0000 (14:45 +0000)]
Note the exception raised when parameter to chr() is out of range.

24 years agoMarc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 14:43:12 +0000 (14:43 +0000)]
Marc-Andre Lemburg <mal@lemburg.com>:
Documentation for unichr(), unicode(), update for ord().

24 years agoRemove _socket, select, soundex, and unicodedata. These have been
Guido van Rossum [Thu, 6 Apr 2000 14:41:11 +0000 (14:41 +0000)]
Remove _socket, select, soundex, and unicodedata.  These have been
moved to their own DLLs, or are obsolete (soundex).

24 years agoAdded entry for codecs module.
Fred Drake [Thu, 6 Apr 2000 14:26:43 +0000 (14:26 +0000)]
Added entry for codecs module.

24 years agoAdded codecs entry here as part of String Services.
Fred Drake [Thu, 6 Apr 2000 14:25:28 +0000 (14:25 +0000)]
Added codecs entry here as part of String Services.

24 years agoMarc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 14:21:58 +0000 (14:21 +0000)]
Marc-Andre Lemburg <mal@lemburg.com>:
codecs module documentation, with some preliminary markup
adjustments from FLD.

24 years agoMarc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 14:17:03 +0000 (14:17 +0000)]
Marc-Andre Lemburg <mal@lemburg.com>:
Tutorial information about Unicode strings in Python, with some markup
adjustments from FLD.

24 years agoMarc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 14:10:29 +0000 (14:10 +0000)]
Marc-Andre Lemburg <mal@lemburg.com>:
API documentation for Unicode support from C.

24 years agoBut don't do the funny \UNICODE macro; we're trying to get away from
Fred Drake [Thu, 6 Apr 2000 14:00:14 +0000 (14:00 +0000)]
But don't do the funny \UNICODE macro; we're trying to get away from
those markups!  <with-mixed-feelings>

24 years agoPatch from Marc-Andre Lemburg <mal@lemburg.com>:
Fred Drake [Thu, 6 Apr 2000 13:57:21 +0000 (13:57 +0000)]
Patch from Marc-Andre Lemburg <mal@lemburg.com>:
Added Unicode type to the language reference.

24 years agoWindows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.
Guido van Rossum [Thu, 6 Apr 2000 13:20:38 +0000 (13:20 +0000)]
Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.
(Mark Hammond.)

24 years agoAdd msvcrt to list of libraries to ignore in Debug mode.
Guido van Rossum [Thu, 6 Apr 2000 13:19:43 +0000 (13:19 +0000)]
Add msvcrt to list of libraries to ignore in Debug mode.

24 years agoAdd missing import of 'usage' string.
Greg Ward [Thu, 6 Apr 2000 02:07:41 +0000 (02:07 +0000)]
Add missing import of 'usage' string.

24 years agoRemoved bogus connect() call in SMTP example; reported by Travis
Fred Drake [Wed, 5 Apr 2000 22:12:06 +0000 (22:12 +0000)]
Removed bogus connect() call in SMTP example; reported by Travis
B. Hartwell <slt5v@cc.usu.edu>.

Removed second copy of the "See also" section!

24 years agoAdded reference to the multifile module from the "See also" section
Fred Drake [Wed, 5 Apr 2000 22:05:15 +0000 (22:05 +0000)]
Added reference to the multifile module from the "See also" section
in the mimetools documentation.
Suggested by Skip Montanaro <skip@mojam.com>.

24 years agoAdded a few cast to make it 68k-compatible.
Jack Jansen [Wed, 5 Apr 2000 21:30:57 +0000 (21:30 +0000)]
Added a few cast to make it 68k-compatible.

24 years agoFredrik Lundh: eliminate a MSVC compiler warning.
Guido van Rossum [Wed, 5 Apr 2000 21:29:50 +0000 (21:29 +0000)]
Fredrik Lundh: eliminate a MSVC compiler warning.

24 years agoMarc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum [Wed, 5 Apr 2000 20:11:21 +0000 (20:11 +0000)]
Marc-Andre's third try at this bulk patch seems to work (except that
his copy of test_contains.py seems to be broken -- the lines he
deleted were already absent).  Checkin messages:

New Unicode support for int(), float(), complex() and long().

- new APIs PyInt_FromUnicode() and PyLong_FromUnicode()
- added support for Unicode to PyFloat_FromString()
- new encoding API PyUnicode_EncodeDecimal() which converts
  Unicode to a decimal char* string (used in the above new
  APIs)
- shortcuts for calls like int(<int object>) and float(<float obj>)
- tests for all of the above

Unicode compares and contains checks:
- comparing Unicode and non-string types now works; TypeErrors
  are masked, all other errors such as ValueError during
  Unicode coercion are passed through (note that PyUnicode_Compare
  does not implement the masking -- PyObject_Compare does this)
- contains now works for non-string types too; TypeErrors are
  masked and 0 returned; all other errors are passed through

Better testing support for the standard codecs.

Misc minor enhancements, such as an alias dbcs for the mbcs codec.

Changes:
- PyLong_FromString() now applies the same error checks as
  does PyInt_FromString(): trailing garbage is reported
  as error and not longer silently ignored. The only characters
  which may be trailing the digits are 'L' and 'l' -- these
  are still silently ignored.
- string.ato?() now directly interface to int(), long() and
  float(). The error strings are now a little different, but
  the type still remains the same. These functions are now
  ready to get declared obsolete ;-)
- PyNumber_Int() now also does a check for embedded NULL chars
  in the input string; PyNumber_Long() already did this (and
  still does)

Followed by:

Looks like I've gone a step too far there... (and test_contains.py
seem to have a bug too).

I've changed back to reporting all errors in PyUnicode_Contains()
and added a few more test cases to test_contains.py (plus corrected
the join() NameError).

24 years agoForgot to save the project file -- this also reflects the use of
Guido van Rossum [Wed, 5 Apr 2000 18:25:12 +0000 (18:25 +0000)]
Forgot to save the project file -- this also reflects the use of
Tcl/Tk 8.2 instead of 8.3, because 8.3.0 often crashes on closing a
window.

24 years agoLots of cleanup things.
Guido van Rossum [Wed, 5 Apr 2000 16:33:30 +0000 (16:33 +0000)]
Lots of cleanup things.

Added the bitmaps back, and added the wizard style program group
selection dialog.

Got rid of references to backup etc. inserted by the installer wizard
-- we don't use these.

Got rid of conditionals for Windows 3.1, ditto.

Changed version to 1.6a2.

Changed default install directory to "C:\Python16" (not really, but close).

Install only one copy of python16.lib.

Install the two MS DLLs (versioned) and python16.dll (unversioned) in
the system directory.

Install Tcl/Tk and expat in the DLLs directory.

24 years agoNoted by Guido:
Fred Drake [Wed, 5 Apr 2000 15:06:03 +0000 (15:06 +0000)]
Noted by Guido:

Fixed up descriptions of altzone and timezone not to refer to the
0th meridian, which doesn't exist.  Reference is now to UTC.

24 years agoNoted by Guido:
Fred Drake [Wed, 5 Apr 2000 15:01:36 +0000 (15:01 +0000)]
Noted by Guido:

Directionality of up/down were confused.

24 years agoNoted by Guido:
Fred Drake [Wed, 5 Apr 2000 15:00:38 +0000 (15:00 +0000)]
Noted by Guido:

Note in the "Caveats" section should refer to the exit() function, not
exit_thread().

24 years agoMark Hammond:
Fred Drake [Wed, 5 Apr 2000 14:17:11 +0000 (14:17 +0000)]
Mark Hammond:
This patch fixes the mmap module on Windows 9x.

Also updates the mmap test to remove the test file.

24 years agoMark Hammond <mhammond@skippinet.com.au>:
Fred Drake [Wed, 5 Apr 2000 14:15:31 +0000 (14:15 +0000)]
Mark Hammond <mhammond@skippinet.com.au>:
This patch fixes the mmap module on Windows 9x.

24 years agoWork the Tcl version number in the path we search for.
Guido van Rossum [Tue, 4 Apr 2000 23:32:21 +0000 (23:32 +0000)]
Work the Tcl version number in the path we search for.

24 years agoGet rid of Win32s check.
Guido van Rossum [Tue, 4 Apr 2000 22:48:55 +0000 (22:48 +0000)]
Get rid of Win32s check.

24 years agoMerged in changes from 1.5.2p2 release.
Fred Drake [Tue, 4 Apr 2000 20:58:39 +0000 (20:58 +0000)]
Merged in changes from 1.5.2p2 release.

24 years agoMerged in changes from 1.5.2p2 release as appropriate.
Fred Drake [Tue, 4 Apr 2000 20:58:25 +0000 (20:58 +0000)]
Merged in changes from 1.5.2p2 release as appropriate.

24 years agoSkip Montanaro submits a simple patch that makes encode() and decode()
Guido van Rossum [Tue, 4 Apr 2000 20:53:07 +0000 (20:53 +0000)]
Skip Montanaro submits a simple patch that makes encode() and decode()
recognize the '7bit' and '8bit' encodings, to simplify use.

24 years agoAdded "See also" section; from Peter Funk <pf@artcom-gmbh.de>
Fred Drake [Tue, 4 Apr 2000 20:43:50 +0000 (20:43 +0000)]
Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>
(re-written).

24 years agoAdded "See also" section; from Peter Funk <pf@artcom-gmbh.de>.
Fred Drake [Tue, 4 Apr 2000 20:42:38 +0000 (20:42 +0000)]
Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>.

24 years agoFixed typo in example code; spotted by Everett Lipman
Fred Drake [Tue, 4 Apr 2000 19:53:06 +0000 (19:53 +0000)]
Fixed typo in example code; spotted by Everett Lipman
<lipman@sphere.niddk.nih.gov>.

24 years agoPatch by Fred Gansevles.
Guido van Rossum [Tue, 4 Apr 2000 19:50:04 +0000 (19:50 +0000)]
Patch by Fred Gansevles.

This patch solves 2 problems of the os module.
1) Bug ID #50 (case-mismatch wiht "environ.get(..,..)" and "del environ[..]")
2) os.environ.update (dict) doesn't propagate changes to the 'real'
   environment (i.e doesn't call putenv)

This patches also has minor changes specific for 1.6a
The string module isn't used anymore, instead the strings own methods are
used.

24 years agoPatch from Hrvoje Niksic <hniksic@iskon.hr>:
Fred Drake [Tue, 4 Apr 2000 18:17:35 +0000 (18:17 +0000)]
Patch from Hrvoje Niksic <hniksic@iskon.hr>:

The bug is in mmap_read_line_method(), and its loop that searches for
newlines.  After the loop reaches EOF, eol is incremented and points
after the end of the memory.  This results in readline() method
sometimes picking up and returning a byte after the end of the string.
This is usually a bogus \0, but it could cause SIGSEGV if it's after
the end of the page).

The patch fixes the problem.  Also, it uses memchr() for finding a
character, which is in fact the "strnchr" the comment is asking for.
memchr() is already used in Python sources, so there should be no
portability problems.

24 years agoAdded notes about the eventual disappearance of two-parameter bind(),
Fred Drake [Tue, 4 Apr 2000 17:48:30 +0000 (17:48 +0000)]
Added notes about the eventual disappearance of two-parameter bind(),
connect(), and connect_ex().

I didn't make these deprecation notices since it was never a
documented feature.

24 years agoAdd warning that multi-arg connect() etc. are deprecated.
Guido van Rossum [Tue, 4 Apr 2000 15:09:07 +0000 (15:09 +0000)]
Add warning that multi-arg connect() etc. are deprecated.

24 years agoPut back multi-arg capability on connect/connect_ex/bind, for
Guido van Rossum [Tue, 4 Apr 2000 14:10:20 +0000 (14:10 +0000)]
Put back multi-arg capability on connect/connect_ex/bind, for
backwards compatibility, and to avoid a revolution.

24 years agoSince Thomas Wouters kept complaining that he wants access to the the
Guido van Rossum [Tue, 4 Apr 2000 03:31:39 +0000 (03:31 +0000)]
Since Thomas Wouters kept complaining that he wants access to the the
Unix From lines, change the UnixMailbox class so that _search_start()
positions the file *before* the Unix From line instead of after it;
change _search_end() to skip one line before looking for the next From
line.  The rfc822.Message class automatically recognizes these Unix
From lines and squirrels them away in the 'unixfrom' instance variable.

24 years agoReorganization: ripped util.py to shreds, creating in the process:
Greg Ward [Tue, 4 Apr 2000 02:05:59 +0000 (02:05 +0000)]
Reorganization: ripped util.py to shreds, creating in the process:
  - file_util.py: operations on single files
  - dir_util.py: operations on whole directories or directory trees
  - dep_util.py: simple timestamp-based dependency analysis
  - archive_util.py: creation of archive (tar, zip, ...) files
The functions left in util.py are miscellany that don't fit in any of the
new files.

24 years agoReorganization: moved the Distribution class from core.py to dist.py, and
Greg Ward [Tue, 4 Apr 2000 01:40:52 +0000 (01:40 +0000)]
Reorganization: moved the Distribution class from core.py to dist.py, and
the Command class from core.py to cmd.py.  No other code needs changing
though; distutils.core still provides the Command and Distribution classes,
although indirectly now.

24 years agoOnly write message about changed Tab size with -v.
Guido van Rossum [Mon, 3 Apr 2000 23:02:17 +0000 (23:02 +0000)]
Only write message about changed Tab size with -v.

24 years agoMerged changes from the 1.5.2p2 release.
Fred Drake [Mon, 3 Apr 2000 20:13:55 +0000 (20:13 +0000)]
Merged changes from the 1.5.2p2 release.
(Very rough.)

24 years agoMerge in changes from the 1.5.2p2 release.
Fred Drake [Mon, 3 Apr 2000 15:42:13 +0000 (15:42 +0000)]
Merge in changes from the 1.5.2p2 release.

Hopefully I got all this right!

24 years agoMerged changes from the 1.5.2p2 release.
Fred Drake [Mon, 3 Apr 2000 15:06:40 +0000 (15:06 +0000)]
Merged changes from the 1.5.2p2 release.

24 years agoUserString section:
Fred Drake [Mon, 3 Apr 2000 15:02:35 +0000 (15:02 +0000)]
UserString section:

Small cleanups noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.

Make the spelling of Unicode always uppercase.

24 years agoNote that "Unicode" is always capitalized.
Fred Drake [Mon, 3 Apr 2000 15:00:28 +0000 (15:00 +0000)]
Note that "Unicode" is always capitalized.

24 years agoMerge in changes from the 1.5.2p2 release.
Fred Drake [Mon, 3 Apr 2000 04:54:28 +0000 (04:54 +0000)]
Merge in changes from the 1.5.2p2 release.

24 years agoMerged changes from the 1.5.2p2 release.
Fred Drake [Mon, 3 Apr 2000 04:51:13 +0000 (04:51 +0000)]
Merged changes from the 1.5.2p2 release.

24 years agoMerge in changes from the 1.5.2p2 release.
Fred Drake [Mon, 3 Apr 2000 04:26:58 +0000 (04:26 +0000)]
Merge in changes from the 1.5.2p2 release.

24 years agoMerged changes from the 1.5.2p2 release.
Fred Drake [Mon, 3 Apr 2000 04:19:14 +0000 (04:19 +0000)]
Merged changes from the 1.5.2p2 release.

24 years agoUserString class from Peter Funk <pf@artcom-gmbh.de>.
Fred Drake [Mon, 3 Apr 2000 03:51:50 +0000 (03:51 +0000)]
UserString class from Peter Funk <pf@artcom-gmbh.de>.

24 years agoThis patch looks large, but it just deletes the ^M characters and
Andrew M. Kuchling [Sun, 2 Apr 2000 05:22:30 +0000 (05:22 +0000)]
This patch looks large, but it just deletes the ^M characters and
   untabifies the files.  No actual code changes were made.

24 years agoUntabified file to fix problems reported by tabnanny
Andrew M. Kuchling [Sun, 2 Apr 2000 05:15:38 +0000 (05:15 +0000)]
Untabified file to fix problems reported by tabnanny

24 years agoMark Hammond: Uncomment call to delete test data when done.
Fred Drake [Sat, 1 Apr 2000 05:25:57 +0000 (05:25 +0000)]
Mark Hammond:  Uncomment call to delete test data when done.

24 years agoAdded --numeric option, similar to mkhtml.sh.
Fred Drake [Fri, 31 Mar 2000 20:27:36 +0000 (20:27 +0000)]
Added --numeric option, similar to mkhtml.sh.

24 years agoAdded rule to copy in the icons/ directory.
Fred Drake [Fri, 31 Mar 2000 20:26:33 +0000 (20:26 +0000)]
Added rule to copy in the icons/ directory.

24 years agoList of subdirs that are generated during the build.
Fred Drake [Fri, 31 Mar 2000 20:26:00 +0000 (20:26 +0000)]
List of subdirs that are generated during the build.

24 years agoBuild rules for the "long HTML" version.
Fred Drake [Fri, 31 Mar 2000 20:22:29 +0000 (20:22 +0000)]
Build rules for the "long HTML" version.

24 years agoThis commit was manufactured by cvs2svn to create tag 'r16a1'. v1.6a1
cvs2svn [Fri, 31 Mar 2000 20:16:45 +0000 (20:16 +0000)]
This commit was manufactured by cvs2svn to create tag 'r16a1'.

24 years agoQuick update to the README file. For intros and books we now point to
Guido van Rossum [Fri, 31 Mar 2000 20:16:45 +0000 (20:16 +0000)]
Quick update to the README file.  For intros and books we now point to
the website.

24 years agoAdd a README file so that cvs update -P doesn't obliterate this
Guido van Rossum [Fri, 31 Mar 2000 20:03:56 +0000 (20:03 +0000)]
Add a README file so that cvs update -P doesn't obliterate this
directory, and so that people have a clue as to why it exists.