summaryrefslogtreecommitdiff
path: root/Lib/test/test_dis.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #28317: The disassembler now decodes FORMAT_VALUE argument.Serhiy Storchaka2016-10-081-0/+24
* Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-091-18/+18
* Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-081-1/+1
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+33
* Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-41/+39
* Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-262/+262
* Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-231-2/+50
* Issue #26733: Fixed formatting line numbers in test_dis.Serhiy Storchaka2016-04-121-11/+11
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-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-56/+433
|\
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-49/+426
| |\
| | * Close #17916: dis.Bytecode based replacement for distbNick Coghlan2013-11-231-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
| | |\
| | * | Issue #11816: multiple improvements to the dis moduleNick Coghlan2013-05-061-33/+306
* | | | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-33/+30
|/ / /
* | | Normalize whitespaceZachary Ware2013-12-081-1/+1
* | | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-6/+8
| |/ |/|
* | fix duplicate test names in test_dis (closes #19117)Benjamin Peterson2013-09-291-4/+0
|/
* 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-211-9/+98
|\
| * 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-171-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
* | 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
|/
* #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