]>
granicus.if.org Git - python/log
Guido van Rossum [Mon, 10 Aug 1998 20:15:32 +0000 (20:15 +0000)]
Checking in BeOS specific socket module.
Guido van Rossum [Mon, 10 Aug 1998 20:13:17 +0000 (20:13 +0000)]
Nannified.
Guido van Rossum [Mon, 10 Aug 1998 20:12:34 +0000 (20:12 +0000)]
Nannified, and re-indented with 4 spaces.
Guido van Rossum [Mon, 10 Aug 1998 20:07:53 +0000 (20:07 +0000)]
Fixed a few lines that tabnanny complained about (one space before the
tabs).
Guido van Rossum [Mon, 10 Aug 1998 20:07:00 +0000 (20:07 +0000)]
Untabified and deleted trailing blank lines.
Fred Drake [Mon, 10 Aug 1998 19:42:37 +0000 (19:42 +0000)]
New section header style.
Fix up a few synopses.
Fred Drake [Mon, 10 Aug 1998 19:40:44 +0000 (19:40 +0000)]
do_cmd_moduleauthor(),
do_cmd_sectionauthor(): Parallel the new macros.
Fred Drake [Mon, 10 Aug 1998 18:41:43 +0000 (18:41 +0000)]
\moduleauthor,
\sectionauthor: New macros to record attributions; no output.
Fred Drake [Mon, 10 Aug 1998 18:40:22 +0000 (18:40 +0000)]
New style section headers.
Fred Drake [Mon, 10 Aug 1998 17:46:22 +0000 (17:46 +0000)]
Some logical markup, some nits.
Guido van Rossum [Mon, 10 Aug 1998 16:38:58 +0000 (16:38 +0000)]
# mention Porting in list of files
Guido van Rossum [Mon, 10 Aug 1998 16:36:48 +0000 (16:36 +0000)]
mini-faq on porting python
Barry Warsaw [Mon, 10 Aug 1998 16:34:33 +0000 (16:34 +0000)]
#Typos from previous checkin
Barry Warsaw [Mon, 10 Aug 1998 16:33:12 +0000 (16:33 +0000)]
Huge number of docstring changes, typo fixes, rewordings, GNU standard
conformations, etc., etc. inspired and given by Michael Ernst. These
include error string fixes, moving of comments to docstrings, some
other non-related typos, terminology standardizing (b/w TP and myself,
and b/w myself and myself :-) although more can still be done.
E.g. "outdenting" => "dedenting".
Guido van Rossum [Mon, 10 Aug 1998 13:18:11 +0000 (13:18 +0000)]
Corrected some spelling and one technical error.
Guido van Rossum [Mon, 10 Aug 1998 13:12:22 +0000 (13:12 +0000)]
A script by Mark-Andre Lemburg to produce the PC/python_nt.def file
automatically.
Guido van Rossum [Mon, 10 Aug 1998 01:56:14 +0000 (01:56 +0000)]
Vladimir Marangozov's explanatory message.
Guido van Rossum [Mon, 10 Aug 1998 01:54:40 +0000 (01:54 +0000)]
New warnings to the uninitiated reader.
Guido van Rossum [Sun, 9 Aug 1998 04:00:05 +0000 (04:00 +0000)]
Added a bunch of symbols detected by Marc Lemburg's script.
Guido van Rossum [Sun, 9 Aug 1998 03:55:31 +0000 (03:55 +0000)]
There's a bunch of files that shouldn't be included in libpython*.a!
Guido van Rossum [Sat, 8 Aug 1998 23:48:26 +0000 (23:48 +0000)]
# New version; not clear what happened.
Guido van Rossum [Sat, 8 Aug 1998 23:40:40 +0000 (23:40 +0000)]
Sigh. More restructuring was needed.
Make an explicit test for whether the prefix is in fact the
source directory, and then don't use the registry.
Guido van Rossum [Sat, 8 Aug 1998 21:04:19 +0000 (21:04 +0000)]
Get rid of python15.lib; add some incl files
Guido van Rossum [Sat, 8 Aug 1998 20:55:59 +0000 (20:55 +0000)]
Add PyEval_CallFunction() and PyEval_CallMethod().
Guido van Rossum [Sat, 8 Aug 1998 20:53:36 +0000 (20:53 +0000)]
Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod().
Guido van Rossum [Sat, 8 Aug 1998 20:51:26 +0000 (20:51 +0000)]
# Fix strange type (methonname instead of methodname).
Guido van Rossum [Sat, 8 Aug 1998 20:11:02 +0000 (20:11 +0000)]
Play games with version numbers; add lib-tk to path.
Guido van Rossum [Sat, 8 Aug 1998 20:07:20 +0000 (20:07 +0000)]
More files to be ignored.
Guido van Rossum [Sat, 8 Aug 1998 20:05:31 +0000 (20:05 +0000)]
This file's previous log message is bogus. The real change is that
when it gets the path from the registry, it no longer appends the
default path to the end (which would mostly be a duplication).
Guido van Rossum [Sat, 8 Aug 1998 20:01:22 +0000 (20:01 +0000)]
Now include Python.h
Guido van Rossum [Sat, 8 Aug 1998 20:00:49 +0000 (20:00 +0000)]
This file's previous log message is bogus.
The real change is that it now includes "Python.h".
Guido van Rossum [Sat, 8 Aug 1998 19:58:59 +0000 (19:58 +0000)]
Different version games:
- MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's
extensions won't have to be changed.
- FILEVERSION and PRODUCTVERSION are set to 1,5,2,1.
(The last number could be the build# or the alpha release# or so.)
Guido van Rossum [Sat, 8 Aug 1998 19:40:10 +0000 (19:40 +0000)]
Jim Fulton's patches to get rid of the class_map().
Guido van Rossum [Sat, 8 Aug 1998 18:25:43 +0000 (18:25 +0000)]
Shouldn't include the lib pragma when building python15.dll itself!
Guido van Rossum [Sat, 8 Aug 1998 17:40:28 +0000 (17:40 +0000)]
Added _PyTuple_Resize to list of exported symbols. Don't know how it
could hide so long...
Barry Warsaw [Fri, 7 Aug 1998 22:24:16 +0000 (22:24 +0000)]
(py-execute-region): When temp-names are broken (Emacs 19.34), a
serial number isn't enough to uniquify the temp file name -- what if
two users are on the same machine? Add in the (emacs-pid) to help
further. Should never be tickled on Emacs 20, XEmacs 20, 21.
Fred Drake [Fri, 7 Aug 1998 20:51:58 +0000 (20:51 +0000)]
insert_index(): Take two additional parameters: $columns and $letters. Call
buildindex.py appropriately.
add_idx(),
add_module_idx(): Add the appropriate parameters to the calls to
insert_index().
Fred Drake [Fri, 7 Aug 1998 20:49:54 +0000 (20:49 +0000)]
The letter headings must be requested explicitly with --letters.
Fred Drake [Fri, 7 Aug 1998 19:52:37 +0000 (19:52 +0000)]
By default, use a two-column index.
Fred Drake [Fri, 7 Aug 1998 19:50:13 +0000 (19:50 +0000)]
Allow multi-column indexes to be produced.
Guido van Rossum [Fri, 7 Aug 1998 19:15:20 +0000 (19:15 +0000)]
The doc string for setDaemon() disagreed with the implementation. The
implementation wins.
Fred Drake [Fri, 7 Aug 1998 18:57:18 +0000 (18:57 +0000)]
re is standard, not built-in.
Guido van Rossum [Fri, 7 Aug 1998 18:28:03 +0000 (18:28 +0000)]
Clarify that the Python interpreter lock need *not* be held by
PyInterpreterState_New() and PyThreadState_New() -- but that you may
use it to serialize calls to them.
Guido van Rossum [Fri, 7 Aug 1998 18:07:36 +0000 (18:07 +0000)]
Document gethostbyname_ex().
Fred Drake [Fri, 7 Aug 1998 18:01:37 +0000 (18:01 +0000)]
Updated list of Library Reference files.
Added some dependencies to some of the HTML generation targets.
Guido van Rossum [Fri, 7 Aug 1998 18:01:14 +0000 (18:01 +0000)]
Add built-in string variables 'quit' and 'exit' that display a hint on
how to exit (in a platform dependent way!). We use os.sep to
determine which platform we're on, since I expect that this will work
better for minority platforms.
Guido van Rossum [Fri, 7 Aug 1998 17:45:09 +0000 (17:45 +0000)]
Add warning that mutable argument defaults are evaluated only once;
with examples and workaround. This keeps coming up, and I believe
that this section in the tutorial may have been (in part) the source
of the confusion. While it didn't show examples with [] for a default,
it also didn't emphasize enough why that would be a bad idea, and
while it did say that defaults are evaluated at the point of function
definition, the example was not relevant for this issue.
Fred Drake [Fri, 7 Aug 1998 17:40:20 +0000 (17:40 +0000)]
At least mark the URL to the Packages essay using \url.
Fred Drake [Fri, 7 Aug 1998 17:37:15 +0000 (17:37 +0000)]
Fix synopsis.
Guido van Rossum [Fri, 7 Aug 1998 17:36:59 +0000 (17:36 +0000)]
Clarify that quit() and close() render the instance useless.
Fred Drake [Fri, 7 Aug 1998 17:30:49 +0000 (17:30 +0000)]
Added file transfer to example.
Fred Drake [Fri, 7 Aug 1998 16:43:29 +0000 (16:43 +0000)]
Guido's white background.
Barry Warsaw [Fri, 7 Aug 1998 16:33:51 +0000 (16:33 +0000)]
Minor refilling of a paragraph...
Fred Drake [Fri, 7 Aug 1998 16:28:13 +0000 (16:28 +0000)]
im_function --> im_func
Fred Drake [Fri, 7 Aug 1998 16:03:32 +0000 (16:03 +0000)]
In the example, make sure all the imports are done.
Fred Drake [Fri, 7 Aug 1998 16:02:28 +0000 (16:02 +0000)]
Markup nits.
Fred Drake [Fri, 7 Aug 1998 16:01:15 +0000 (16:01 +0000)]
Clarify xdrlib synopsis.
Fred Drake [Fri, 7 Aug 1998 16:00:30 +0000 (16:00 +0000)]
Fix typo in binascii synopsis.
Fred Drake [Fri, 7 Aug 1998 15:58:54 +0000 (15:58 +0000)]
Removed obsolete chapter header.
Fred Drake [Fri, 7 Aug 1998 15:58:31 +0000 (15:58 +0000)]
New organization of internet modules into protocols/support and data
chapters.
Fred Drake [Fri, 7 Aug 1998 15:56:52 +0000 (15:56 +0000)]
New chapter headers for Internet Protocols and Internet Data chapters,
which replace the existing internet chapter.
Fred Drake [Fri, 7 Aug 1998 15:55:14 +0000 (15:55 +0000)]
Fix synopsis for multifile.
Guido van Rossum [Fri, 7 Aug 1998 15:32:00 +0000 (15:32 +0000)]
For Win32, added pragmas specifying the python15[_d].lib library.
Guido van Rossum [Fri, 7 Aug 1998 15:28:23 +0000 (15:28 +0000)]
[Sjoerd Mullender]
Don't use CL module since all constants are now in cl.
Guido van Rossum [Fri, 7 Aug 1998 15:26:56 +0000 (15:26 +0000)]
[Sjoerd Mullender]
Fixed infinite loop when a message ends prematurely in some
circumstances.
Guido van Rossum [Fri, 7 Aug 1998 14:55:21 +0000 (14:55 +0000)]
From: "Fredrik Lundh" <fredrik@pythonware.com>
Date: Fri, 7 Aug 1998 13:37:12 +0100
the "initialcolor" code is broken in several places in the
current version of tkColorChooser. I've attached an up-
dated version for 1.5.2.
Guido van Rossum [Thu, 6 Aug 1998 21:31:13 +0000 (21:31 +0000)]
Added note() message to Page class -- this was used but didn't exist.
(The alternative would be to call self.checker.note() but since
self.checker might be None that's not quite right.
Fred Drake [Thu, 6 Aug 1998 21:30:32 +0000 (21:30 +0000)]
Shorten the module synopsis.
Fred Drake [Thu, 6 Aug 1998 21:23:17 +0000 (21:23 +0000)]
Shorten the module synopsis.
Fred Drake [Thu, 6 Aug 1998 20:15:20 +0000 (20:15 +0000)]
Variant of AMK's patch to produce text versions of HOWTO documents.
This ensures that the text version uses latex2html's -split 1 option, without
affecting HTML produced in the same run, and also minimizes the number of
l2h runs needed if --split 1 was used for an HTML run.
Barry Warsaw [Thu, 6 Aug 1998 18:48:41 +0000 (18:48 +0000)]
Time machine experiment. Use '__name__' as the special key (always
present) that refers to the section name. Also added a (slightly)
better InterpolationError error message, which includes the raw
string.
Guido van Rossum [Thu, 6 Aug 1998 17:55:46 +0000 (17:55 +0000)]
Checkpointing news for 1.5.2a1... (Not all done.)
Fred Drake [Thu, 6 Aug 1998 15:33:55 +0000 (15:33 +0000)]
Markup nit.
Fred Drake [Thu, 6 Aug 1998 15:18:23 +0000 (15:18 +0000)]
Markup nits.
Fred Drake [Thu, 6 Aug 1998 13:45:42 +0000 (13:45 +0000)]
Marked makedirs(), removedirs(), renames() as added in 1.5.2.
Guido van Rossum [Thu, 6 Aug 1998 13:39:09 +0000 (13:39 +0000)]
On the Mac, use Internet Config to find the proxies (Jack Jansen).
Also added two XXX comments about lingering thread unsafeness.
Guido van Rossum [Thu, 6 Aug 1998 13:37:21 +0000 (13:37 +0000)]
Quote/unquote slashes in macintosh pathname components (Jack Jansen).
Guido van Rossum [Thu, 6 Aug 1998 13:36:43 +0000 (13:36 +0000)]
Added declarations for Mac code resource modules (Jack Jansen).
Guido van Rossum [Thu, 6 Aug 1998 13:36:01 +0000 (13:36 +0000)]
Added handling for Mac code resource modules (Jack Jansen).
Guido van Rossum [Thu, 6 Aug 1998 04:56:06 +0000 (04:56 +0000)]
Bump MS_DLL_ID to 1.5.2
Guido van Rossum [Thu, 6 Aug 1998 04:23:56 +0000 (04:23 +0000)]
Put the CRLF back in.
Guido van Rossum [Thu, 6 Aug 1998 04:18:38 +0000 (04:18 +0000)]
Put the CRLF back in.
Guido van Rossum [Thu, 6 Aug 1998 04:04:46 +0000 (04:04 +0000)]
New project files...
Guido van Rossum [Thu, 6 Aug 1998 03:34:39 +0000 (03:34 +0000)]
Gack. The module doc string is too long for VC++ 5.0.
However two string literals concatenated are fine!
Hope this doesn't break other platforms.
Guido van Rossum [Thu, 6 Aug 1998 03:23:32 +0000 (03:23 +0000)]
In Win32 version of listdir(), when FindFirstFile() returns
ERROR_FILE_NOT_FOUND, return an empty list instead of raising an
exception.
Guido van Rossum [Thu, 6 Aug 1998 03:21:15 +0000 (03:21 +0000)]
Removed unused variables.
Guido van Rossum [Thu, 6 Aug 1998 02:59:07 +0000 (02:59 +0000)]
Bug in how an except statement was written (submitted by Piers himself).
Fred Drake [Wed, 5 Aug 1998 21:33:54 +0000 (21:33 +0000)]
Make getversion.o dependent on ../Include/patchlevel.h as well.
Guido van Rossum [Wed, 5 Aug 1998 21:16:18 +0000 (21:16 +0000)]
Upgrade patchlevel to 1.5.2a1.
Guido van Rossum [Wed, 5 Aug 1998 21:14:32 +0000 (21:14 +0000)]
New version of makefile for Windows 3.1 from Jim Ahlstrom.
Guido van Rossum [Wed, 5 Aug 1998 21:13:54 +0000 (21:13 +0000)]
New version of VC 1.5 makefile from Jim Ahlstrom.
Guido van Rossum [Wed, 5 Aug 1998 21:10:58 +0000 (21:10 +0000)]
Get rid of obsolete setup_nt subdirectory.
Guido van Rossum [Wed, 5 Aug 1998 21:10:09 +0000 (21:10 +0000)]
Getting rid of this ancient stuff.
Guido van Rossum [Wed, 5 Aug 1998 17:56:42 +0000 (17:56 +0000)]
# Removed .pyc file that was accidentally checked in.
Jack Jansen [Wed, 5 Aug 1998 16:04:47 +0000 (16:04 +0000)]
Added SIZEOF_INT and SIZEOF_LONG
Guido van Rossum [Wed, 5 Aug 1998 13:53:32 +0000 (13:53 +0000)]
Undo a silly effect of a global substitution: the macintosh panic()
function had a reference to vPySys_WriteStderr(...) -- turn it back
into fprintf(stder, ...).
Fred Drake [Wed, 5 Aug 1998 04:48:18 +0000 (04:48 +0000)]
build_html(): Simplify, so there's only one version of the latex2html
command line.
l2hoption(): Convenience function, to write out an option to the aux. init.
file only if set.
Added --iconserver option to set the $ICONSERVER variable in latex2html; this
requires the use of an auxillary init. file since this can't be initialized
using a standard latex2html command-line option. So the aux. init. file is
used for just about all the special options since it has to be written anyway
when $ICONSERVER needs to be set.
Fred Drake [Wed, 5 Aug 1998 04:36:09 +0000 (04:36 +0000)]
Remove modified setting of $ICONSERVER; this isn't the right way to do it.
Guido van Rossum [Tue, 4 Aug 1998 22:59:26 +0000 (22:59 +0000)]
New meat.
Guido van Rossum [Tue, 4 Aug 1998 22:58:51 +0000 (22:58 +0000)]
typo (pwill -> will).