summaryrefslogtreecommitdiff
path: root/Lib/test/test_dis.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+17
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-4/+4
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-2/+6
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-8/+8
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-5/+6
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+24
* SF bug 1442442: LIST_APPEND optimization got lost in the AST merge.Neal Norwitz2006-03-031-21/+19
* test_bug_1333982(): This one must fail under -O.Tim Peters2005-12-251-1/+4
* Fix Armin's bug 1333982. He found it, he didn't created it :-)Neal Norwitz2005-12-181-0/+40
* SF Patch #1013667: Cleanup Peepholer OutputRaymond Hettinger2004-08-231-2/+0
* Delete comment my last checkin rendered obsolete.Michael W. Hudson2003-04-301-2/+0
* Use Tim's suggestion to fixMichael W. Hudson2003-04-291-14/+51
* This test relied on significant trailing whitespace in a string literal.Tim Peters2003-03-071-7/+12
* simple test case for dis moduleSkip Montanaro2003-02-271-0/+53