- 11 Agu, 1998 23 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
displays funny characters, like spaces or control characters, more clearly (one of my pet peeves in error messages). Also only suppress the filename if it is None; display it if it is '', since that would be a genuine (illegal) filename passed in!
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Small markup nits.
-
Guido van Rossum yazdı
frozen packages. (I *think* this means that we can now have a built-in module bar that's a submodule of a frozen package foo, by registering the built-in module with a name "foo.bar" in the table of builtin modules.)
-
Guido van Rossum yazdı
- Faster conversion to string for binary bases: linear instead of quadratic! - Allocate smaller result for certain masking ops, e.g. (1L<<30000) & 1.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
standard Python documentation, since the mkhowto.sh script is. Let there be no doubts....
-
Fred Drake yazdı
converted.
-
Fred Drake yazdı
-
Fred Drake yazdı
Include an additional button to the module index in the nav. bars if we generate a module index. Still need a button image, but the ALT text should do for now.
-
- 10 Agu, 1998 17 kayıt (commit)
-
-
Guido van Rossum yazdı
organize it better...
-
Fred Drake yazdı
-
Barry Warsaw yazdı
"3.67 fixes Imenu as far as classes are concerned, but some default values for function arguments are still not supported." This ought to fix that problem.
-
Barry Warsaw yazdı
indetnation of normal statements: The regular expression that searches for indenting comment lines has been changed to not require a space/tab after the first `#'. We then explicitly look for py-block-comment-prefix depending on the value of py-honor-comment-indentation. I think this more accurately reflects the documentation for py-honor-comment-indentation.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
tabs).
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Fix up a few synopses.
-
Fred Drake yazdı
do_cmd_sectionauthor(): Parallel the new macros.
-
Fred Drake yazdı
\sectionauthor: New macros to record attributions; no output.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-