summaryrefslogtreecommitdiff
path: root/Lib/test/bytecode_helper.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...Joannah Nanjekye2019-09-121-41/+0
* Fix BytecodeTestCase.assertNotInBytecode()Victor Stinner2016-01-191-2/+2
* Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-061-31/+0
* Issue #11816: Add missing test helperNick Coghlan2013-05-071-0/+72