summaryrefslogtreecommitdiff
path: root/Lib/test/test_codeop.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-13/+13
* fix several compile() issues by translating newlines in the tokenizerBenjamin Peterson2009-11-121-4/+0
* Adding tests derived from the Jython project. These are primarily tests ofFrank Wierzbicki2009-08-021-0/+116
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
* 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