Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ff1ef074ede8574ad3a346810e08a45ab171416d
/
Lib
/
test
/
test_dis.py
76f7f4d
excise the remains of STOP_CODE, which hasn't done anything useful for years
by Benjamin Peterson
· 13 years ago
47afc2a
PyErr_Print can leave sys.last_traceback hanging around; kill it
by Benjamin Peterson
· 14 years ago
c217a4b
should use 'is' here
by Benjamin Peterson
· 14 years ago
d6afe72
improve dis test coverage (closes #11559)
by Benjamin Peterson
· 14 years ago
ed3a7d2
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex.
by Ezio Melotti
· 14 years ago
ebbf63b
#9964: Fix failure of test_dis under -OO.
by Georg Brandl
· 14 years ago
46e6380
Another attempt at pacifying the windows buildbots by ignoring all the variable information in the dis.code_info tests
by Nick Coghlan
· 14 years ago
77203ad
Ignore the exact ID value for the nested function in the dis.code_info tests
by Nick Coghlan
· 14 years ago
eae2da1
Issue 9147: Add dis.code_info()
by Nick Coghlan
· 14 years ago
5c8b54e
Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban
by Nick Coghlan
· 14 years ago
b58e0bd
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
f289ae6
Merged revisions 67818 via svnmerge from
by Antoine Pitrou
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
05e8be1
Merged revisions 60990-61002 via svnmerge from
by Christian Heimes
· 17 years ago
34d1928
SF patch# 1770008 by Christian Heimes (plus some extras).
by Guido van Rossum
· 17 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
650f0d0
Hide list comp variables and support set comprehensions
by Nick Coghlan
· 18 years ago
221085d
Change all the function attributes from func_* -> __*__. This gets rid
by Neal Norwitz
· 18 years ago
88fc664
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
by Georg Brandl
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
10be2ea
SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back.
by Neal Norwitz
· 19 years ago
83a8c39
test_bug_1333982(): This one must fail under -O.
by Tim Peters
· 19 years ago
51abbc7
Fix Armin's bug 1333982. He found it, he didn't created it :-)
by Neal Norwitz
· 19 years ago
fd2d1f7
SF Patch #1013667: Cleanup Peepholer Output
by Raymond Hettinger
· 20 years ago
1bc2fdd
Delete comment my last checkin rendered obsolete.
by Michael W. Hudson
· 22 years ago
26848a3
Use Tim's suggestion to fix
by Michael W. Hudson
· 22 years ago
eabafeb
This test relied on significant trailing whitespace in a string literal. Evil.
by Tim Peters
· 22 years ago
add0ccc
simple test case for dis module
by Skip Montanaro
· 22 years ago