summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codeop.py
Commit message (Expand)AuthorAgeFilesLines
* gh-111366: Correctly show custom syntax error messages in the codeop module f...Pablo Galindo Salgado2023-10-301-0/+14
* gh-103492: Clarify SyntaxWarning with literal comparison (#103493)Shantanu2023-04-241-1/+1
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-41/+8
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-031-5/+5
* gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)Serhiy Storchaka2022-09-161-0/+20
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Dong-hee Na2021-06-231-15/+15
* bpo-43797: Improve syntax error for invalid comparisons (#25317)Pablo Galindo2021-04-121-1/+0
* bpo-43163: Handle unclosed parentheses in codeop (GH-24483)Pablo Galindo2021-02-091-0/+4
* bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)Pablo Galindo2021-01-191-1/+0
* bpo-41520: Fix second codeop regression (GH-21848)Terry Jan Reedy2020-08-131-5/+8
* bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)Victor Stinner2020-08-121-0/+7
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-091-1/+2
* bpo-40807: Show warnings once from codeop._maybe_compile (#20486)Cheryl Sabella2020-06-041-0/+5
* 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