| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Add new opcodes LOAD_CLOSURE, LOAD_DEREF, STORE_DEREF, MAKE_CLOSURE to
docs for dis module.
Add docs for new function and code members in Sec. 3 of ref manual.
They're present regardless of whether nested scopes are used.
Remove description of default argument hack from Sec. 7 of the ref
manual and refer the reader to the appendix.
|
| |
|
|
| |
<lannert@lannert.rz.uni-duesseldorf.de>.
|
| | |
|
| |
|
|
|
|
| |
"name spaces".
Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
|
| |
|
|
|
|
| |
<cgw@fnal.gov>).
Fix minor problem with EXTENDED_ARG description markup..
|
| |
|
|
| |
shortly. Markup also needs checking.
|
| |
|
|
| |
Update the dis module documentation to reflect the EXTENDED_ARG opcode.
|
| | |
|
| |
|
|
| |
Lots of minor markup adjustments as well.
|
| |
|
|
|
|
|
|
| |
name as n'. By doing some twists and turns, "as" is not a reserved word.
There is a slight change in semantics for 'from module import name' (it will
now honour the 'global' keyword) but only in cases that are explicitly
undocumented.
|
| |
|
|
| |
Document opcodes added to support extended call syntax.
|
| |
|
|
|
|
|
| |
did the same anyway.
I'm not sure what to do with Tools/compiler/compiler/* -- that isn't part of
distutils, is it ? Should it try to be compatible with old bytecode version ?
|
| |
|
|
|
|
| |
This patch corrects a little glitch and two outright errors.
(Including one reported earlier by Thomas Wouters.)
|
| |
|
|
| |
Reported by Corran Webster <cwebster@math.tamu.edu>.
|
| |
|
|
| |
Fix up a few synopses.
|
| | |
|
| |
|
|
| |
look at good in print, but doesn't break the HTML.
|
| | |
|
| |
|
|
| |
Indent code sample to use 4-space indents.
|
| |
|
|
|
| |
works better with LaTeX2HTML, and allows some simplification of the python.sty
macros.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
checkin of myformat.sty.
Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}"
everywhere.
Some other minor nits that I happened to come across.
|
| | |
|
| |
|
|
| |
In IMPORT_NAME description: "is not affect:" --> "is not affected:"
|
| | |
|
| |
|
|
| |
non-breaking space!
|
| | |
|
| |
|
|
|
|
|
| |
Removed the large comment remaining from the template documentation
section; the template tells us to remove these once they're not needed.
Remove some trailing whitespace from VM instruction pseudo-code.
|
| |
|
|
|
|
|
| |
shift.
Adjust whitespace around "=" in VM machine descriptions to be consistent
throughout the document.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
to use the opcodedesc environment.
Changed a \code{} to a \file{} near the start where a file is referenced.
Fixed a typo: "on" --> "one" in ROT_THREE description.
Wherever opcodes were referenced by name, use \code{OPCODE_NAME}; usage was
inconsistent. Ideally, another macro would be defined since these don't
represent code a programmer would type, but that's minor even for me. It'll
probably get converted automatically in the SGML conversion project. Whether
that matters or not isn't relevant at this point.
|
| |
|