aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codeop.py
Commit message (Expand)AuthorAge
* gh-128016: Improved invalid escape sequence warning message (#128020)Umar Butler2025-01-15
* gh-113703: Correctly identify incomplete f-strings in the codeop module (#113...Pablo Galindo Salgado2024-01-05
* gh-111366: Correctly show custom syntax error messages in the codeop module f...Pablo Galindo Salgado2023-10-30
* gh-103492: Clarify SyntaxWarning with literal comparison (#103493)Shantanu2023-04-24
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-23
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-03
* gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)Serhiy Storchaka2022-09-16
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Dong-hee Na2021-06-23
* bpo-43797: Improve syntax error for invalid comparisons (#25317)Pablo Galindo2021-04-12
* bpo-43163: Handle unclosed parentheses in codeop (GH-24483)Pablo Galindo2021-02-09
* bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)Pablo Galindo2021-01-19
* bpo-41520: Fix second codeop regression (GH-21848)Terry Jan Reedy2020-08-13
* bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)Victor Stinner2020-08-12
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-09
* bpo-40807: Show warnings once from codeop._maybe_compile (#20486)Cheryl Sabella2020-06-04
* bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030)Pablo Galindo2020-05-11
* bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)Pablo Galindo2020-04-27
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-23
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-22
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-26
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-22
* Issue #23275: Allow () = iterable assignment syntaxBerker Peksag2016-05-18
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Merged revisions 76230 via svnmerge fromBenjamin Peterson2009-11-13
* Merged revisions 74291 via svnmerge fromFrank Wierzbicki2009-08-02
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* #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