- 22 Nis, 1999 30 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
idle.py -e file ... -- to edit files idle.py script arg ... -- to run a script idle.py -c cmd arg ... -- to run a command Other options, see also the usage message (also new!) for more details: -d -- enable debugger -s -- run $IDLESTARTUP or $PYTHONSTARTUP -t title -- set Python Shell window's title sys.argv is set accordingly, unless -e is used. sys.path is absolutized, and all relevant paths are inserted into it. Other changes: - the environment in which commands are executed is now the __main__ module - explicitly save sys.stdout etc., don't restore from sys.__stdout__ - new interpreter methods execsource(), execfile(), stuffsource() - a few small nits
-
Fred Drake yazdı
offending lines or to include line numbers in the output.
-
Fred Drake yazdı
-
Fred Drake yazdı
Make module references hyperlinks.
-
Fred Drake yazdı
-
Fred Drake yazdı
Various small cleanups.
-
Fred Drake yazdı
Don't refer to the STDWIN chapter; chances are really good it wasn't included. ;-)
-
Fred Drake yazdı
-
Fred Drake yazdı
Make some module references hyperlinks.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
confusing. This is clearly Unix-specific; label it as such.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Unix-centric. Note that this can be used with the output of os.fstat() as well as os.stat() and os.lstat().
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Run/Import, __main__.
-
Fred Drake yazdı
databases (opened using hashopen()), as noted by Skip Montanaro on comp.lang.python.
-
Guido van Rossum yazdı
dramatically (up to 15 times he claims). Works by reading more than one line at a time, up to 100-line chunks (starting with one line and then doubling up to the limit). On a typical machine (e.g. Tim's P5-166) this doesn't reduce interactive responsiveness in a noticeable way.
-
Fred Drake yazdı
the module being documented at that point in the documentation; these are candidates for conversion to \refmodule, which produces a hyperlink in the HTML and PDF versions of the output.
-
Fred Drake yazdı
-
Fred Drake yazdı
Use Python-traditional XXX comments instead of square brackets that aren't as obvious or usefully grepable.
-
Fred Drake yazdı
\op adds an optional parameter, and \p adds a required parameter. These are only defined in the context of the parameter list parameter of the envdesc and macrodesc environments.
-
Guido van Rossum yazdı
compiler info.
-
- 21 Nis, 1999 10 kayıt (commit)
-
-
Fred Drake yazdı
All sections get reasonable file names in the HTML output.
-
Fred Drake yazdı
-
Fred Drake yazdı
elsewhere in the library reference.
-
Fred Drake yazdı
Added "See also" reference to zlib home page, even though it's mentioned in the text.
-
Fred Drake yazdı
Make all references to the os module hyperlinks.
-
Fred Drake yazdı
-
Fred Drake yazdı
Added more information for cStringIO.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
marked at all.
-