Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-15 | 1 | -4/+4 |
| | | | | | | This patch corrects a little glitch and two outright errors. (Including one reported earlier by Thomas Wouters.) | ||||
* | SET_LINE_NO ==> SET_LINENO | Fred Drake | 1999-05-17 | 1 | -1/+1 |
| | | | | Reported by Corran Webster <cwebster@math.tamu.edu>. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Revert markup around list of display fields from the disassembler; it doesn't | Fred Drake | 1998-04-13 | 1 | -6/+2 |
| | | | | look at good in print, but doesn't break the HTML. | ||||
* | Fix the formatting of the list of fields in the disassemble() function. | Fred Drake | 1998-04-07 | 1 | -2/+8 |
| | |||||
* | Minor nits. | Fred Drake | 1998-04-03 | 1 | -17/+15 |
| | | | | Indent code sample to use 4-space indents. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -2/+2 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 1 | -0/+1 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -5/+5 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Correct description of BUILD_SLICE. | Guido van Rossum | 1998-02-12 | 1 | -4/+4 |
| | |||||
* | Mark opcode arguments \var{} in the running text. | Fred Drake | 1998-02-12 | 1 | -11/+11 |
| | | | | In IMPORT_NAME description: "is not affect:" --> "is not affected:" | ||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | |||||
* | Replace unprotected tilders by \~ -- an unprotected tilde is a | Guido van Rossum | 1997-12-18 | 1 | -1/+1 |
| | | | | non-breaking space! | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 1 | -1/+1 |
| | |||||
* | Arg; more nits, but I may as well finish the job. | Fred Drake | 1997-12-04 | 1 | -20/+6 |
| | | | | | | | 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. | ||||
* | Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left | Fred Drake | 1997-12-04 | 1 | -6/+6 |
| | | | | | | | shift. Adjust whitespace around "=" in VM machine descriptions to be consistent throughout the document. | ||||
* | The biggie: changed the funcdesc environments used for opcode descriptions | Fred Drake | 1997-12-03 | 1 | -175/+176 |
| | | | | | | | | | | | | | | 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. | ||||
* | Docu for dis.py, written by Martin von Loewis. | Guido van Rossum | 1997-11-18 | 1 | -0/+524 |