index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_codeop.py
Commit message (
Expand
)
Author
Age
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
*
Merged revisions 76230 via svnmerge from
Benjamin Peterson
2009-11-13
*
Merged revisions 74291 via svnmerge from
Frank Wierzbicki
2009-08-02
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
*
Whitespace normalization.
Tim Peters
2003-06-15
*
minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.
Samuele Pedroni
2003-05-17
*
beefed up version: jython support, covers now fixed differences between CPyth...
Samuele Pedroni
2003-05-17
*
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum
2003-02-13
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
*
Whitespace normalization.
Tim Peters
2001-08-09
*
Patch #442866: Tests for codeop.py.
Martin v. Löwis
2001-07-30