]>
granicus.if.org Git - python/log
Guido van Rossum [Sat, 27 Dec 1997 15:14:43 +0000 (15:14 +0000)]
Typo: Widht instead of Width...
Guido van Rossum [Fri, 26 Dec 1997 22:15:57 +0000 (22:15 +0000)]
Plug the most annoying recursive printing problem -- reset '_' to None
before printing and set it to the printed variable *after* printing
(and only when printing is successful).
Guido van Rossum [Thu, 25 Dec 1997 04:51:41 +0000 (04:51 +0000)]
Just for fun, add a static module, "xyzzy" -- show that calling its
initxyzzy() works.
Guido van Rossum [Thu, 25 Dec 1997 04:48:51 +0000 (04:48 +0000)]
Add setsockopt...SO_REUSEADDR to avoid stupid waiting when killing and
restarting the server.
Guido van Rossum [Wed, 24 Dec 1997 22:24:19 +0000 (22:24 +0000)]
Added expect() method which takes a list of regular expressions and an
optional timeout. Also moved some imports around.
Guido van Rossum [Wed, 24 Dec 1997 21:18:41 +0000 (21:18 +0000)]
Use string.replace instead of regsub.[g]sub.
Guido van Rossum [Wed, 24 Dec 1997 21:07:04 +0000 (21:07 +0000)]
Decided to add the telnet library that I wrote long ago (it's still in
the Demos/cwilib directory). Converted comments to doc strings and
used default arguments instead of *args. Updated the example.
Guido van Rossum [Wed, 24 Dec 1997 18:32:36 +0000 (18:32 +0000)]
Checking in fixed PS, with A4 capability.
Guido van Rossum [Wed, 24 Dec 1997 18:31:53 +0000 (18:31 +0000)]
Script to edit one line in the PS to allow A4 printing.
Jack Jansen [Tue, 23 Dec 1997 22:56:25 +0000 (22:56 +0000)]
Upped tcl/tk instructions for 8.0p2
Guido van Rossum [Tue, 23 Dec 1997 19:03:42 +0000 (19:03 +0000)]
Added Jack Jansen's versioncheck to the README file.
Guido van Rossum [Tue, 23 Dec 1997 18:43:55 +0000 (18:43 +0000)]
Adding Jack Jansen's version checking utility.
Fred Drake [Tue, 23 Dec 1997 04:21:20 +0000 (04:21 +0000)]
Convert a couple of three-column tables with an empty third column to
two-column tables. This improves the rendering of the HTML version on
(at least) some browsers.
Fred Drake [Tue, 23 Dec 1997 04:10:35 +0000 (04:10 +0000)]
Removed unnecessary \small{} block; latex2html got it wrong and its no
longer needed for printed output.
Fred Drake [Tue, 23 Dec 1997 04:03:26 +0000 (04:03 +0000)]
Removed unnecessary \small{} block; latex2html got it wrong and its no
longer needed for printed output.
Guido van Rossum [Mon, 22 Dec 1997 22:46:52 +0000 (22:46 +0000)]
AMK's latest -- synchronized with PCRE 1.04.
Guido van Rossum [Mon, 22 Dec 1997 22:41:40 +0000 (22:41 +0000)]
AMK's latest
Fred Drake [Mon, 22 Dec 1997 22:37:34 +0000 (22:37 +0000)]
do_env_tableii(), do_cmd_lineii(),
do_env_tableiii(), do_cmd_lineiii(): New functions to handle tableii and
tableiii environments.
Small changes to not add a superfluous space between a function name and the
comma in the index.
Guido van Rossum [Sun, 21 Dec 1997 07:05:32 +0000 (07:05 +0000)]
Converted to use re instead of regex; version 0.9.0.
Guido van Rossum [Sun, 21 Dec 1997 06:46:20 +0000 (06:46 +0000)]
Oops, left in a non-standard multi-line doc string that GCC finds okay
but other compilers don't like.
Guido van Rossum [Fri, 19 Dec 1997 23:02:22 +0000 (23:02 +0000)]
Oops, tiny fix for the DGUX rule when installing -- don't fail when
libpython$(VERSION).so doesn't exist.
Guido van Rossum [Fri, 19 Dec 1997 04:49:27 +0000 (04:49 +0000)]
Added bsddb project
Guido van Rossum [Fri, 19 Dec 1997 04:29:50 +0000 (04:29 +0000)]
Add new optional parameter 'suffix' (default ''), which is appended to
the temporary file name. Also some minor formatting of Jim F's code.
Guido van Rossum [Fri, 19 Dec 1997 04:25:23 +0000 (04:25 +0000)]
Oops -- '(' is also a legal start character of a new format...
Guido van Rossum [Fri, 19 Dec 1997 04:24:24 +0000 (04:24 +0000)]
Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit).
Guido van Rossum [Thu, 18 Dec 1997 23:55:32 +0000 (23:55 +0000)]
Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but
it seems harmless for other platforms. It plays tricks with the name
of the library used to link with. Apparently DG/UX really wants a
shared library to link with if it wants shared modules to use symbols
from the library. I'm not sure why this wasn't an issue with 1.4;
DG/UX seems to be the only platform where moving to a single library
made things harder!
BTW This adds a target to create libpython$(VERSION).so; however this
target is *only* for DG/UX.
Guido van Rossum [Thu, 18 Dec 1997 23:42:19 +0000 (23:42 +0000)]
Two unrelated changes:
- add test for strptime (not used by the core but needed by Marc Lemburg's
Date object).
- Test for GNU ld on Solaris; need to add an extra linker option to
export symbols in that case.
Jack Jansen [Thu, 18 Dec 1997 17:50:29 +0000 (17:50 +0000)]
Moved toolbox to lib-toolbox, Sjoerd-style.
Jack Jansen [Thu, 18 Dec 1997 17:47:12 +0000 (17:47 +0000)]
Moved scripting to lib-scripting (did it the Sjoerd-way this time)
Guido van Rossum [Thu, 18 Dec 1997 16:28:56 +0000 (16:28 +0000)]
Replace unprotected tilders by \~ -- an unprotected tilde is a
non-breaking space!
Fred Drake [Thu, 18 Dec 1997 15:56:05 +0000 (15:56 +0000)]
Change {\em ...} to \emph{...}; this seems to be the developing preference
throughout the manuals, and seems easier to read.
Fred Drake [Thu, 18 Dec 1997 14:16:46 +0000 (14:16 +0000)]
img_tag(), top_navigation_panel(): Generate markup the same case as other
functions in this file.
Fred Drake [Thu, 18 Dec 1997 14:14:16 +0000 (14:14 +0000)]
make_mod_index_entry(): Generate markup the same case as other functions in
this file.
Guido van Rossum [Thu, 18 Dec 1997 05:27:55 +0000 (05:27 +0000)]
Oops, the output file really should be called zlib.pyd here!
Guido van Rossum [Thu, 18 Dec 1997 05:22:23 +0000 (05:22 +0000)]
Added project for zlib
Guido van Rossum [Thu, 18 Dec 1997 05:21:29 +0000 (05:21 +0000)]
Win32 treatment.
Guido van Rossum [Thu, 18 Dec 1997 05:21:07 +0000 (05:21 +0000)]
Make this test succeed even when using "import test.test_zlib".
Guido van Rossum [Wed, 17 Dec 1997 21:27:23 +0000 (21:27 +0000)]
Changes for older Win platforms by Jim Ahlstrom
Guido van Rossum [Wed, 17 Dec 1997 21:08:34 +0000 (21:08 +0000)]
Tiny doc patch for QNS
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.
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{}.
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.
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.
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.
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".
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{}.
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".
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.
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".
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.
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.
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.
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.
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.
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.
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
Guido van Rossum [Wed, 17 Dec 1997 00:23:39 +0000 (00:23 +0000)]
AMK's latest
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().
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.
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.
Guido van Rossum [Tue, 16 Dec 1997 21:14:55 +0000 (21:14 +0000)]
Up the version.
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.
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: ( < > .
Guido van Rossum [Tue, 16 Dec 1997 18:12:30 +0000 (18:12 +0000)]
Add -lld option for AIX to _tkinter rules.
Guido van Rossum [Tue, 16 Dec 1997 17:54:18 +0000 (17:54 +0000)]
Added SOLID definition.
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).
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.
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.
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{}.
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.
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.
Fred Drake [Tue, 16 Dec 1997 04:08:24 +0000 (04:08 +0000)]
Fixed index module reference.
Fred Drake [Tue, 16 Dec 1997 04:06:33 +0000 (04:06 +0000)]
Added a named target for referencing.
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.
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.
Fred Drake [Tue, 16 Dec 1997 00:02:01 +0000 (00:02 +0000)]
Fixed index references to modules. (This is *not* the spam module!)
Fred Drake [Mon, 15 Dec 1997 22:28:38 +0000 (22:28 +0000)]
Fixed 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{}.
Fred Drake [Mon, 15 Dec 1997 22:20:33 +0000 (22:20 +0000)]
Fixed 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.
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.
Fred Drake [Mon, 15 Dec 1997 22:09:42 +0000 (22:09 +0000)]
Fixed index references to modules.
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.)
Fred Drake [Mon, 15 Dec 1997 21:59:33 +0000 (21:59 +0000)]
Fixed index references to modules.
Placed references closer to usage.
Fred Drake [Mon, 15 Dec 1997 21:56:05 +0000 (21:56 +0000)]
Fixed index references to modules.
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.
Fred Drake [Mon, 15 Dec 1997 21:40:15 +0000 (21:40 +0000)]
Added some module references to the index.
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.
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.
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().
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.
Guido van Rossum [Mon, 15 Dec 1997 18:07:10 +0000 (18:07 +0000)]
Patch by Oliver Andrich for Lunix using glibc.
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.
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>
Guido van Rossum [Mon, 15 Dec 1997 17:53:31 +0000 (17:53 +0000)]
regex -> re
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.
Guido van Rossum [Mon, 15 Dec 1997 17:31:52 +0000 (17:31 +0000)]
Added tag_prevrange analogous to rag_nextrange.
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!
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.
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.