index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
lib
/
libdis.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-4/+4
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-0/+4
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-1/+1
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-21/+0
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-5/+0
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
1
-0/+4
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
1
-4/+0
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-1/+1
*
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
Neal Norwitz
2006-03-17
1
-5/+0
*
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz
2006-03-16
1
-5/+0
*
Update an example to match current output.
Raymond Hettinger
2005-02-23
1
-3/+1
*
Document missing opcodes.
Raymond Hettinger
2005-02-21
1
-0/+8
*
add two missing items
Skip Montanaro
2005-01-05
1
-0/+10
*
Fix unbalanced parethesis.
Raymond Hettinger
2003-05-10
1
-1/+1
*
Further SET_LINENO reomval fixes. See comments in patch #587933.
Michael W. Hudson
2002-08-30
1
-9/+2
*
This is my patch
Michael W. Hudson
2002-08-15
1
-10/+17
*
SF patch #591305 Documentation err in bytecode defs
Neal Norwitz
2002-08-05
1
-1/+1
*
dis.dis() also supports modules
Neal Norwitz
2002-06-26
1
-1/+2
*
The opcode FOR_LOOP no longer exists.
Guido van Rossum
2002-06-13
1
-7/+3
*
SF bug 567826. Document new opcodes:
Guido van Rossum
2002-06-12
1
-6/+50
*
Add documentation on the hasfree data object.
Fred Drake
2002-03-28
1
-0/+4
*
"boolean" --> "Boolean" (per the style guide).
Fred Drake
2001-10-01
1
-2/+2
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-1/+1
*
Add nested scopes spec to appendix.
Jeremy Hylton
2001-03-23
1
-0/+27
*
Fixed a large number of small problems, mostly noted by Detlef Lannert
Fred Drake
2000-10-10
1
-10/+9
*
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
Fred Drake
2000-10-10
1
-3/+4
*
When referring to namespaces, always say "namespaces" instead of
Fred Drake
2000-09-12
1
-2/+2
*
UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman
Fred Drake
2000-08-31
1
-2/+2
*
Rough and incomplete documentation on augmented assignment, which follows
Thomas Wouters
2000-08-24
1
-0/+59
*
Charles G. Waldman <cgw@fnal.gov>:
Fred Drake
2000-08-24
1
-0/+7
*
Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.
Barry Warsaw
2000-08-21
1
-2/+12
*
Fix a markup error that caused formatting to fail.
Fred Drake
2000-08-18
1
-16/+17
*
Apply SF patch #101135, adding 'import module as m' and 'from module import
Thomas Wouters
2000-08-17
1
-2/+9
*
Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>:
Fred Drake
2000-08-17
1
-0/+19
*
Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they
Thomas Wouters
2000-08-11
1
-4/+4
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2000-06-15
1
-4/+4
*
SET_LINE_NO ==> SET_LINENO
Fred Drake
1999-05-17
1
-1/+1
*
New section header style.
Fred Drake
1998-08-10
1
-1/+2
*
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
*
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
*
Change "\," to just "," in function signatures. This is easier to maintain,
Fred Drake
1998-03-17
1
-2/+2
*
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
*
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
*
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
*
Make the word "Module" in the section header start with an upper-case "M".
Fred Drake
1997-12-17
1
-1/+1
[next]