index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_dis.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
1
-2/+2
*
#9964: Fix failure of test_dis under -OO.
Georg Brandl
2010-10-14
1
-13/+13
*
Another attempt at pacifying the windows buildbots by ignoring all the variab...
Nick Coghlan
2010-08-17
1
-10/+9
*
Ignore the exact ID value for the nested function in the dis.code_info tests
Nick Coghlan
2010-08-17
1
-4/+3
*
Issue 9147: Add dis.code_info()
Nick Coghlan
2010-08-17
1
-2/+156
*
Issue 6507: accept source strings directly in dis.dis(). Original patch by Da...
Nick Coghlan
2010-07-03
1
-0/+45
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-2/+2
*
Merged revisions 67818 via svnmerge from
Antoine Pitrou
2008-12-18
1
-20/+16
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1/+1
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-2/+2
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-1/+17
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-2/+2
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-4/+4
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-2/+6
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-8/+8
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-5/+6
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1/+1
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+24
*
SF bug 1442442: LIST_APPEND optimization got lost in the AST merge.
Neal Norwitz
2006-03-03
1
-21/+19
*
test_bug_1333982(): This one must fail under -O.
Tim Peters
2005-12-25
1
-1/+4
*
Fix Armin's bug 1333982. He found it, he didn't created it :-)
Neal Norwitz
2005-12-18
1
-0/+40
*
SF Patch #1013667: Cleanup Peepholer Output
Raymond Hettinger
2004-08-23
1
-2/+0
*
Delete comment my last checkin rendered obsolete.
Michael W. Hudson
2003-04-30
1
-2/+0
*
Use Tim's suggestion to fix
Michael W. Hudson
2003-04-29
1
-14/+51
*
This test relied on significant trailing whitespace in a string literal.
Tim Peters
2003-03-07
1
-7/+12
*
simple test case for dis module
Skip Montanaro
2003-02-27
1
-0/+53