- 19 Şub, 1998 39 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the socket.
-
Guido van Rossum yazdı
characters \, 0, 0, 0.
-
Guido van Rossum yazdı
Miller, who complained that its kurtosis was bad, and then fixed by Lambert Meertens (author of the original algorithm) who discovered that the mathematical analysis leading to his solution was wrong, and provided a corrected version. Mike then tested the fix and reported that the kurtosis was now good.
-
Guido van Rossum yazdı
In login(), force passwd and acct to '' when they are None (this can happen in the test program!).
-
Guido van Rossum yazdı
string.replace(...)) instead of a for loop). Don't call normcase() in normpath() -- the filesystem just might be case preserving...
-
Guido van Rossum yazdı
Also, I just ran across a [possible] minor glitch in the library documentation for site.py. It says: "For example, suppose sys.prefix and sys.exec_prefix are set to `/usr/local'. The Python 1.5 library is then installed in `/usr/local/lib/python1.5'. Suppose this has a subdirectory `/usr/local/python1.5/site-packages' with three subsubdirectories, `foo', `bar' and `spam'..." I think it should be: "...Suppose this has a subdirectory `/usr/local/lib/python1.5/site-packages' with..." ^^^^
-
Fred Drake yazdı
-
Guido van Rossum yazdı
that was only causing confusing). Add free(userpath) and free(machinepath) statements to prevent some leaks.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Logical markup.
-
Guido van Rossum yazdı
(modified) and use that. Some differences in the cleanup algorithm: - Clear __main__ before the other modules. - Delete more sys variables: including ps1, ps2, exitfunc, argv, and even path -- this will prevent new imports! - Restore stdin, stdout, stderr from __stdin__, __stdout__, __stderr__, effectively deleting hooks that the user might have installed -- so their (the hooks') destructors will run.
-
Guido van Rossum yazdı
__stderr__. These will be used by the import cleanup.
-
Guido van Rossum yazdı
clear_carefully() used to do in import.c. Differences: leave only __builtins__ alone in the 2nd pass; and don't clear the dictionary (on the theory that as long as there are references left to the dictionary, those might be destructors that might expect __builtins__ to be alive when they run; and __builtins__ can't normally be part of a cycle).
-
Fred Drake yazdı
-
Guido van Rossum yazdı
if the globals are the same. Also, when creating a dummy builtins dictionary, add "None" to it, just to be kind.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Run node2label.pl on the HTML versions of all the LaTeX manuals.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
real names instead of node#.html names.
-
Fred Drake yazdı
module addressing in HTML.
-
Fred Drake yazdı
Support {classdesc} and {fulllineitems} environments. Support most recent logical markup.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
repeating file names. Change lib.texi target to not overwrite the input file; work on a copy.
-
Fred Drake yazdı
markup. The info generation now works, yet again.
-
Fred Drake yazdı
required to get the info generation back in operation, yet again.
-
Fred Drake yazdı
Several uses of "\^" could be simplified; this fixes part of the info generation process.
-
Fred Drake yazdı
adding the \label{} broke that.
-
Fred Drake yazdı
-
Fred Drake yazdı
Changed {funcdesc} to {classdesc}. This is a test case for {classdesc}.
-
Fred Drake yazdı
Use \newenvironment{envname} instead of \newcommand{\foo} & \newcommand{\endfoo} (or \let\endfoo=...!) wherever reasonable. Where {*desc} environment helper functions are not needed outside a single environment definition, inline them. Ensure that \seemodule{} and \seetext{} are only available within the {seealso} environment. Added "()" to the index entries for {funcdesc} and {cfuncdesc} environments. Added {classdesc} environment which looks like the {funcdesc} environment but doesn't add the parens in the index entry.
-
Fred Drake yazdı
combining.
-
Guido van Rossum yazdı
local time -- that's better than failure.
-
- 18 Şub, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
&do_cmd_email: Adjust to use a font similar to that used in the printed representation. &my_module_index_helper: Change to be only used for defining markup. Don't prepend an <A NAME=...> to the result; use the containing page as the module target for the index. &ref_module_index_helper: New function. Used only for references to modules described elsewhere. Generate the right target. &init_myformat: Set the anchor_mark to an empty string; this avoids junky " "'s in the text, which could really screw up vertical spacing when that's all that's in a paragraph. &do_cmd_seemodule: Insert markup to jump right to the referred-to module.
-