summaryrefslogtreecommitdiff
path: root/Lib/test/test_dis.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} withJeffrey Yasskin2009-02-281-19/+17
* Issue #2183: Simplify and optimize bytecode for list comprehensions.Antoine Pitrou2008-12-171-20/+16
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Clean up imports.Collin Winter2007-04-041-4/+4
* Whitespace normalization.Tim Peters2006-07-181-4/+4
* Bug #1512814, Fix incorrect lineno's when code within a functionNeal Norwitz2006-07-161-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