Guido van Rossum
e2d81cd4d7
Jim Fulton's patches to get rid of the class_map().
1998-08-08 19:40:10 +00:00
Guido van Rossum
1a87be1422
Shouldn't include the lib pragma when building python15.dll itself!
1998-08-08 18:25:43 +00:00
Guido van Rossum
444383039d
Added _PyTuple_Resize to list of exported symbols. Don't know how it
...
could hide so long...
1998-08-08 17:40:28 +00:00
Barry Warsaw
1b3442493a
(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.
1998-08-07 22:24:16 +00:00
Fred Drake
4d10b43c26
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().
1998-08-07 20:51:58 +00:00
Fred Drake
077fffa874
The letter headings must be requested explicitly with --letters.
1998-08-07 20:49:54 +00:00
Fred Drake
aa3f9fb7d5
By default, use a two-column index.
1998-08-07 19:52:37 +00:00
Fred Drake
7cbf462acf
Allow multi-column indexes to be produced.
1998-08-07 19:50:13 +00:00
Guido van Rossum
449fdf1d76
The doc string for setDaemon() disagreed with the implementation. The
...
implementation wins.
1998-08-07 19:15:20 +00:00
Fred Drake
66da9d69fc
re is standard, not built-in.
1998-08-07 18:57:18 +00:00
Guido van Rossum
ed9dcc10f8
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.
1998-08-07 18:28:03 +00:00
Guido van Rossum
cdf6af1233
Document gethostbyname_ex().
1998-08-07 18:07:36 +00:00
Fred Drake
96e11029b8
Updated list of Library Reference files.
...
Added some dependencies to some of the HTML generation targets.
1998-08-07 18:01:37 +00:00
Guido van Rossum
d89fa0c576
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.
1998-08-07 18:01:14 +00:00
Guido van Rossum
aee5e26f4b
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.
1998-08-07 17:45:09 +00:00
Fred Drake
1a0b872665
At least mark the URL to the Packages essay using \url.
1998-08-07 17:40:20 +00:00
Fred Drake
5ee808db51
Fix synopsis.
1998-08-07 17:37:15 +00:00
Guido van Rossum
730d83797e
Clarify that quit() and close() render the instance useless.
1998-08-07 17:36:59 +00:00
Fred Drake
161edc29a6
Added file transfer to example.
1998-08-07 17:30:49 +00:00
Fred Drake
0cb76200ef
Guido's white background.
1998-08-07 16:43:29 +00:00
Barry Warsaw
92a6ed9940
Minor refilling of a paragraph...
1998-08-07 16:33:51 +00:00
Fred Drake
70da192f63
im_function --> im_func
1998-08-07 16:28:13 +00:00
Fred Drake
60c3cafc24
In the example, make sure all the imports are done.
1998-08-07 16:03:32 +00:00
Fred Drake
3700b6f94e
Markup nits.
1998-08-07 16:02:28 +00:00
Fred Drake
c18a6f3bfe
Clarify xdrlib synopsis.
1998-08-07 16:01:15 +00:00
Fred Drake
2d62395a8e
Fix typo in binascii synopsis.
1998-08-07 16:00:30 +00:00
Fred Drake
150ee43c64
Removed obsolete chapter header.
1998-08-07 15:58:54 +00:00
Fred Drake
f44c4851e9
New organization of internet modules into protocols/support and data
...
chapters.
1998-08-07 15:58:31 +00:00
Fred Drake
29fe944787
New chapter headers for Internet Protocols and Internet Data chapters,
...
which replace the existing internet chapter.
1998-08-07 15:56:52 +00:00
Fred Drake
d795c5cbd1
Fix synopsis for multifile.
1998-08-07 15:55:14 +00:00
Guido van Rossum
446f033e23
For Win32, added pragmas specifying the python15[_d].lib library.
1998-08-07 15:32:00 +00:00
Guido van Rossum
2c2f731daf
[Sjoerd Mullender]
...
Don't use CL module since all constants are now in cl.
1998-08-07 15:28:23 +00:00
Guido van Rossum
1015be3812
[Sjoerd Mullender]
...
Fixed infinite loop when a message ends prematurely in some
circumstances.
1998-08-07 15:26:56 +00:00
Guido van Rossum
5ff1761d3f
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.
1998-08-07 14:55:21 +00:00
Guido van Rossum
a42c1ee21d
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.
1998-08-06 21:31:13 +00:00
Fred Drake
399fea89cb
Shorten the module synopsis.
1998-08-06 21:30:32 +00:00
Fred Drake
72d157e998
Shorten the module synopsis.
1998-08-06 21:23:17 +00:00
Fred Drake
9940bd717c
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.
1998-08-06 20:15:20 +00:00
Barry Warsaw
6446212593
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.
1998-08-06 18:48:41 +00:00
Guido van Rossum
f5475c95a7
Checkpointing news for 1.5.2a1... (Not all done.)
1998-08-06 17:55:46 +00:00
Fred Drake
23a163454a
Markup nit.
1998-08-06 15:33:55 +00:00
Fred Drake
1a3c2a0ede
Markup nits.
1998-08-06 15:18:23 +00:00
Fred Drake
56fa8a7e4b
Marked makedirs(), removedirs(), renames() as added in 1.5.2.
1998-08-06 13:45:42 +00:00
Guido van Rossum
4163e708ed
On the Mac, use Internet Config to find the proxies (Jack Jansen).
...
Also added two XXX comments about lingering thread unsafeness.
1998-08-06 13:39:09 +00:00
Guido van Rossum
4ff6d27319
Quote/unquote slashes in macintosh pathname components (Jack Jansen).
1998-08-06 13:37:21 +00:00
Guido van Rossum
9c241ba014
Added declarations for Mac code resource modules (Jack Jansen).
1998-08-06 13:36:43 +00:00
Guido van Rossum
0f84a349bb
Added handling for Mac code resource modules (Jack Jansen).
1998-08-06 13:36:01 +00:00
Guido van Rossum
1127487972
Bump MS_DLL_ID to 1.5.2
1998-08-06 04:56:06 +00:00
Guido van Rossum
78f6583c7c
Put the CRLF back in.
1998-08-06 04:23:56 +00:00
Guido van Rossum
0f586dacc0
Put the CRLF back in.
1998-08-06 04:18:38 +00:00