summaryrefslogtreecommitdiff
path: root/Lib/test/test_codeop.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030)Pablo Galindo2020-05-111-0/+9
* bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)Pablo Galindo2020-04-271-1/+0
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-231-5/+5
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-1/+2
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-261-4/+4
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-221-4/+4
* 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