summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dis.py
Commit message (Expand)AuthorAgeFilesLines
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-13/+33
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-1/+1
* merge 3.4 (#23048)Benjamin Peterson2014-12-131-3/+4
|\
| * pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-131-3/+4
* | Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an i...Antoine Pitrou2014-09-181-88/+84
* | Issue #21947: handle generator-iterator objects in disNick Coghlan2014-07-251-0/+8
|/
* Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-34/+31
|\
| * Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-33/+30
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-6/+8
|\ \ | |/
| * Normalize whitespaceZachary Ware2013-12-081-1/+1
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-6/+8
* | Close #17916: dis.Bytecode based replacement for distbNick Coghlan2013-11-221-0/+66
* | Remove incorrect comment from dis testsNick Coghlan2013-11-061-1/+0
* | Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-061-44/+83
* | merge 3.3 (#19117)Benjamin Peterson2013-09-291-4/+0
|\ \ | |/
| * fix duplicate test names in test_dis (closes #19117)Benjamin Peterson2013-09-291-4/+0
* | Issue #11816: multiple improvements to the dis moduleNick Coghlan2013-05-061-33/+306
|/
* Issue #11823: disassembly now shows argument counts on calls with keyword argsAlexander Belopolsky2012-06-071-3/+3
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-12/+13
|\
| * Another test_dis dict order dependency.Georg Brandl2012-02-201-6/+6
| * Fix test_dis dependency on dict order.Georg Brandl2012-02-201-6/+7
* | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-0/+1
* | excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-181-1/+1
* | PyErr_Print can leave sys.last_traceback hanging around; kill itBenjamin Peterson2011-03-151-10/+8
* | should use 'is' hereBenjamin Peterson2011-03-151-1/+1
* | improve dis test coverage (closes #11559)Benjamin Peterson2011-03-151-8/+98
|/
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-2/+2
* #9964: Fix failure of test_dis under -OO.Georg Brandl2010-10-141-13/+13
* Another attempt at pacifying the windows buildbots by ignoring all the variab...Nick Coghlan2010-08-171-10/+9
* Ignore the exact ID value for the nested function in the dis.code_info testsNick Coghlan2010-08-171-4/+3
* Issue 9147: Add dis.code_info()Nick Coghlan2010-08-171-2/+156
* Issue 6507: accept source strings directly in dis.dis(). Original patch by Da...Nick Coghlan2010-07-031-0/+45
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-181-20/+16
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* 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