summaryrefslogtreecommitdiff
path: root/Lib/test/test_codeop.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23275: Allow () = iterable assignment syntaxBerker Peksag2016-05-181-1/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+2
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-13/+13
* Merged revisions 76230 via svnmerge fromBenjamin Peterson2009-11-131-4/+0
* Merged revisions 74291 via svnmerge fromFrank Wierzbicki2009-08-021-0/+116
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Whitespace normalization.Tim Peters2003-06-151-6/+6
* minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.Samuele Pedroni2003-05-171-1/+2
* beefed up version: jython support, covers now fixed differences between CPyth...Samuele Pedroni2003-05-171-11/+105
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-131-3/+4
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* Whitespace normalization.Tim Peters2001-08-091-4/+4
* Patch #442866: Tests for codeop.py.Martin v. Löwis2001-07-301-0/+90