summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdis.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-674/+0
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-4/+4
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-0/+4
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-21/+0
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-5/+0
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-0/+4
* Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up theBrett Cannon2006-08-251-4/+0
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).Neal Norwitz2006-03-171-5/+0
* Get rid of last vestiges of BINARY_DIVIDE.Neal Norwitz2006-03-161-5/+0
* Update an example to match current output.Raymond Hettinger2005-02-231-3/+1
* Document missing opcodes.Raymond Hettinger2005-02-211-0/+8
* add two missing itemsSkip Montanaro2005-01-051-0/+10
* Fix unbalanced parethesis.Raymond Hettinger2003-05-101-1/+1
* Further SET_LINENO reomval fixes. See comments in patch #587933.Michael W. Hudson2002-08-301-9/+2
* This is my patchMichael W. Hudson2002-08-151-10/+17
* SF patch #591305 Documentation err in bytecode defsNeal Norwitz2002-08-051-1/+1
* dis.dis() also supports modulesNeal Norwitz2002-06-261-1/+2
* The opcode FOR_LOOP no longer exists.Guido van Rossum2002-06-131-7/+3
* SF bug 567826. Document new opcodes:Guido van Rossum2002-06-121-6/+50
* Add documentation on the hasfree data object.Fred Drake2002-03-281-0/+4
* "boolean" --> "Boolean" (per the style guide).Fred Drake2001-10-011-2/+2
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-1/+1
* Add nested scopes spec to appendix.Jeremy Hylton2001-03-231-0/+27
* Fixed a large number of small problems, mostly noted by Detlef LannertFred Drake2000-10-101-10/+9
* Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-3/+4
* When referring to namespaces, always say "namespaces" instead ofFred Drake2000-09-121-2/+2
* UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles WaldmanFred Drake2000-08-311-2/+2
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-241-0/+59
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-0/+7
* Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.Barry Warsaw2000-08-211-2/+12
* Fix a markup error that caused formatting to fail.Fred Drake2000-08-181-16/+17
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-2/+9
* Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>:Fred Drake2000-08-171-0/+19
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-111-4/+4
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-151-4/+4
* SET_LINE_NO ==> SET_LINENOFred Drake1999-05-171-1/+1
* New section header style.Fred Drake1998-08-101-1/+2
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
* Revert markup around list of display fields from the disassembler; it doesn'tFred Drake1998-04-131-6/+2
* Fix the formatting of the list of fields in the disassemble() function.Fred Drake1998-04-071-2/+8
* Minor nits.Fred Drake1998-04-031-17/+15
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-2/+2
* Added \label{} for logical addressing.Fred Drake1998-02-191-0/+1
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-5/+5
* Correct description of BUILD_SLICE.Guido van Rossum1998-02-121-4/+4
* Mark opcode arguments \var{} in the running text.Fred Drake1998-02-121-11/+11
* Reduce warning count from partparse.py.Fred Drake1997-12-291-1/+1
* Replace unprotected tilders by \~ -- an unprotected tilde is aGuido van Rossum1997-12-181-1/+1