aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codeop.py
Commit message (Expand)AuthorAge
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-09
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-22
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Whitespace normalization.Tim Peters2003-06-15
* minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.Samuele Pedroni2003-05-17
* beefed up version: jython support, covers now fixed differences between CPyth...Samuele Pedroni2003-05-17
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-13
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-20
* Whitespace normalization.Tim Peters2001-08-09
* Patch #442866: Tests for codeop.py.Martin v. Löwis2001-07-30