COMMITS
/ Lib/test/test_codeop.py May 10, 2025
S
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
Stan Ulbrych committed
January 15, 2025
U
gh-128016: Improved invalid escape sequence warning message (#128020)
Umar Butler committed
January 5, 2024
P
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113709)
Pablo Galindo Salgado committed
October 30, 2023
P
gh-111366: Correctly show custom syntax error messages in the codeop module functions (#111384)
Pablo Galindo Salgado committed
April 24, 2023
S
gh-103492: Clarify SyntaxWarning with literal comparison (#103493)
Shantanu committed
December 23, 2022
N
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev committed
November 3, 2022
V
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner committed
September 16, 2022
S
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Serhiy Storchaka committed
June 23, 2021
D
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
Dong-hee Na committed
April 12, 2021
P
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo committed
February 9, 2021
P
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
Pablo Galindo committed
January 19, 2021
P
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo committed
August 13, 2020
T
bpo-41520: Fix second codeop regression (GH-21848)
Terry Jan Reedy committed
August 12, 2020
V
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Victor Stinner committed
July 9, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi committed
June 4, 2020
C
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
Cheryl Sabella committed
May 11, 2020
P
bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030)
Pablo Galindo committed
April 27, 2020
P
bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)
Pablo Galindo committed
April 23, 2020
V
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
June 26, 2018
V
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner committed
June 22, 2018
V
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner committed
May 18, 2016
B
Issue #23275: Allow () = iterable assignment syntax
Berker Peksag committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
November 13, 2009
B
Merged revisions 76230 via svnmerge from
Benjamin Peterson committed
August 2, 2009
F
Merged revisions 74291 via svnmerge from
Frank Wierzbicki committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
August 9, 2007
G
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
June 15, 2003
T
Whitespace normalization.
Tim Peters committed
May 17, 2003
S
minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.
Samuele Pedroni committed
S
beefed up version: jython support, covers now fixed differences between CPython/Jython.
Samuele Pedroni committed
February 13, 2003
G
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum committed
July 23, 2002
B
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw committed
September 20, 2001
F
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake committed
August 9, 2001
T
Whitespace normalization.
Tim Peters committed
July 30, 2001
M
Patch #442866: Tests for codeop.py.
Martin v. Löwis committed