]> granicus.if.org Git - python/log
python
26 years agoAdded missing "from" in IOError description.
Fred Drake [Tue, 5 Jan 1999 21:42:18 +0000 (21:42 +0000)]
Added missing "from" in IOError description.

26 years agoRemove obsolete comment.
Fred Drake [Tue, 5 Jan 1999 20:53:43 +0000 (20:53 +0000)]
Remove obsolete comment.

26 years agoIncorporate fix suggested by /Fredrik Lundh in the newsgroup to cope
Guido van Rossum [Tue, 5 Jan 1999 18:02:24 +0000 (18:02 +0000)]
Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope
with trailing garbage generated by some broke uuencoders.

26 years agoPatch by Charles Waldman to implement an optional nlines argument to
Guido van Rossum [Tue, 5 Jan 1999 17:16:46 +0000 (17:16 +0000)]
Patch by Charles Waldman to implement an optional nlines argument to
w.scroll().  (It then calls wscrl(win, nlines) instead of scoll(win).)

26 years agoMake the documents that have indexes dependent on the buildindex.py
Fred Drake [Tue, 5 Jan 1999 15:49:39 +0000 (15:49 +0000)]
Make the documents that have indexes dependent on the buildindex.py
script.

26 years agodo_cmd_methodline(): New function, implements indexing version of
Fred Drake [Tue, 5 Jan 1999 14:39:27 +0000 (14:39 +0000)]
do_cmd_methodline():  New function, implements indexing version of
\methodline.

Fixed up support for \withsubitem, hopefully improving the fidelity of
the index a bit.

26 years agoUpgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl.
Guido van Rossum [Tue, 5 Jan 1999 14:10:29 +0000 (14:10 +0000)]
Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl.

26 years agotrim_ignored_letters(): Simplify a little.
Fred Drake [Mon, 4 Jan 1999 22:00:56 +0000 (22:00 +0000)]
trim_ignored_letters():  Simplify a little.

26 years agoHm. There was a boundary condition error at the end of the file too.
Guido van Rossum [Mon, 4 Jan 1999 21:19:09 +0000 (21:19 +0000)]
Hm.  There was a boundary condition error at the end of the file too.

26 years agoHm. Add Unix binding for replace, too.
Guido van Rossum [Mon, 4 Jan 1999 21:18:40 +0000 (21:18 +0000)]
Hm.  Add Unix binding for replace, too.

26 years agoUpdate information on the version of latex2html to use, including
Fred Drake [Mon, 4 Jan 1999 18:25:38 +0000 (18:25 +0000)]
Update information on the version of latex2html to use, including
complaint about 98.2b8 problems.

26 years agoThis hopefully fixes the problem of having to set PATH
Guido van Rossum [Mon, 4 Jan 1999 18:06:45 +0000 (18:06 +0000)]
This hopefully fixes the problem of having to set PATH
in autoexec.bat in order to find the Tcl DLLs -- Tkinter calls FixTk
which will hunt around in a few common places and then set PATH
and try again, or else issue a big clarifying error message.

26 years agoFix two places (seek and truncate) where a cascade of PyArg_Parse
Guido van Rossum [Mon, 4 Jan 1999 17:22:18 +0000 (17:22 +0000)]
Fix two places (seek and truncate) where a cascade of PyArg_Parse
calls was used instead of a single PyArg_ParseTuple call with an
optional argument.

26 years agoChris Herborth writes:
Guido van Rossum [Mon, 4 Jan 1999 16:49:09 +0000 (16:49 +0000)]
Chris Herborth writes:
Here's a little cleanup of the BeOS/ directory for 1.5.2b2; it makes the
ar-fake, linkcc and linkmodule shell scripts a little smarter (and,
in the case of PowerPC systems, quieter :-).

26 years agoChris Herborth writes:
Guido van Rossum [Mon, 4 Jan 1999 16:45:59 +0000 (16:45 +0000)]
Chris Herborth writes:
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.

26 years agoChris Herborth writes:
Guido van Rossum [Mon, 4 Jan 1999 16:39:38 +0000 (16:39 +0000)]
Chris Herborth writes:
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.

26 years agoRan eventparse.py again.
Guido van Rossum [Mon, 4 Jan 1999 16:35:02 +0000 (16:35 +0000)]
Ran eventparse.py again.

26 years agoAdded Unix Meta-q key binding;
Guido van Rossum [Mon, 4 Jan 1999 16:34:41 +0000 (16:34 +0000)]
Added Unix Meta-q key binding;
fix find_paragraph when at start of file.

26 years agoAdded Meta-/ binding for Unix as alt for Alt-/.
Guido van Rossum [Mon, 4 Jan 1999 16:32:21 +0000 (16:32 +0000)]
Added Meta-/ binding for Unix as alt for Alt-/.

26 years agoAdd unix binding for grep (otherwise the menu entry doesn't work!)
Guido van Rossum [Mon, 4 Jan 1999 16:32:04 +0000 (16:32 +0000)]
Add unix binding for grep (otherwise the menu entry doesn't work!)

26 years agoAdjusted Unix height to work with fvwm96. :=(
Guido van Rossum [Mon, 4 Jan 1999 16:31:31 +0000 (16:31 +0000)]
Adjusted Unix height to work with fvwm96. :=(

26 years agoTypo: "TWELV" --> "TWELVE"
Fred Drake [Mon, 4 Jan 1999 16:15:02 +0000 (16:15 +0000)]
Typo:  "TWELV" --> "TWELVE"

Added note at top, since LaTeX style writers like to force name
changes when someone else makes a change to the style.  I'm sending a
note to the author reporting the error and asking for an updated
version.

This cannot be distributed in this form.  This will be resolved when I
get a response from Ulf Lindgren.

Typo reported by rwolff@noao.edu (Richard Wolff).

26 years agoNeed to import sys!
Guido van Rossum [Mon, 4 Jan 1999 15:52:33 +0000 (15:52 +0000)]
Need to import sys!

26 years agoFormatted some paragraphs
Guido van Rossum [Mon, 4 Jan 1999 13:05:58 +0000 (13:05 +0000)]
Formatted some paragraphs

26 years agoAdd new extension to reformat a (text) paragraph.
Guido van Rossum [Mon, 4 Jan 1999 13:04:54 +0000 (13:04 +0000)]
Add new extension to reformat a (text) paragraph.

26 years agoTypo in Win specific height setting.
Guido van Rossum [Mon, 4 Jan 1999 12:23:46 +0000 (12:23 +0000)]
Typo in Win specific height setting.

26 years agoRecover from failed saves; when a file turns out to be a directory,
Guido van Rossum [Sun, 3 Jan 1999 13:06:00 +0000 (13:06 +0000)]
Recover from failed saves; when a file turns out to be a directory,
create a directory and moer the original file to the index.html.

26 years agoGet rid of the strptype() declaration -- on some BSD systems, it's a
Guido van Rossum [Sun, 3 Jan 1999 13:00:34 +0000 (13:00 +0000)]
Get rid of the strptype() declaration -- on some BSD systems, it's a
conflict, and it should be declared in time.h anyway.
(Too bad if gcc -Wall won't be happy if it isn't declared...)

26 years agoAdd sys.hexversion, which is an integer encoding the version in hexadecimal.
Guido van Rossum [Sun, 3 Jan 1999 12:55:39 +0000 (12:55 +0000)]
Add sys.hexversion, which is an integer encoding the version in hexadecimal.
In other words, hex(sys.hexversion) == 0x010502b2 for Python 1.5.2b2.
This is derived from the new variable PY_VERSION_HEX defined in patchlevel.h.
(Cute, eh?)

26 years agoUse PY_VERSION instead of PATCHLEVEL.
Guido van Rossum [Sun, 3 Jan 1999 12:41:50 +0000 (12:41 +0000)]
Use PY_VERSION instead of PATCHLEVEL.

26 years agoNew version identification scheme.
Guido van Rossum [Sun, 3 Jan 1999 12:40:24 +0000 (12:40 +0000)]
New version identification scheme.
The version numbers are now exported by Python.h.
Also rolled back the API version change -- it's back to 1007!

26 years agoAdded something like Tim Peters' backspace patch.
Guido van Rossum [Sun, 3 Jan 1999 00:47:35 +0000 (00:47 +0000)]
Added something like Tim Peters' backspace patch.

26 years agoAdapted to Unix (i.e., more hardcoded constants).
Guido van Rossum [Sun, 3 Jan 1999 00:47:07 +0000 (00:47 +0000)]
Adapted to Unix (i.e., more hardcoded constants).

26 years agoCall PyInitFrozenExtensions() as requested by Mark Hammond (his patch).
Guido van Rossum [Sat, 2 Jan 1999 21:42:48 +0000 (21:42 +0000)]
Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch).

26 years agoChecking in IDLE 0.2.
Guido van Rossum [Sat, 2 Jan 1999 21:28:54 +0000 (21:28 +0000)]
Checking in IDLE 0.2.

Much has changed -- too much, in fact, to write down.
The big news is that there's a standard way to write IDLE extensions;
see extend.txt.  Some sample extensions have been provided, and
some existing code has been converted to extensions.  Probably the
biggest new user feature is a new search dialog with more options,
search and replace, and even search in files (grep).

This is exactly as downloaded from my laptop after returning
from the holidays -- it hasn't even been tested on Unix yet.

26 years agoDocument the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.)
Andrew M. Kuchling [Thu, 31 Dec 1998 21:14:23 +0000 (21:14 +0000)]
Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.)
    to the flush() method of compressor objects.

26 years agoD.M. Pick gives me a more accurate distillation of his `uk' explanation :-)
Barry Warsaw [Tue, 29 Dec 1998 02:52:11 +0000 (02:52 +0000)]
D.M. Pick gives me a more accurate distillation of his `uk' explanation :-)

26 years agoAdded index entries to make it easier to locate directory & file operations.
Fred Drake [Mon, 28 Dec 1998 21:58:57 +0000 (21:58 +0000)]
Added index entries to make it easier to locate directory & file operations.

26 years agoAdded index entries to make it easier to locate directory operations.
Fred Drake [Mon, 28 Dec 1998 21:58:15 +0000 (21:58 +0000)]
Added index entries to make it easier to locate directory operations.

26 years agoClarified what Python versions the interactivity chapter applies to,
Fred Drake [Mon, 28 Dec 1998 21:21:36 +0000 (21:21 +0000)]
Clarified what Python versions the interactivity chapter applies to,
and what it doesn't apply to.

26 years agoRemove recently documented modules from the undoc list.
Fred Drake [Mon, 28 Dec 1998 20:53:19 +0000 (20:53 +0000)]
Remove recently documented modules from the undoc list.

26 years agoPrint a line to the console reporting the number of index nodes
Fred Drake [Mon, 28 Dec 1998 20:46:53 +0000 (20:46 +0000)]
Print a line to the console reporting the number of index nodes
processed.  This can be interesting to see.

26 years agoAdded entry for libshutil.tex.
Fred Drake [Mon, 28 Dec 1998 20:17:33 +0000 (20:17 +0000)]
Added entry for libshutil.tex.

26 years agoAdd documentation for shutil module.
Fred Drake [Mon, 28 Dec 1998 20:16:58 +0000 (20:16 +0000)]
Add documentation for shutil module.

26 years agoAdjust a few niggles that affected the HTML conversion (a couple of
Fred Drake [Mon, 28 Dec 1998 19:03:24 +0000 (19:03 +0000)]
Adjust a few niggles that affected the HTML conversion (a couple of
"^"s were being dropped in the context of [^...]).

26 years agoRemove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X)
Fred Drake [Mon, 28 Dec 1998 15:17:22 +0000 (15:17 +0000)]
Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X)
only expand this in dependency lists.  Thanks for Sjoerd Mullendar for
pointing this out.

26 years agoUpdate on history of `uk' top level, greatly condensed from David
Barry Warsaw [Sun, 27 Dec 1998 20:08:49 +0000 (20:08 +0000)]
Update on history of `uk' top level, greatly condensed from David
Pick's emailed account.

26 years agoAdded mt_interact() -- multithreaded version of interact().
Guido van Rossum [Wed, 23 Dec 1998 23:04:17 +0000 (23:04 +0000)]
Added mt_interact() -- multithreaded version of interact().
interact() automatically uses this on Windows (where the
single-threaded version doesn't work).

26 years agoPatch by Mike Meyer:
Guido van Rossum [Wed, 23 Dec 1998 22:22:10 +0000 (22:22 +0000)]
Patch by Mike Meyer:

Extended the rfc822 parsedate routines to handle the cases they failed
on in an archive of ~37,000 messages.  I believe the changes are
compatible, in that all previously correct parsing are still correct.

[I still see problems with some messages, but no showstoppers.]

26 years agoPatch by Mike Meyer:
Guido van Rossum [Wed, 23 Dec 1998 22:05:42 +0000 (22:05 +0000)]
Patch by Mike Meyer:

Add a class to mailbox.py for dealing with qmail directory mailboxes.
The test code was extended to notice these being used as well.

26 years agoAvoid crash in parsedate_tz() on certain invalid dates -- when the
Guido van Rossum [Wed, 23 Dec 1998 21:58:38 +0000 (21:58 +0000)]
Avoid crash in parsedate_tz() on certain invalid dates -- when the
field assumed to be the time is in fact the year, the resulting list
doesn't have enough items, and this isn't checked for.  Return None
instead.

26 years agoProvide more detail when the commit button is not shown.
Guido van Rossum [Wed, 23 Dec 1998 21:33:09 +0000 (21:33 +0000)]
Provide more detail when the commit button is not shown.

26 years agoOops, forgot a pair of {}'s. (Greg Couch)
Guido van Rossum [Wed, 23 Dec 1998 19:53:45 +0000 (19:53 +0000)]
Oops, forgot a pair of {}'s.  (Greg Couch)

26 years agoDocument 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF.
Guido van Rossum [Wed, 23 Dec 1998 05:02:08 +0000 (05:02 +0000)]
Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF.

26 years agoAdd 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF.
Guido van Rossum [Wed, 23 Dec 1998 05:01:38 +0000 (05:01 +0000)]
Add 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF.
Patch and suggestion by Greg Couch.

26 years agoChris Herborth discovered a typo in the arrow key symbols.
Guido van Rossum [Wed, 23 Dec 1998 04:45:04 +0000 (04:45 +0000)]
Chris Herborth discovered a typo in the arrow key symbols.

26 years agoFix many of the specific targets in links from the index.
Fred Drake [Tue, 22 Dec 1998 23:41:07 +0000 (23:41 +0000)]
Fix many of the specific targets in links from the index.

In a number of places, I called next_argument() instead of
next_argument_id() when the ID was also needed.  (7 places)

26 years agoAdd the getpass module to $(LIBFILES).
Fred Drake [Tue, 22 Dec 1998 23:38:11 +0000 (23:38 +0000)]
Add the getpass module to $(LIBFILES).

26 years agoAdd the getpass module.
Fred Drake [Tue, 22 Dec 1998 23:37:46 +0000 (23:37 +0000)]
Add the getpass module.

26 years agoBasic documentation for the getpass module.
Fred Drake [Tue, 22 Dec 1998 23:37:21 +0000 (23:37 +0000)]
Basic documentation for the getpass module.

26 years agoBump $(RELEASE).
Fred Drake [Tue, 22 Dec 1998 22:17:41 +0000 (22:17 +0000)]
Bump $(RELEASE).

26 years agoThis commit was manufactured by cvs2svn to create tag 'r152b1'. v1.5.2b1
cvs2svn [Tue, 22 Dec 1998 21:43:35 +0000 (21:43 +0000)]
This commit was manufactured by cvs2svn to create tag 'r152b1'.

26 years agoUse installed Tcl lib files -- also for Debug configuration
Guido van Rossum [Tue, 22 Dec 1998 21:43:35 +0000 (21:43 +0000)]
Use installed Tcl lib files -- also for Debug configuration

26 years agoUse installed Tcl lib files
Guido van Rossum [Tue, 22 Dec 1998 21:18:40 +0000 (21:18 +0000)]
Use installed Tcl lib files

26 years agoSmall, and final docstring merge with Dragon's version.
Barry Warsaw [Tue, 22 Dec 1998 20:37:36 +0000 (20:37 +0000)]
Small, and final docstring merge with Dragon's version.

26 years agoAdded a \versionchanged since the API changed to support
Fred Drake [Tue, 22 Dec 1998 18:46:13 +0000 (18:46 +0000)]
Added a \versionchanged since the API changed to support
namespaces with 1.5.2.

Added an index entry.

Fixed XML expansion:  XML is the "Extensible Markup Language", not the
"eXtended Markup Language".

26 years agoAdded Tcl 8.0.4 installer. Added Tools/idle.
Guido van Rossum [Tue, 22 Dec 1998 18:45:16 +0000 (18:45 +0000)]
Added Tcl 8.0.4 installer.  Added Tools/idle.

26 years agoAdded information on when this was added, allowing us to release the
Fred Drake [Tue, 22 Dec 1998 18:40:50 +0000 (18:40 +0000)]
Added information on when this was added, allowing us to release the
documentation on the Web while people are still using < 1.5.2b1.

26 years agoUpdate the date.
Fred Drake [Tue, 22 Dec 1998 18:27:22 +0000 (18:27 +0000)]
Update the date.

26 years agoAdjust markup to match current conventions, and make it formattable.
Fred Drake [Tue, 22 Dec 1998 18:24:13 +0000 (18:24 +0000)]
Adjust markup to match current conventions, and make it formattable.

26 years agoStart of text that describes differences between match and search.
Fred Drake [Tue, 22 Dec 1998 18:19:45 +0000 (18:19 +0000)]
Start of text that describes differences between match and search.

Strengthen pointers to the search() function and method.

26 years agoImprove a couple of comments.
Fred Drake [Tue, 22 Dec 1998 18:15:04 +0000 (18:15 +0000)]
Improve a couple of comments.

26 years agoUse \moduleauthor and \sectionauthor instead of a comment to credit
Fred Drake [Tue, 22 Dec 1998 18:06:02 +0000 (18:06 +0000)]
Use \moduleauthor and \sectionauthor instead of a comment to credit
the author (just happened to notice this one).

26 years agoAdd an explanation about what the example does and doesn't do.
Fred Drake [Tue, 22 Dec 1998 18:04:48 +0000 (18:04 +0000)]
Add an explanation about what the example does and doesn't do.

Fix an appearantly new behavior with latex2html with quoting.  (Good
incentive to work on the SGML conversion! ;)

26 years agodo_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC
Fred Drake [Tue, 22 Dec 1998 18:02:25 +0000 (18:02 +0000)]
do_cmd_rfc():  Make the "RFC ###" a hyperlink to the master RFC
repository.

26 years agoAdded libnetrc.tex and libshlex.tex to LIBFILES.
Fred Drake [Tue, 22 Dec 1998 17:40:43 +0000 (17:40 +0000)]
Added libnetrc.tex and libshlex.tex to LIBFILES.

26 years agoAdd warning to Netrc's docstring that it is obsolete -- use the netrc
Guido van Rossum [Tue, 22 Dec 1998 16:49:16 +0000 (16:49 +0000)]
Add warning to Netrc's docstring that it is obsolete -- use the netrc
module instead.  (The main advantage of the latter is that it comes
with documentation.)

26 years agoAdded shlex and netrc modules; added warning about urllib change
Guido van Rossum [Tue, 22 Dec 1998 16:41:09 +0000 (16:41 +0000)]
Added shlex and netrc modules; added warning about urllib change
affecting subclasses (which Jeremy just found out).

26 years agoOptimistically, we label this as ready to go today.
Guido van Rossum [Tue, 22 Dec 1998 16:37:01 +0000 (16:37 +0000)]
Optimistically, we label this as ready to go today.

Also commit several improvements in the descriptions of the QNX and
BeOS port, both by Chris Herborth.

26 years agoNew test function by Sjoerd, adding -t option.
Guido van Rossum [Tue, 22 Dec 1998 14:23:50 +0000 (14:23 +0000)]
New test function by Sjoerd, adding -t option.

26 years agoThe usual.
Guido van Rossum [Tue, 22 Dec 1998 13:50:33 +0000 (13:50 +0000)]
The usual.

# Message to all python-checkins readers: we have a problem with the
# CVS mirroring software.  You can't check out the latest changes yet.
# We hope to have fixed this by noon EST today.

26 years agoFix for modulefinder so that it prints all modules an unknown module
Guido van Rossum [Tue, 22 Dec 1998 13:44:01 +0000 (13:44 +0000)]
Fix for modulefinder so that it prints all modules an unknown module
was referenced in instead of only the last.  (Sjoerd Mullender)

26 years agoLast-minute oopsie by Chris H. (Chris, please check that I did this right!)
Guido van Rossum [Tue, 22 Dec 1998 13:40:55 +0000 (13:40 +0000)]
Last-minute oopsie by Chris H.  (Chris, please check that I did this right!)

26 years agoLast-minute update by Chris H.
Guido van Rossum [Tue, 22 Dec 1998 13:35:29 +0000 (13:35 +0000)]
Last-minute update by Chris H.

26 years agoApplied Fred's patch to fix the bugs that John Skaller noticed.
Greg Ward [Tue, 22 Dec 1998 12:42:04 +0000 (12:42 +0000)]
Applied Fred's patch to fix the bugs that John Skaller noticed.

26 years agoAdding shlex and netrc by Eric Raymond.
Guido van Rossum [Tue, 22 Dec 1998 05:19:29 +0000 (05:19 +0000)]
Adding shlex and netrc by Eric Raymond.

26 years agoAdding libshlex and libnetrc by Eric Raymond.
Guido van Rossum [Tue, 22 Dec 1998 05:18:24 +0000 (05:18 +0000)]
Adding libshlex and libnetrc by Eric Raymond.

26 years agoA few other docstring fixes, most importantly to be a little nicer to
Barry Warsaw [Tue, 22 Dec 1998 03:24:27 +0000 (03:24 +0000)]
A few other docstring fixes, most importantly to be a little nicer to
Emacs ;-)

26 years agoNothing earthshattering, just some fixes to typos and other formatting
Barry Warsaw [Tue, 22 Dec 1998 03:02:20 +0000 (03:02 +0000)]
Nothing earthshattering, just some fixes to typos and other formatting
bugs in various docstrings.

26 years agoNews for 1.5.2b1. Moved news before 1.5.1 to HISTORY.
Guido van Rossum [Mon, 21 Dec 1998 21:45:04 +0000 (21:45 +0000)]
News for 1.5.2b1.  Moved news before 1.5.1 to HISTORY.

26 years agoNew names. Keep those contributions coming!
Guido van Rossum [Mon, 21 Dec 1998 21:42:22 +0000 (21:42 +0000)]
New names.  Keep those contributions coming!

26 years agoMoved history up to and including 1.5.1 here.
Guido van Rossum [Mon, 21 Dec 1998 21:41:14 +0000 (21:41 +0000)]
Moved history up to and including 1.5.1 here.

26 years agoGet rid of python_nt.def -- it's no longer needed!
Guido van Rossum [Mon, 21 Dec 1998 20:44:53 +0000 (20:44 +0000)]
Get rid of python_nt.def -- it's no longer needed!

26 years agoI can't seem to do anything right :-)
Guido van Rossum [Mon, 21 Dec 1998 20:21:19 +0000 (20:21 +0000)]
I can't seem to do anything right :-)

As Chris H. points out, I should have added 'extern' to the
declaration of _PyThreadState_Current.  Here it is.

26 years agoImprove comment for PyImport_Import() as suggested by Bill Tutt.
Guido van Rossum [Mon, 21 Dec 1998 19:51:00 +0000 (19:51 +0000)]
Improve comment for PyImport_Import() as suggested by Bill Tutt.

26 years agoThanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum [Mon, 21 Dec 1998 19:32:43 +0000 (19:32 +0000)]
Thanks to Chris Herborth, the thread primitives now have proper Py*
names in the source code (they already had those for the linker,
through some smart macros; but the source still had the old, un-Py names).

26 years agoChris H. adds MACHDEP=beos to the CCSHARED variable
Guido van Rossum [Mon, 21 Dec 1998 19:28:37 +0000 (19:28 +0000)]
Chris H. adds MACHDEP=beos to the CCSHARED variable

26 years agoRenaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request
Guido van Rossum [Mon, 21 Dec 1998 19:18:55 +0000 (19:18 +0000)]
Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request

26 years agoSuggestion by Tim Peters clarifying what "before global" means.
Guido van Rossum [Mon, 21 Dec 1998 18:57:36 +0000 (18:57 +0000)]
Suggestion by Tim Peters clarifying what "before global" means.

(Also added an XXX comment requesting clarification of module
initialization -- TBD later.)

26 years agoClarify descriptions of some operations; it's not always clear that
Fred Drake [Mon, 21 Dec 1998 18:56:13 +0000 (18:56 +0000)]
Clarify descriptions of some operations; it's not always clear that
strings are not actually modified.  Problem reported by Dr. Peter
Stoehr <peter.stoehr@weihenstephan.org>.