- 13 Mar, 1998 7 kayıt (commit)
-
-
Guido van Rossum yazdı
int(), long(), float().
-
Guido van Rossum yazdı
with the memo as an argument.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
magic comment. Now Guido only has to worry about the northern Wisconsin Braces Freedom Fighter Militia.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
<lannert@uni-duesseldorf.de>
-
Barry Warsaw yazdı
setting of py-indent-offset and indent-tabs-mode. (python-mode): After python-mode-hook is run, do the automagic calculation if py-smart-indentation is non-nil. (py-parse-state): Get rid of unused variable to quiet the byte-compiler.
-
- 12 Mar, 1998 16 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
\envvar{}: Bow to font-lock-mode a few times...!
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Clean up index reference to SGMLParser class.
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
Lots of nits in both.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
things in the index.
-
Fred Drake yazdı
macro. Intended usage: \withsubitem{(in module foo)}{\ttindex{myfunc()}} This allows indexing functions from other modules/class/whatnot without being dependent on the exact expansions of several macros internal to python.sty. It's also easier to read in the source! Some new "logical" macros that seem to be useful: \regexp{}: For regular expressions. To make it easier to keep the appearance consistent. \mimetype{}: Don't use \code{}! \envvar{}: Environment variable. This does some indexing as well. \character{}: Just a character we want to talk about in the text, but not a Python constant.
-
Fred Drake yazdı
-
Fred Drake yazdı
Improve some index entries.
-
Fred Drake yazdı
Markup consistency. Removed incorrect \setindexsubitem{}.
-
- 11 Mar, 1998 15 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Add section on using A4 paper, since that's a common request.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
Add a -q option for "quiet" operation. Nothing gets out (not even stderr, since that's tossed to stdout for capture in the .how file). It's a good idea to use -l to get the log in case there are problems. Maybe this should be the default and add a --verbose option to get the stdout? There's way too much junk output.
-
Fred Drake yazdı
a "set -x". Allow keeping a transcript, using -l, in $FILE.how. Allow keeping of all the temp files created by the process, using -k.
-
Fred Drake yazdı
Leave find_my_file() around for now, even though we're not using it at the moment.
-
Fred Drake yazdı
Python Reference Manual.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Changed example to use "import posixfile" instead of "from posixfile import *" since only one symbol was used.
-
Fred Drake yazdı
Made references to constants in other TERMIOS module explicit in termios description. Removed superfluous backslash from example.
-
Fred Drake yazdı
-
Fred Drake yazdı
Added information on the exception attributes when exceptions are classes.
-
- 10 Mar, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
Kerberos from Python" HOWTO (this will change shortly, I hope). This needs to be run from it's location in the Doc/tools directory, and not via a symlink. I'll try and fix this in the future. The help message needs work.
-
Fred Drake yazdı
.perl file search path, rather than making assumptions about the current directory.
-